Skip to main content

Celerp

Free business management software for you and your office. Setup in minutes. Easy enough for solo entrepreneurs and powerful enough for large enterprises

Inventory, invoicing, purchasing, consignment, manufacturing, accounting, and CRM - in one app, on your computer. No subscription. No cloud required.

Website: www.celerp.com

Celerp is simple to use, flexible, customizable, and designed to transition your business into the AI age with no technical knowledge needed to setup your whole office. We want to put businesses back in charge of their data.

Downloads Tests License

Celerp manufacturing cost worksheet

Screenshots

Real double-entry accounting, multi-location inventory, manufacturing, and a built-in REST API - one self-hosted app.

Dashboard with revenue trend, receivables aging, and inventory mix
Dashboard - revenue trend, AR aging, inventory mix
Multi-location inventory with barcode scanning and valuation
Inventory - multi-location, barcode, valuation
Double-entry trial balance that ties out to zero
Trial balance - ties out to zero
Balance sheet generated from the event-sourced ledger
Balance sheet - live from the ledger
Production planning by status, priority, and due date
Production planning - work orders, priorities, due dates
International shipping document with commercial invoice and customs detail
Shipping documents - commercial invoice and customs
Built-in REST API for integrations
REST API - integrate anything
Customer statement of account showing receivables
Statement of account - customer AR at a glance

More in the press kit.


Install

Platform Link
Windows (.exe) Download
Linux (.deb) Download
macOS (.dmg) Download

Double-click. No account. No credit card. Your computer securely becomes the server for your office

Or install via pip:

pip install celerp
celerp init        # sets up the database and launches Celerp

Open http://localhost:8080. Done. Your office can securely access the system at your IP address :8080.

No PostgreSQL to install: celerp init uses your existing PostgreSQL server if one is running, and otherwise starts a self-contained bundled database — no sudo, no system service. Point it at a specific server with celerp init --db-url postgresql+asyncpg://….

Running headless or under a process manager? Use celerp init --no-start to set up without launching, then have your service run celerp start — see Run as a service (systemd).


What's inside

  • Track inventory across locations, scan barcodes, print labels
  • Send invoices, purchase orders, quotations, credit notes
  • Double-entry accounting with chart of accounts, P&L, balance sheet
  • Connect Shopify, WooCommerce, QuickBooks, Xero
  • Manufacturing - BOMs, production orders, merge/split/transform
  • CRM - contacts, pipeline, memos, activity feed
  • Recurring subscriptions with automatic invoicing
  • CSV import/export everything - idempotent, audited, column-mapped
  • Multi-company from one install
  • Role-based permissions - five access levels (viewer, operator, manager, admin, owner) for controlled employee access
  • Works offline, no internet required

How it works

Celerp runs entirely on your machine. Your data never leaves your computer.

  • No setup - the desktop app bundles Postgres, runs migrations on launch, opens in your browser
  • No lock-in - your data stays in a standard Postgres database you control
  • Teams - run as a local server, teammates connect over the LAN

Modules

Every business domain is a self-contained module. The full set ships with the download:

Module What it does
celerp-inventory Items, stock levels, locations, barcode scanning, valuation
celerp-contacts Contacts, addresses, tags, notes, file attachments
celerp-docs Invoices, POs, quotations, credit notes, receipts
celerp-accounting Chart of accounts, journal entries, P&L, balance sheet
celerp-reports AR/AP aging, sales, purchases, inventory valuation
celerp-subscriptions Recurring billing, auto-invoice generation
celerp-manufacturing BOMs, production orders, merge/split/transform
celerp-labels Label printing, barcode generation
celerp-verticals Industry presets - configure for your business type on first run

The onboarding wizard lets you pick your industry. Modules can be toggled any time at Settings > Modules.

Build your own

"My vision for Celerp is that anyone with AI coding tools can describe what their business needs and get a module that imports right into the system."

Noah Severs, Founder

Every feature above is a module on one loader API, and you can build against the same API. A module is a Python package you drop into Celerp's modules/ folder; it adds its own tables, API routes, and UI pages, no fork or build step.


Architecture

  • Event-sourced - every change is an immutable ledger entry, projections materialize queryable state
  • Modular - each domain is a plugin with its own models, routes, and projections
  • Python/FastAPI backend, FastHTML UI, embedded PostgreSQL
  • SQLite in-memory for tests - no external dependencies to run the test suite

Development

git clone git@github.com:celerp/celerp.git
cd celerp
python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
celerp init   # creates DB, runs migrations, starts servers

celerp init boots a bundled PostgreSQL when no server is running, so no sudo and no system Postgres are required. To develop against your own server instead, pass --db-url postgresql+asyncpg://….

Open http://localhost:8080. Run tests with pytest tests/.

See CONTRIBUTING.md for environment variables, troubleshooting, and coding guidelines.


Contributing

Issues and PRs welcome. The module system makes it straightforward to add new business domains without touching the kernel.


License

Free to download. Free to self-host. Free to build on.

Celerp is open-core:

  • Source-available core engine under the Business Source License 1.1 - self-hosting permitted, contributions welcome.
  • An MIT-licensed module ecosystem - the default business modules are MIT, so you can fork them, build your own modules, and ship them however you like. See LICENSING.md.
  • A source available application (official UI, document/PDF output and AI & Connect services).

See LICENSING.md for the full map and TRADEMARK.md for use of the Celerp name. One restriction: don't resell Celerp itself as a competing product.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celerp-2.2.0.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

celerp-2.2.0-py3-none-any.whl (2.3 MB view details)

Uploaded Python 3

File details

Details for the file celerp-2.2.0.tar.gz.

File metadata

  • Download URL: celerp-2.2.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for celerp-2.2.0.tar.gz
Algorithm Hash digest
SHA256 286a41b465a40db50d5352b35bf7bf240d979bdb6f87a7c6d1088a895f9f3d2b
MD5 2cfd249325ca0811403f9e93966595f2
BLAKE2b-256 435905334a8add04d18c3dd0b17598e2abe37e2ac076d58072830e8c93aea888

See more details on using hashes here.

Provenance

The following attestation bundles were made for celerp-2.2.0.tar.gz:

Publisher: publish.yml on celerp/celerp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file celerp-2.2.0-py3-none-any.whl.

File metadata

  • Download URL: celerp-2.2.0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for celerp-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 54b3f0f35c03c953853223bedfafaf8ec3afdf907168a2ccfeb62864e953fb63
MD5 0d012eb6ca4d21998488063477469076
BLAKE2b-256 0bb907d0d619ec0d85453ff68a39419b41516b7290a74e2499c3476741d2439b

See more details on using hashes here.

Provenance

The following attestation bundles were made for celerp-2.2.0-py3-none-any.whl:

Publisher: publish.yml on celerp/celerp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.3.3

2 files

2.3.2

2 files

2.3.1

2 files

2.3.0

2 files

2.2.1

2 files

This release

2.2.0 This release

2 files

2.1.1

2 files

2.1.0

2 files

2.0.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.1

2 files

1.3.0

2 files

1.2.8

2 files

1.2.7

2 files

1.2.6

2 files

1.2.5

2 files

1.2.4

2 files

1.2.1

2 files

1.2.0

2 files

1.1.20

2 files

1.1.19

2 files

1.1.18

2 files

1.1.16

2 files

1.1.15

2 files

1.1.14

2 files

1.1.13

2 files

1.1.11

2 files

1.1.10

2 files

1.1.9

2 files

1.1.8

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page