Open Source HR and Payroll Software
  • Python 72.1%
  • JavaScript 15.2%
  • Vue 10%
  • HTML 2.1%
  • SCSS 0.3%
  • Other 0.2%
Find a file
2026-01-10 22:20:32 +05:30
.github build(ci): use mariadb 11.8 2025-12-23 15:36:49 +05:30
docker fix: Add proper Redis URL scheme to Docker setup 2025-06-16 12:07:42 +05:30
frappe-ui@863eaae9ad chore: update frappe-ui submodule 2025-01-21 15:16:09 +05:30
frontend chore: update filter format 2025-09-23 13:57:08 +05:30
hrms feat(minor): quick lists in leaves workspace 2026-01-10 17:20:03 +05:30
roster fix: do not get value for link fields 2025-08-19 10:25:41 +05:30
.editorconfig chore: enable typescript 2024-04-29 17:41:53 +05:30
.git-blame-ignore-revs chore: ignore formatting commits 2024-04-16 13:18:11 +05:30
.gitignore fix: update server proxy, routing, package.json scripts, .gitignore, etc. 2024-04-26 13:25:30 +05:30
.gitmodules chore: add frappe-ui as git submodule 2023-04-12 09:04:17 +05:30
.mergify.yml ci: auto merge PRs only after successful CI runs (#3004) 2025-04-21 12:12:04 +05:30
.pre-commit-config.yaml chore: revert pre-commit config 2026-01-08 17:33:30 +05:30
.releaserc ci: add semantic releases (#464) 2023-04-24 22:32:33 +05:30
.semgrepignore chore: ignore post install patches in semgrep scans 2022-07-13 11:39:57 +05:30
CODE_OF_CONDUCT.md docs: add code of conduct 2023-02-13 18:49:32 +05:30
codecov.yml ci: fix flake8, linter spec, add codecov and sider.yml 2022-07-04 17:52:59 +05:30
commitlint.config.js chore: format all JS and SCSS files 2024-04-16 13:08:49 +05:30
crowdin.yml chore: add skip-release-notes label to translation PRs 2025-12-02 11:12:58 +01:00
hrms.png chore: Update readme 2022-07-03 14:37:47 +05:30
license.txt chore: Update license.txt 2022-07-03 13:16:47 +05:30
MANIFEST.in core: remove include requirements.txt (#1053) 2023-11-17 20:48:33 +05:30
package.json chore: update yarn.lock 2025-03-28 13:43:51 +05:30
pyproject.toml fix(CI): configure test time type checking (#2473) 2024-12-04 14:57:53 +05:30
README.md chore: Update README.md with trendshift badge 2025-07-26 23:28:04 +05:30
yarn.lock chore: update yarn.lock 2025-03-28 13:43:51 +05:30

Frappe HR Logo

Frappe HR

Open Source, modern, and easy-to-use HR and Payroll Software

CI codecov

frappe%2Fhrms | Trendshift

Frappe HR

Frappe HR has everything you need to drive excellence within the company. It's a complete HRMS solution with over 13 different modules right from Employee Management, Onboarding, Leaves, to Payroll, Taxation, and more!

Motivation

When Frappe team started growing in terms of size, we needed an open-source HR and Payroll software. We didn't find any "true" open-source HR software out there and so decided to build one ourselves. Initially, it was a set of modules within ERPNext but version 14 onwards, as the modules became more mature, Frappe HR was created as a separate product.

Key Features

  • Employee Lifecycle: From onboarding employees, managing promotions and transfers, all the way to documenting feedback with exit interviews, make life easier for employees throughout their life cycle.
  • Leave and Attendance: Configure leave policies, pull regional holidays with a click, check-in and check-out with geolocation capturing, track leave balances and attendance with reports.
  • Expense Claims and Advances: Manage employee advances, claim expenses, configure multi-level approval workflows, all this with seamless integration with ERPNext accounting.
  • Performance Management: Track goals, align goals with key result areas (KRAs), enable employees to evaluate themselves, make managing appraisal cycles easy.
  • Payroll & Taxation: Create salary structures, configure income tax slabs, run standard payroll, accomodate additional salaries and off cycle payments, view income breakup on salary slips and so much more.
  • Frappe HR Mobile App: Apply for and approve leaves on the go, check-in and check-out, access employee profile right from the mobile app.
View Screenshots

Under the Hood

  • Frappe Framework: A full-stack web application framework written in Python and Javascript. The framework provides a robust foundation for building web applications, including a database abstraction layer, user authentication, and a REST API.

  • Frappe UI: A Vue-based UI library, to provide a modern user interface. The Frappe UI library provides a variety of components that can be used to build single-page applications on top of the Frappe Framework.

Production Setup

Managed Hosting

You can try Frappe Cloud, a simple, user-friendly and sophisticated open-source platform to host Frappe applications with peace of mind.

It takes care of installation, setup, upgrades, monitoring, maintenance and support of your Frappe deployments. It is a fully featured developer platform with an ability to manage and control multiple Frappe deployments.

Development setup

Docker

You need Docker, docker-compose and git setup on your machine. Refer Docker documentation. After that, run the following commands:

git clone https://github.com/frappe/hrms
cd hrms/docker
docker-compose up

Wait for some time until the setup script creates a site. After that you can access http://localhost:8000 in your browser and the login screen for HR should show up.

Use the following credentials to log in:

  • Username: Administrator
  • Password: admin

Local

  1. Set up bench by following the Installation Steps and start the server and keep it running
    $ bench start
    
  2. In a separate terminal window, run the following commands
    $ bench new-site hrms.local
    $ bench get-app erpnext
    $ bench get-app hrms
    $ bench --site hrms.local install-app hrms
    $ bench --site hrms.local add-to-hosts
    
  3. You can access the site at http://hrms.local:8080

Learning and Community

  1. Frappe School - Learn Frappe Framework and ERPNext from the various courses by the maintainers or from the community.
  2. Documentation - Extensive documentation for Frappe HR.
  3. User Forum - Engage with the community of ERPNext users and service providers.
  4. Telegram Group - Get instant help from the community of users.

Contributing

  1. Issue Guidelines
  2. Report Security Vulnerabilities
  3. Pull Request Requirements

Logo and Trademark Policy

Please read our Logo and Trademark Policy.