v0.1.40
davidfowl/tallyv0.1.40Dec 27, 2025by github-actions[bot]
AI Summary
Introduces standalone executables for budget transaction analysis, allowing users to run the tool locally without complex dependencies.
Key Highlights
- Standalone executables for Linux, macOS, and Windows
- Usage of `tally init` to analyze budget directories
- Usage of `tally run` to execute analysis
- Usage of `tally version` to check installed version
New Features
- Standalone executables for budget transaction analysis
Full Release Notes
## Tally v0.1.40 Standalone executables for budget transaction analysis. ### Downloads | Platform | File | |----------|------| | Linux | `tally-linux-amd64.zip` | | macOS | `tally-macos-amd64.zip` | | Windows | `tally-windows-amd64.zip` | ### Usage ```bash # Extract unzip tally-linux-amd64.zip # Make executable (Linux/macOS) chmod +x tally # Run ./tally version ./tally init ./my-budget ./tally run ```