Focused Tool · Apache 2.0 · Single Binary · Finance & Business

Self-hosted business bookkeeping

Record transactions, categorize them, reconcile accounts, generate monthly reports. Wave Accounting without Wave having access to your business financial data.

Install Books Free Complete — all 150 tools $29/mo
The problem

When regulators or clients ask where your accounts data is stored, the best answer is a specific server you own in a specific jurisdiction you chose. Books makes that answer straightforward because the data never leaves your infrastructure.

How Books runs

Deploy Books as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and accounts count, which you can wire into your existing monitoring stack.

A regulated company runs Books inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Endpoints

Wave Accounting at $16/mo.

Self-hosted business bookkeeping. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool books
Run
PORT=9200 ./books
Open
http://localhost:9200

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 transactions/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$1.99
per month
  • Unlimited transactions, bank reconciliation, P&L, balance sheet, export
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export BOOKS_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./books

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev