Skip to content

v0.1.0-cli.29

Choose a tag to compare

@github-actions github-actions released this 02 Aug 03:50
· 9 commits to master since this release

ReceiptRadar CLI

Local-first receipt → ledger. No cloud. No account.

Install

See docs/INSTALL.md.

# verify download
sha256sum -c rradar-*.sha256
# after unpack:
./rradar release-check --fixtures /path/to/repo/fixtures
# or from a checkout with the binary on PATH:
# powershell -File scripts/verify-install.ps1

Archive includes: binary, LICENSE, README, INSTALL, cli.md, privacy.md, CHANGELOG, THIRD_PARTY_NOTICES, VERSION.

Smoke

./rradar version --long
./rradar engines
./rradar release-check --fixtures fixtures

ONNX weights are not bundled; optional --features onnx build + tools/fetch-models.*.

Full Changelog: v0.1.0-cli.28...v0.1.0-cli.29