Frappe Manager¶
-
Create a fully configured Frappe bench — with Docker, database, and web server — using a single command. No manual setup required.
-
Run as many independent benches as you need on one machine. Switch between development and production, or run them side by side.
-
Add HTTPS to any bench with Let's Encrypt. Certificates are provisioned and renewed without any manual work.
-
Open any bench directly in VS Code with a debugger ready to go. Switch to development mode and see live changes instantly.
-
Add ERPNext, HRMS, or any custom app at creation time or any time afterwards. Apps are pinned to specific branches or versions.
-
Inspect emails in Mailpit, browse the database in Adminer, and monitor background jobs — all built in, no configuration needed.
Install¶
📌 Version-Specific Installation
- View stable docs for production PyPI install
- View dev docs for development Git install
📦 Production ready • Install from PyPI
Using pipx:
🚧 For testing • Install from GitHub
Warning
Development builds may be unstable. Use for testing only.
Using pipx:
Create your first bench¶
Your bench is ready at http://mybench.localhost — log in with Administrator / admin.
Where to go next¶
New to Frappe Manager?
Start with Requirements, then follow the Installation guide and Quick Start.
Already installed?
Head to the Guides to learn about SSL, app management, VSCode integration, and more.