Skip to content

Releases: SargassoLLC/gyre

0.3.0-beta.2 - 2026-07-15

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

0.3.0-beta.1 - 2026-07-14

Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:18

Release Notes

First public beta. Note: versioning restarted from the 0.2.0-beta.1 rewrite;
the 0.3.0–0.5.0 entries below predate the restart and were never released.

Added

  • EgressPolicy — network boundary for native tools: leak scan + host
    allow/deny rules + observe/enforce/judge modes for unmatched hosts
    (judge = one LLM call, fails closed). Every decision audited to the new
    egress_events table on both database backends; WASM tool allowlist
    decisions land in the same log. Config via [egress] / EGRESS_*.
  • full_job routines run as real scheduler jobs with tool access
    (previously degraded to a single tool-less LLM call), with the routine's
    notification target threaded through job completion, job_id recorded on
    the run row, and a hard ROUTINES_FULL_JOB_TIMEOUT_SECS deadline.
  • First-party TrustedToolsHook vouching for workspace-internal memory
    tools during autonomous execution.
  • Typed routine delivery, cross-channel approvals, per-job tool allowlists,
    additive hook tool-trust, sessions_send/sessions_list, memory
    auto-recall, routine_test dry-run + LLM readiness judge (Tier 1 sprint).
  • Blueprints: brain-pipeline, research-fanout, novelty-gate.

Fixed

  • Fallback chain survives an explicit /model switch (pins primary only).
  • Jobs that exhaust self-repair attempts now transition to Failed instead
    of staying Stuck forever.
  • Native http tool rejects URLs with embedded credentials (userinfo).

Install gyre 0.3.0-beta.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SargassoLLC/gyre/releases/download/v0.3.0-beta.1/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.1/gyre-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install gyre@0.3.0-beta.1

Download gyre 0.3.0-beta.1

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