Hisabi is a simple yet powerful, self-hosted personal finance tracking web app with the ability to parse SMS transactions, generate very useful insights about your money, and power AI!
๐ Features
- [x] ๐ Self-hosted โ Full control over your data
- [x] ๐ฉ SMS Parser โ Auto-detect bank transactions
- [x] ๐ Reports & Visualization โ Clear finance insights
- [x] ๐ค HisabAI โ AI-powered finance assistance
- [ ] Multiple Accounts (Coming Soon)
- [ ] API Support (Coming Soon)
- [x] ๐ MIT Licensed โ Fully open-source
๐ฎ Demo
Try the app with live demo.
โถ๏ธ Installation
Docker Installation
git clone https://github.com/hisabi-app/hisabi && cd hisabi
make build # build the docker image
make run # the same as docker-compose up -d
# wait for a few seconds to allow the DB to finish the setup then run
make install # only for the first time
Once done, visit the app on http://localhost
๐ License
This project is licensed under the MIT License - see the LICENSE.md file for details.
