You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fast, keyboard-driven personal finance tracker for Linux. Manage accounts, track spending, and visualize your finances without touching the mouse. Built for Omarchy with live theme integration — it adapts to whatever desktop theme you're running.
Features
Track accounts, transactions, and categories
Overview dashboard with balance, income, and expenses
Omarchy theme integration with live switching
Keyboard-first navigation with Ctrl+ shortcuts
Command palette (Ctrl+K)
Omarchy Theme Integration
Chelete adapts to whichever theme is set in Omarchy. Switch your system theme and the app follows instantly.
make test# Run all tests
make seed # Seed database with sample data
make release-patch # Bump 0.1.0 -> 0.1.1 + git tag
make release-minor # Bump 0.1.0 -> 0.2.0 + git tag
make release-major # Bump 0.1.0 -> 1.0.0 + git tag
git push origin main --tags # Triggers GitHub Actions release
A fast, keyboard-driven personal finance tracker for Linux. Manage accounts, track spending, and visualize your finances without touching the mouse. Built for Omarchy with live theme integration — it adapts to whatever desktop theme you're running.