fava

Web interface for double-entry bookkeeping with Beancount

brewmacoslinux
Try with needOr install directly
Source

About

Web interface for the double-entry bookkeeping software Beancount

Commands

fava

Examples

Start Fava web server on default port 5000 with a Beancount file$ fava ledger.beancount
Start Fava on a custom port$ fava --port 8080 ledger.beancount
Start Fava and bind to all network interfaces$ fava --host 0.0.0.0 ledger.beancount