Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.5 KB

File metadata and controls

45 lines (29 loc) · 1.5 KB

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

  • 🔐 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

🎮 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.