A local-first, crash-proof desktop application built with pure Rust and iced for robust double-entry accounting. Targets non-US/EU users by prioritizing fault-tolerant Excel/CSV import over API scraping. All financial data is encrypted at rest.
Warning
This project is still in early development. Expect breaking changes. Not yet ready for regular use.
To get started, run:
cargo buildFor Desktop development, run:
cargo runTo run tests:
cargo test