maERP ist ein Client-Server, Cross-Plattform, Open-Source ERP System entwickelt mit .NET 8, MAUI und Entity Framework.
- 🏠 GitHub: https://github.com/maERP/maERP
- 💬 Docker: https://hub.docker.com/u/maerp
maERP is still in developmentand is not yet ready for production use.
- Moderne Architektur mittels
ASP.NET Core 9
,Entity Framework Core 9
und Dotnet MAUI - Cross-Platform: Windows, MacOS, Linux (Server), iOS, Android
- Offene API zur Erweiterung und Anbindung von Anwendungen Dritter
- Unterstützt
Docker
out of the box - OpenAI und Claude AI Integration
maERP besteht aus drei Teilprojekten:
Projekt | Funktion |
---|---|
maERP.Server | Das CMS. Headless und ohne eigenes Frontend. |
maERP.Web | Web-Frontend zur Anbindung an maERP.Server |
maERP.Client | Client-App (iOS, Android, Windows, MacOS) zur Anbindung an maERP.Server |
Web: https://www.maERP.de
maERP.Server per Docker mit externem MySQL-Server starten:
docker run -d --name maerp-server -p 8082:80 maerp/server -e ConnectionStrings__DefaultConnection="Server=localhost;Port=3306;Database=maerp_01;Uid=maerp;Password=maerp;"