Skip to content

Releases: FelixIsaac/tokenusage

1.11.1 - 2026-07-18

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:54

Release Notes

Fixed

  • Cargo.toml's repository field still pointed at upstream
    (hanbu97/tokenusage), which cargo-dist bakes into every generated
    install script/Homebrew formula at release time — v1.11.0's install
    instructions 404'd because they pointed at upstream's releases,
    which don't have this fork's binaries. Now points at
    FelixIsaac/tokenusage. v1.11.0 release/tag were deleted;
    this supersedes it.

Install tokenusage 1.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/FelixIsaac/tokenusage/releases/download/v1.11.1/tokenusage-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/FelixIsaac/tokenusage/releases/download/v1.11.1/tokenusage-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install FelixIsaac/tokenusage/tokenusage

Download tokenusage 1.11.1

File Platform Checksum
tokenusage-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tokenusage-x86_64-apple-darwin.tar.xz Intel macOS checksum
tokenusage-x86_64-pc-windows-msvc.zip x64 Windows checksum
tokenusage-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tokenusage-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum