Use a release build
Download the packaged binary, unpack it, and run it locally.
helius --helpOpen releasesDownload
Choose the setup that fits your machine. Each path uses the same SQLite database and the same workflow once the app is running.
Install paths
Download the packaged binary, unpack it, and run it locally.
helius --helpOpen releasesBuild from source when you want the latest code or a local development binary.
cargo build --release
target/release/helius --helpView repositoryRun Helius in a container while keeping the database on a mounted volume.
docker compose up -dRead installation docsQuick start
helius init --currency USDhelius account add Checking --type checking --opening-balance 1000.00
helius category add Salary --kind income
helius category add Groceries --kind expensehelius tx add --type income --amount 2500.00 --date 2026-03-01 --account Checking --category Salary --payee Employer
helius tx add --type expense --amount 68.40 --date 2026-03-02 --account Checking --category Groceries --payee Supermarkethelius