Releases: SargassoLLC/gyre
Releases · SargassoLLC/gyre
Release list
0.3.0-beta.2 - 2026-07-15
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 atgyre runstartup and during setup, never uses an
expired token, and on failure prints a clear "rungyre auth login"
message instead of a raw 401. Newgyre 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/installHTML 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 | shInstall 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/gyreInstall prebuilt binaries into your npm project
npm install gyre@0.3.0-beta.2Download 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
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/judgemodes for unmatched hosts
(judge = one LLM call, fails closed). Every decision audited to the new
egress_eventstable 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_idrecorded on
the run row, and a hardROUTINES_FULL_JOB_TIMEOUT_SECSdeadline. - First-party
TrustedToolsHookvouching 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_testdry-run + LLM readiness judge (Tier 1 sprint). - Blueprints: brain-pipeline, research-fanout, novelty-gate.
Fixed
- Fallback chain survives an explicit
/modelswitch (pins primary only). - Jobs that exhaust self-repair attempts now transition to Failed instead
of staying Stuck forever. - Native
httptool 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 | shInstall 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.1Download 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 |