A starter pack to try fava / beancount plain text accounting.
See awesome-beancount for introduction and other resources around beancount / fava
-
MacOS / Linux / Unices: a recent installation with
bashandpython3is likely to be fine. Some distributions requirepython3-venvpython3-devor alike package. -
Windows (WSL2): Should work like a Linux Distribution
(If you have trouble running, issues/PRs are welcome)
- Download and extract this repository
- Start fava process
- in MacOS: you can just double click
favain Finder - in Linux / Windows WSL / other Unices: in terminal, cd into this repository and run
./fava.
- in MacOS: you can just double click
- Open fava web UI as instructed
- If it works, browser should show a few example accounts and transactions. You can look around, or mangle
main.beancountand add your own contents.
(if it doesn't work, something may went wrong during downloading packages)