Skip to content

0.3.0-beta.2 - 2026-07-15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:34

Release Notes

Fixed

  • Claude.ai subscription auth no longer expires into a dead end. Gyre
    now reads the full Claude Code credential set (access + refresh token +
    expiry) instead of just the short-lived access token: it refreshes
    automatically at gyre run startup and during setup, never uses an
    expired token, and on failure prints a clear "run gyre auth login"
    message instead of a raw 401. New gyre auth status|login|refresh
    command to inspect and refresh on demand. The refreshed credential file
    is written owner-only (0o600).
  • Installer (install.sh + getgyre.com) resolves pre-release versions and
    cargo-dist's archive layout; the getgyre.com one-liner points at
    /install.sh (the /install HTML page can't be piped to a shell).

Install gyre 0.3.0-beta.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SargassoLLC/gyre/releases/download/v0.3.0-beta.2/gyre-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SargassoLLC/gyre/releases/download/v0.3.0-beta.2/gyre-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SargassoLLC/gyre/gyre

Install prebuilt binaries into your npm project

npm install gyre@0.3.0-beta.2

Download gyre 0.3.0-beta.2

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