Skip to content

TokenMiser v0.5.1

Choose a tag to compare

@thinkflow19 thinkflow19 released this 29 Jul 07:09
· 17 commits to main since this release

Patch release: the dashboard now works fully offline, in line with the ecosystem's local-first / no-external-fetch principle.

Fixed

  • Dashboard fully offline — htmx 2.0.4 is vendored into the binary and served from the local /assets/htmx.js route instead of a CDN <script> tag. The vendored file is integrity-verified: byte-identical across unpkg and jsdelivr, and its SHA-384 matches htmx's officially published SRI hash for 2.0.4. Regression tests assert the dashboard HTML and live fragment contain no external http(s) URLs.

Full details in CHANGELOG.md.

Install (macOS arm64)

curl -sL https://github.com/openintelligence-labs/tokenmiser/releases/download/v0.5.1/tokenmiser-v0.5.1-aarch64-apple-darwin.tar.gz | tar xz
./tokenmiser-v0.5.1-aarch64-apple-darwin/tokenmiser

Other platforms: cargo build --release from source.

SHA-256 (tokenmiser-v0.5.1-aarch64-apple-darwin.tar.gz): cfe92395468bc1a179e1aa2e0596e25ef4cea0372304c2c2ce44fb9cd5bbe57d

Full Changelog: v0.5.0...v0.5.1