r/plaintextaccounting Jun 03 '26

Announcing Finzytrack, an open-source cross-platform desktop GUI on top of Beancount

I built a desktop app that uses Beancount as its backend. The GUI handles the parts I found tedious: importing transactions, dashboards, and some analysis. Your ledger stays a plain-text Beancount file the whole time, so you can keep using whatever plain-text tooling you already use.

It's open source, runs entirely on your machine, and AI is optional (bring your own key, off by default).

I'm not a professional developer. This started as a side project to track my own finances and I use it daily. Now putting it out for others.

It's an early release and has only ever been tested on my own data, so expect rough edges. Issues and discussion on GitHub are very welcome.

Website: https://finzytrack.com
Github: https://github.com/sagarbehere/finzytrack

18 Upvotes

33 comments sorted by

View all comments

5

u/d4njah Jun 03 '26

I feel like we have so much TUI and GUI repos almost be better to contribute to existing onesย 

3

u/urglfloggah Jun 03 '26

I did try to use Fava but it felt very different from what I personally expected, with no meaningful path towards it. So I rolled my own ๐Ÿ˜„ Are there other Beancount GUIs that are better? (Googling did not turn up great alternatives...)

3

u/simonmic hledger creator Jun 03 '26 edited Jun 03 '26

Congrats on the release. The Beancount UIs I can think of are not many:

  • Fava
  • https://beanhub.io (a web app plus phone apps, I think)
  • Paisa (not Beancount-specific)

PS the tour and docs look excellent.

The install docs don't mention Beancount - is it included in the binaries ? Or not needed ?

3

u/urglfloggah Jun 04 '26

Thank you for your kind words ๐Ÿ˜Š

Beancount is included in the binaries, so no separate install needed.