Install Frappe Apps from Frappe.io official GitHub repositories.
Frappe Framework
Frappe Framework, frappe app, Already installed during Frappe Bench initialization.
Repo: https://github.com/frappe/frappe
Payments
Repo: https://github.com/frappe/payments
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v0.x.x | Nightly | Develop |
| version-15 | v15.x.x | Version 15 | Stable |
| version-14 | v14.x.x | Version 14 | Stable |
$ bench get-app --resolve-deps --branch $GIT_BRANCH payments
Event Streaming
Repo: https://github.com/frappe/event_streaming
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v0.x.x | Nightly, Version 15 | Develop |
$ bench get-app event_streaming
Print Designer
Repo: https://github.com/frappe/print_designer
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v1.x | Nightly | Develop |
| main | v1.4.x | Version 15 | Stable |
$ bench get-app --resolve-deps --branch main print_designer
Builder
Repo: https://github.com/frappe/builder
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v1.x.x | Nightly | Develop |
| master | v1.10.1 | Version 15 | Stable |
$ bench get-app --resolve-deps --branch master builder
Frappe Insights
Repo: GitHub - frappe/insights: Open source analytics / business intelligence tool (BI)
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v2.x.x | Nightly | Develop |
| main | v2.2.x | Version 15 | Stable |
$ bench get-app --resolve-deps --branch main insights
ERPNext
Repo: GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v16.x.x | Nightly | Develop |
| version-15 | v15.x.x | Version 15 | Stable |
| version-14 | v14.x.x | Version 14 | Stable |
| version-13 | v13.x.x | Version 13 | EOL |
| version-12 | V12.x.x | Version 12 | EOL |
$ bench get-app --resolve-deps --branch $GIT_BRANCH erpnext
Frappe Webshop
Repo: https://github.com/frappe/webshop
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v0.x.x | Nightly | Develop |
| version-15 | v0.x.x | Version 15 | Stable |
$ bench get-app --branch $GIT_BRANCH webshop
Frappe Lending
Repo: https://github.com/frappe/lending
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v0.x.x | Nightly | Develop |
| version-15 | v0.x.x | Version 15 | Stable |
$ bench get-app --branch $GIT_BRANCH lending
Frappe HR
Repo: https://github.com/frappe/hrms
Branches:
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v16.x.x | Nightly | Develop |
| version-15 | v15.x.x | Version 15 | Stable |
| version-14 | v14.x.x | Version 14 | Stable |
$ bench get-app --resolve-deps --branch $GIT_BRANCH hrms
Frappe Education
Repo: https://github.com/frappe/education
Branches:
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| develop (default) | v15.x.x | Nightly | Develop |
| version-15 | v15.x.x | Version 15 | Stable |
$ bench get-app --branch $GIT_BRANCH education
Frappe Health (Moved)
Frappe Health has been moved to original contributor repo:
GitHub - earthians/marley: Open Source Health Information System
Update remote upstream to new repo url if Frappe Health already installed:
$ git remote set-url upstream https://github.com/earthians/marley.git
Frappe Helpdesk
Repo: https://github.com/frappe/helpdesk
Branches:
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| main | v0.10.x | Version 15, Nightly | Stable |
| version-14 | v0.10.x | Version 14 | Stable |
$ bench get-app --branch $GIT_BRANCH helpdesk
Frappe CRM
Repo: https://github.com/frappe/crm
Branches:
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| main | v1.18.x | Version 15 | Stable |
$ bench get-app --resolve-deps --branch main crm
Frappe LMS
WARNING: LMS
main`` branch deps conflict with Frappeversion-14` branch
Repo: https://github.com/frappe/lms
Branches:
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| main | v2.x.x | Version 15, Nightly | Stable |
| version-13 | v0.0.1 | Version 13 | EOL |
$ bench get-app --resolve-deps --branch $GIT_BRANCH lms
FIX: reinstall frappe after getting lms to fix cairocffi and razorpay depedency comfilct error on Frappe and Frappe LMS:
$ cd path/to/bench
$ $PWD/env/bin/python -m pip install --quiet --upgrade -e $PWD/apps/frappe
Frappe Wiki
Repo: https://github.com/frappe/wiki
| Branch | Version | Compatibility | Remark |
|---|---|---|---|
| master (default) | v2.x.x | Version 15, Nightly | Stable |
| version-14 | v2.x.x | Version 14 | Stable |
| version-13 | v0.x | Version 13 | EOL |
$ bench get-app --resolve-deps --branch main wiki