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.
