Stop managing software.
Start leading your business
with Agentic ERP.
Local-first ERP for SMBs — built-in fiscal compliance, no subscription, AI agents that operate with your approval.

Built different. By design.
Three principles that separate EvoluteSys from every other ERP you've tried and eventually stopped using.
Your data lives on your machine.
EvoluteSys runs on PGlite — a full PostgreSQL runtime embedded in your app. No cloud sync unless you explicitly opt in. No telemetry, no scraping, no SaaS middleman between you and your financials.
PGlite · PostgreSQL-compatible API · Zero egress by default
// Data layer — stays local
const db = new PGlite('./evolutesys-data')
// Nothing leaves this machine without your explicit configNo more infinite menus. Just tell it what to do.
Traditional ERP forces you to navigate 12 screens to update a price. In EvoluteSys, you describe the intent. The agent figures out the execution path — adjusting stock, recalculating margins, flagging anomalies — all without a ticket or a form.
Natural language → structured ops · Audit trail included
> "Adjust safety stock for SKU-004 based on Q1 sales velocity"
→ Agent: analyzing 90-day window...
→ Recommended reorder point: 240 units (was 150)
→ Applied. Supplier notified.Tax adapters aren't plugins. They're in the core.
Most ERP systems treat localization as an afterthought — a paid add-on from a third-party partner. In EvoluteSys, fiscal and tax adapters for the US, Europe, and Latin America are built directly into the core engine. More regions shipping quarterly.
US Sales Tax · EU VAT & GoBD · ARCA Argentina · Extensible adapter API
// Fiscal adapter registry
adapters: {
'us': UsSalesTaxAdapter, // US Sales Tax
'de': TseGermanyAdapter, // GoBD + KassenSichV
'ar': ArcaArgentinaAdapter, // ARCA e-factura
}One runtime.
Every operation.
The EvoluteSys Agentic Runtime is the execution engine behind every product we ship. It translates natural language into structured business operations — and waits for your approval before running anything.
- Intent parsing — Natural language → structured operation in one pass
- Tool execution — Reads and writes your data with full business context
- Approval gates — Nothing executes without your explicit confirmation
- Audit trail — Every action logged, timestamped, and reversible
Built on solid foundations.
Every product we ship runs on the same technical core — designed for reliability, privacy, and longevity.
Embedded PostgreSQL
A full PostgreSQL runtime inside your app. No external database server, no cloud sync by default. Your data lives on your hardware, period.
WASM-based · Full SQL · Zero configuration
Purpose-built agents
Not chatbots. Each agent is scoped to a specific domain — invoicing, reconciliation, stock — and executes real operations with structured output.
Tool use · Structured output · Audit trail
Your data stays under your control
No telemetry, no background sync, no SaaS layer between you and your financials. EvoluteSys is designed so your business data never leaves without your explicit say.
Zero egress by default · No telemetry · Your rules
Works without internet
EvoluteSys runs entirely on your local machine. You do not need a constant internet connection to run your day-to-day operations.
Offline capability · Local database · Zero cloud dependencies
Modular by design
Every vertical plugs into the same Frame — shared database, shared agent runtime, shared UI. No redundant infrastructure per product.
Shared kernel · Plugin verticals · Single install
You approve everything
No agent action is final without your confirmation. Every operation is logged, reversible, and auditable — by design, not as an afterthought.
Approval gates · Full audit log · Reversible ops
Three steps from install
to autonomous operations.
No onboarding calls. No implementation partners. No 90-day rollout.
Download and install
Grab the Windows installer from GitHub Releases. One executable — no dependencies, no cloud account, no setup wizard. The app bundles its own API server and boots a local PGlite database on first launch.
$ // github.com/evolutese/evolutesys-releases/releases$ // → EvoluteSys.Desktop_0.1.0_x64-setup.exe$ // Double-click. Done.$ ✓ Embedded API server started (port 3000)✓ PGlite database initialised at ./data✓ Fiscal adapter: MOCK (change in Settings → Fiscal)//~60 second install. No internet required after download.
Configure your locale and fiscal country
Open Settings → Fiscal and select your country. Built-in adapters for Argentina (ARCA), Germany (TSE/GoBD), and Mexico (SAT/PAC) activate the correct invoice format and tax rules automatically. No plugins, no add-ons.
$ // Settings → Fiscal$ FISCAL_COUNTRY = "US" // or DE, AR, etc.$ LOCALE = "en-US"$ TENANT_CURRENCY = "USD"$ ✓ Invoice form: Standard Invoice✓ Tax calculation: Active (Sales Tax)✓ Ready to issue invoices//Switch countries without losing data. Adapters are hot-swappable.
Talk to your agent — it handles the rest
Open any form — invoice, stock adjustment, customer — and describe what you need in plain language. The agent fills the form, you review and confirm. Human in the loop, always. Every action is logged and reversible.
You: "Invoice North Distributor for 3 cases of Wine"$ → Agent: client found — North Distributor LLC→ Agent: SKU-089 × 3 — unit price $4,200→ Agent: total $12,600 + Tax = $12,600→ Form pre-filled. Review and confirm.$ [ Confirm ] [ Edit ] [ Cancel ]//Agents are auditable. Every action logged, reversible.
Download EvoluteSys Desktop.
Direct installers — free, no account required.
Building a business?
Let's talk.
We're a small team working in public. Reach out if you're building something or just want to follow along.
Email us — hello@evolutesys.com