v0.1.16
davidfowl/tallyv0.1.16Dec 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.16 Standalone executables for budget transaction analysis. ### Downloads - **Linux**: `tally-linux-amd64` - **macOS**: `tally-macos-amd64` - **Windows**: `tally-windows-amd64.exe` ### Usage ```bash # Make executable (Linux/macOS) chmod +x tally-* # Run ./tally-linux-amd64 version ./tally-linux-amd64 init ./my-budget ./tally-linux-amd64 run ```