Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.92 KB

File metadata and controls

87 lines (58 loc) · 2.92 KB

rustfava

A beautiful desktop app for rustledger

Manage your finances with plain text accounting.

CI GitHub Release License: MIT PyPI

rustfava dashboard


Why rustfava?

Native app Double-click to launch, no terminal required
Fava interface The familiar Fava web UI you know and love
rustledger backend Blazing fast parsing via WebAssembly
Cross-platform Linux, macOS (Intel & Apple Silicon), Windows
Offline first Your financial data stays on your machine
Multiple files Open multiple ledgers in tabs

Install

Desktop App

Download the latest release for your platform from the Releases page.

Platform Format
macOS .dmg (Intel & Apple Silicon)
Windows .exe installer or .msi
Linux .AppImage, .deb, .rpm, or .tar.gz

Note for Linux deb/rpm users: The server component requires wasmtime. Install it with:

curl https://wasmtime.dev/install.sh -sSf | bash

Other Installation Methods

Method Command
Docker docker run -p 5000:5000 -v /path/to/ledger:/data ghcr.io/rustledger/rustfava /data/main.beancount
PyPI uv tool install rustfava (requires Python 3.13+ and wasmtime)
Nix nix run github:rustledger/rustfava#desktop

Missing your platform? Open an issue to request it.

Quick Start

Desktop App

  1. Download the app for your platform
  2. Double-click to launch
  3. Open your .beancount file

Command Line

rustfava ledger.beancount
# Then visit http://localhost:5000

What is this?

rustfava is a fork of Fava that replaces the Python beancount parser with rustledger, compiled to WebAssembly for faster parsing and processing.

The desktop app bundles everything into a native application using Tauri, so you get a fast, lightweight app with no dependencies.

Links

License

MIT License - see LICENSE for details.