Open Budget is open-source, cross-platform budgeting application
- Manage multiple accounts
- Set currency and icon for each account
- Set initial balance
- Track separate statistics per account
- Add income and expense transactions
- Organize transactions with categories
- Edit or remove transactions
- Transactions grouped by date
- Full transaction history in one place
- Filter transactions by income or expense
- See top income and expense categories on Statistics page
- Total income and expense summary on Home page
- Light and dark theme
- Go to the Releases page:
https://github.com/atomi19/open_budget/releases
- Download the latest installation file for your platform (e.g. APK for Android)
- Install it on your device
- Flutter SDK
- Clone the repo:
git clone https://github.com/atomi19/open_budget.git- Navigate to the project directory:
cd open_budget- Get dependencies:
flutter pub get- Database setup (this will generate database.g.dart):
dart run build_runner build
- Run the project on mobile (ios, android) or desktop (linux, windows, macos)
flutter run
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3

