Desktop app for personal budgeting. Track recurring and one-time income and expenses, monitor account balances, and see projections for the rest of the year.
Built with Tauri + vanilla HTML/CSS/JS.
- Recurring and one-time income/expenses
- Fixed accounts (assets, liabilities) and liquid accounts
- Monthly and yearly views with balance cards
- Category breakdown and expense structure charts
- CSV import/export with full override support
- Multiple profiles with optional password protection
- Light/dark theme, Czech/English language
- Offline, no cloud, all data stored locally
Download the .deb package from Releases and install:
sudo dpkg -i Karrency_0.1.0_amd64.deb
npm install
npm run tauri build
Requires Rust and Tauri prerequisites.
