quantDIY/GERP
GERP is an open source ERP built atop Google Workspace (Google-ERP). A FAANG-grade, multi-domain, headless ERP matrix with GraphQL ready for custom fronted integrations. Built with Go, Cloud Spanner, Temporal Sagas, a GraphQL BFF, CLI, and a native MCP interface for autonomous AI agents. MIT License
Platform-specific configuration:
{
"mcpServers": {
"GERP": {
"command": "npx",
"args": [
"-y",
"GERP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
GERP is a FAANG-grade, multi-domain Enterprise Resource Planning (ERP) matrix. GERP demonstrates how to scale massive distributed data systems using absolute Domain-Driven Design (DDD), cross-domain Temporal Sagas, and zero SQL foreign keys.
This is not just an ERP. It is a self-aware corporate engine exposed natively to AI agents via the Model Context Protocol (MCP).
Designed to utilize the Google Workspace API for iam role management, permissions, and identity, then integrating all Gsuite tools & apps natively, creating a seamless ERP management system that completes the Google Workspace experiemce. Everything you need to run a business of any size, infinitely customizable, from a single vendor. Lightweight, lightspeed, Go code with the QuanuX Knowledge Vector enabling AI agents to build your ERP to their AGI standards while you focus on your business.
---
To achieve infinite horizontal scale, GERP completely abandons database-layer foreign keys between domains. A SalesOrder in Revenue does not use an SQL JOIN to find a Customer in Master Data. Instead, GERP employs the Golden Thread: strict uuid.UUID pointers managed in application space. Each domain owns its Spanner tables exclusively.
Because domains are isolated, GERP cannot rely on single-database ACID transactions. Instead, it uses Temporal Workflows as its ne
Loading reviews...