-
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Stavropoulos.k edited this page Mar 18, 2026
·
1 revision
Helius is a local-first personal finance tracker for Windows. It runs as a single Rust executable, stores data in SQLite, and supports both a full-screen terminal UI and a scriptable CLI.
- Installation
- Getting Started
- CLI Reference
- TUI and Shell
- Planning and Forecasts
- Data and Storage
- Development
- Accounts and categories
- Income, expense, and transfer transactions
- Budgets and monthly summaries
- Recurring bills
- Reconciliation
- Planning scenarios and goals
- CSV import/export
- JSON output for automation
- Install or build
helius. - Initialize a database with
helius init --currency USD, or launch the TUI and follow the first-run prompt. - Add accounts and categories.
- Record transactions.
- Review balances, summaries, budgets, and forecasts.
- Dates use
YYYY-MM-DD. - Month inputs use
YYYY-MM. - Examples use
helius .... If you are running the Windows binary directly, use.\helius.exe ...instead.