AI ERP is a free, open-source program to manage business data: customers, projects, documents, tasks, and anything else a company needs. You can adapt it to your own way of working without writing code.
It is built on the current .NET platform (ASP.NET Core 10 / .NET 10) and stores data in a PostgreSQL 16 database. It runs on Windows and on Linux (tested on Windows).
If you like this project and want it to continue, you can support it by:
- giving it a "star";
- contributing to the source;
- becoming a Sponsor: click the Sponsor button. Thank you in advance.
AI ERP is made to work together with an AI agent. The agent can learn your data structure — which types exist and which fields they have — and then work on the data itself:
- search the records;
- create new records, change them and delete them;
- connect records to each other (for example, link a project to a customer).
You ask the agent in normal language ("add a customer named ...", "which projects are late?"), and the agent performs the real operations inside the ERP. Every operation runs as a normal ERP user, so the same permissions, rules and checks that protect your data from people also apply to the agent. The agent does not go around them.
The agent is used through AgentBridge, the companion program. AgentBridge is where you talk with the agent and let it work on the ERP. You do not need to use the ERP screens yourself.
The agent can read the data and change it on its own. Because of this, routine tasks can run automatically, without a person doing every step by hand. For example, recurring updates to records can be left to the agent instead of being done manually.
- see LIBRARIES files
- see LICENSE file
- Homepage: webvella.com
- Twitter: @webvella