Zero setup
Runs anywhere with Rust. No accounts, no data leaves your machine.
Command-line tool
studibudget is a fast, privacy-friendly CLI that helps international students see their financial status in seconds and know exactly how many months of tuition they can cover.
# Build from source
cargo build --release
# Add entries
studibudget add income 450 -n "Kaufland shift"
studibudget add expense 320 -n "Rent"
# Summary & runway
studibudget summary --last 20
studibudget runway 250
# Export CSV
studibudget export out.csv
Why students like it
Runs anywhere with Rust. No accounts, no data leaves your machine.
Know how many months of tuition you can cover from your balance — instantly.
One command to export a clean CSV and analyze in Excel, Numbers, or Sheets.
Install
Download a statically-linked Linux binary from the Downloads page, or build from source:
git clone https://github.com/Brianmatovu511/studibudget
cd studibudget/studibudget-cli
cargo build --release
./target/release/studibudget --help
Try studibudget today and keep your focus on learning — not on spreadsheets.