Thunes is a simple desktop app that you can use to manage your expenses and budgets. Thunes does not synchronise your bank accounts, you provide every transaction manually.
It is mainly built for my needs, but I figured it would be interesting to share the source code anyways.
- Track income and expenses for any account with any currency
- Organize transactions into categories
- Monthly budgeting
- Simple analytics and charts
- Local storage
Go to releases and download the latest version of the app for your platform.
Pull requests are welcome! If you'd like to contribute, check the issues or submit a feature request.
- Rust – High-performance core logic
- Tauri – Secure and tiny desktop app framework
- SurrealDB – A powerful multi-model database
- Typescript / React – Easy frontend development
git clone https://github.com/ltabis/thunes
cd thunes/desktop
yarn
yarn tauri dev