Support / donation: revolut.me/jumpino
SubFlow is a simple local-first app for tracking your incomes and expenses without needing an online account, cloud setup, or anything complicated. You open it, add what comes in, add what goes out, and the calendar + yearly graph show you what is happening with your money.
It is made for people who just want something friendly and quick: salary, rent, subscriptions, one-time payments, monthly repeats, and a clear overview of how much was saved or spent each month.
- Track incomes and expenses
- Add one-time flows or repeating flows every 1 to 12 months
- Click a calendar day and create a flow directly for that date
- Edit or delete existing flows
- See daily, monthly, and yearly totals
- Keep everything local in a
.dbfile inside the project - Avoid pushing local database files to GitHub
Double-click:
install-windows.batThis installs/repairs dependencies, creates start.bat, and also creates a desktop shortcut called Sub Flow with the app logo.
After that, just double-click:
start.bator use the Sub Flow desktop shortcut.
Run this once:
chmod +x install-unix.sh start.sh
./install-unix.shThen start the app with:
./start.shWhen started, SubFlow runs here:
http://127.0.0.1:3100
SubFlow stores its data locally in a database file inside the project. The .gitignore is set up so local .db files are not pushed to GitHub.
That means your finance data stays on your machine.

