Money · Edition No. 20 · 14 Sep 2026

actualbudget/actual

An envelope-method budgeting application that keeps its data on your own device or your own server and works offline, syncing when the connection returns.

← MoneyRead the whole edition →

27.2k stars · MIT · v26.9.0 (2026-09-01), read from /releases/latest; the About sidebar showed the older v26.6.0, so the latest page is the one to trust · Track this in Scout

An envelope-method budgeting application that keeps its data on your own device or your own server and works offline, syncing when the connection returns.

Repo detailsthe review · specs · pros & cons · install

What it is

A budgeting application built around the envelope method, where you assign every available amount to a named category before any of it is spent. It keeps its data on your own device or your own small server and syncs between the two.What it is good for. A solo founder whose business money and personal money live in the same account, which is most of them in the first two years. It answers one question that no dashboard answers: how much of what is in the account is already promised to something. It is not accounting — Edition 18 gave you InvoiceShelf (#8) for invoices, and hledger below is for the books.

Stars27.2k
LicenceMIT
Latestv26.9.0 (2026-09-01), read from /releases/latest; the About sidebar showed the older v26.6.0, so the latest page is the one to trust
Good
  • MIT licence and self-hosted, so your bank data is not sitting inside somebody's sales platform.
  • It works offline and syncs afterwards, so a plane or a bad connection changes nothing.
  • It imports the file formats most banks offer, including CSV, OFX and QFX.
Watch for
  • It is a personal budgeting tool, not business accounting. Your accountant will still want proper books.
  • Automatic bank connections need a separate service that you set up and maintain yourself. That is the fiddly part, and many people skip it and import files by hand.
  • Envelope budgeting needs two or three weeks of habit before it starts repaying the effort. It is a method, not a screen.
Similar repositories
Install
# Needs Docker.
mkdir -p ~/actual-data
docker run --pull=always --restart=unless-stopped -d \
  -p 5006:5006 \
  -v ~/actual-data:/data \
  --name my_actual_budget \
  actualbudget/actual-server:latest
# then open http://localhost:5006 and set a password on first use
# to update later:  docker pull actualbudget/actual-server:latest
Screenshots
actualbudget/actual: GitHub preview cardactualbudget/actual: Screenshot 1

Get the next edition in your inbox

A dozen repositories, opened and checked. The licence read, the last release dated, and the ones that did not make it named with the reason. It is the half most lists leave out.

No tracking pixels. One click to leave. The archive stays free either way.

We use your address to send the edition and nothing else. Confirm by email, leave in one click. How we handle it.