Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 524 Bytes

Kasa - Personal finance tracker for the hashtag era

A simple Qt app to keep track of your spending without sharing your financial data with any 3rd party.

This app is not ready for everyday use yet. Here be dragons. You've been warned.

Contributors welcomed!


You need Qt5, including QtCharts, CMake 3 or higher and libOfx

Build instructions

Standard CMake stuff; clone the project first, then prepare the build:

cd kasa
mkdir build
cd build
cmake ../

Now build and run:

make
./kasa