Desktop App · Free

Stop managing software. Start leading your businesswith Agentic ERP.

Local-first ERP for SMBs — built-in fiscal compliance, no subscription, AI agents that operate with your approval.

Free local install| Your data, your machine| AI agents, not chatbots| Global tax compliance
Fiscal Invoicing
AI Agent
Instruction
"invoice John Doe 1 Ergonomic Mouse"
Agent Steps
Searching customer: John Doe
Adding 1 unit of Wireless Ergonomic Mouse
Loading invoice form...
Form ready — review and confirm
Awaiting Approval
The Frame Advantage

Built different. By design.

Three principles that separate EvoluteSys from every other ERP you've tried and eventually stopped using.

🔒Privacy First

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 config
🤖Agentic-First

No 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.
🌍Global Compliance

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
}
Agentic Runtime

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 parsingNatural language → structured operation in one pass
  • Tool executionReads and writes your data with full business context
  • Approval gatesNothing executes without your explicit confirmation
  • Audit trailEvery action logged, timestamped, and reversible
EvoluteSys — Agentic Runtime
Runtime active — agents loaded
Domains: invoice · stock · reconcile
You Create invoice for Acme Corp, $12,400
Agent
Customer matched: Acme Corp S.A.
Form pre-filled — tax format applied
Awaiting your approval
Our stack

Built on solid foundations.

Every product we ship runs on the same technical core — designed for reliability, privacy, and longevity.

PGlite

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

AI Agents

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

Privacy by Design

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

Offline-First

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

Frame Architecture

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

Human in the Loop

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

How it works

Three steps from install to autonomous operations.

No onboarding calls. No implementation partners. No 90-day rollout.

01

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.

terminal
$ // 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.

02

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.

terminal
$ // 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.

03

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.

terminal
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.

GitHub Releases

Download EvoluteSys Desktop.

Direct installers — free, no account required.

Get in touch

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 ushello@evolutesys.com