github nearai/ironclaw ironclaw-v0.28.1
0.28.1 - 2026-05-11

9 hours ago

Release Notes

Added

  • (channels) add pairing_approve tool for Slack binding via chat (#3396)
  • (channels) add WeChat registry artifact metadata (#3386)
  • (common) describe paths and platform helpers in crate description (#3498)

Fixed

  • (web) bug bash — restart modal recovery, approval clarity, http defaults (#3364)
  • (bridge) bypass agent-loop mpsc for inline-await Approval gates (#3365)
  • (missions) auto-resume paused missions after gate resolution (#3366)
  • (workspace) multi-tenant memory isolation (#3374)
  • (auth) tighten Telegram pairing UX and OAuth-failure recovery (#3381)
  • (web) isolate cross-tenant SSE/WS status events and thread access (#3390)
  • (channels) activate WASM channels on headless servers (#3233)

Changed

  • (llm) extract multi-provider integration into ironclaw_llm crate (#3387)

CI / Release

  • (canary) seed github_token_scopes companion in auth-live-seeded (#3384)

Tests

  • (e2e) restore auth and approval coverage (#3430)
  • (e2e) avoid REPL auth retry race (#3437)

Install ironclaw 0.28.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.28.1/ironclaw-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.28.1/ironclaw-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install ironclaw@0.28.1

Download ironclaw 0.28.1

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

Don't miss a new ironclaw release

NewReleases is sending notifications on new releases.