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!
- 🔐 Self-hosted — Full control over your data
- 📩 SMS Parser — Auto-detect bank transactions
- 📊 Reports & Visualization — Clear finance insights
- 🤖 HisabAI — AI-powered finance assistance
- Multiple Accounts (Coming Soon)
- API Support (Coming Soon)
- 🆓 MIT Licensed — Fully open-source
Try the app with live demo.
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 timeOnce done, visit the app on http://localhost
This project is licensed under the MIT License - see the LICENSE.md file for details.
