An open API service indexing awesome lists of open source software.

https://github.com/letehaha/budget-tracker

A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.
https://github.com/letehaha/budget-tracker

budget budget-tracker expense-tracker money-management personal-finance self-hosted

Last synced: 18 days ago
JSON representation

A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.

Awesome Lists containing this project

README

          

# Budget Tracker (MoneyMatter)

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.

## Local Application setup

To set up the application locally, please refer to the [instructions here](./docs/application-setup.md).

## Self-hosting

To run Budget Tracker (MoneyMatter) on your own server (Docker + Traefik + Let's Encrypt, single VPS, split subdomains for app and API), follow the [self-hosting guide](./docs/self-hosting.md).

## License

This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)**.

- ✅ Free to use, study, modify, and self-host
- ✅ Free to redistribute under the same license
- ✅ Commercial use permitted (sell hosting, support, custom builds, etc.)
- 🔄 Modifications must be released under AGPL-3.0
- 🌐 If you run a modified version as a network service, you must publish your modifications

See [LICENSE](LICENSE) for full details. The project was previously licensed under CC BY-NC-SA 4.0; that license still applies to versions of the codebase prior to the AGPL-3.0 relicensing commit.