A lightweight, modular ERP system for production environments without modern software infrastructure.
Nejum ERP is a lightweight, modular web-based ERP system designed to help production facilities get up and running fast — even if they currently have no ERP in place.
This project lives under the nejum-org GitHub organization and is part of a broader mission to build the simplest open-source industrial automation system.
"We build small systems that give people big control over their work."
- Backend: Django
- Database: PostgreSQL
- Frontend: Next.js (or custom depending on client)
- API: RESTful (planned)
- Deployment: Docker (planned)
| Module | Status | Description |
|---|---|---|
| Accounting | ✅ Complete | Basic accounting functionality (products, SKUs) |
| Marketing | 🛠️ In Progress | CRM, Product editor, tagging, automation groundwork |
| Operations | 🛠️ In Progress | Basic CRM features to manage customer data |
- Product Variant UX improvements
- Cold email/newsletter system using product data
- Inventory alerts and automation
- Operational modules (tasks, machines, schedules)
- Open API layer for frontend integration
- Role-based permissions and team access
This project is licensed under the GNU Affero General Public License v3.0.
We are preparing to open this project to the community. Stay tuned for:
- Public roadmap
- Contribution guide
- Discussions
- Discord or forum space
To clone and run the project locally:
git clone https://github.com/nejum-org/erp.git
cd erp
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver