a plain text double-accounting tool.
To quickly get started with Zhang, you can use Docker to install and run the service:
docker pull kilerd/zhang:latest
docker run --name zhang -v "/your/data/path:/data" -p "8000:8000" kilerd/zhang:latest
This will pull the latest Zhang Docker image and run it, exposing the service on port 8000.
beancount and zhang are both text based accounting tools, and they are some familiar.
But zhang deprecates some directives, like note
, pad
and push_tag
, and also evolves some directives,
like balance
. So your beancount file may not be compatible with zhang, we will provide a tool to convert beancount
format to zhang format, and vice versa.
For detailed setup and installation guides, please refer to the documentation.
Join our Discord server for community discussions, support, and to stay updated with the latest news. For iOS users, you can join our TestFlight to try out the latest features here.