github nearai/ironclaw ironclaw-v0.28.0
0.28.0 - 2026-05-07

5 hours ago

Release Notes

Added

  • (reborn) land the reborn-integration substrate on main, introducing host foundation crates, capability host, runtime dispatcher, process lifecycle, filesystem, secrets, network, and extension manifest registry boundaries
  • (reborn) add WIT-compatible WASM tool runtime (#3097)
  • (reborn) add host runtime contract facade and services graph (#3095, #3126)
  • (reborn) add memory document storage boundary and search/plugin seams (#3078, #3079)
  • (reborn) add prompt write safety policy (#3167)
  • (reborn) route WASM and MCP HTTP through shared egress (#3123, #3142)
  • (reborn) add host-controlled trust-class policy engine (#3043)
  • (channels) add WeChat channel (#1666)
  • (channels) add multi-tenant relay channel with per-user identity resolution (#3253)
  • (llm) enable thinking for Ollama via default additional params (#2372)

Fixed

  • (llm) route DeepSeek, Gemini, and OpenRouter through dedicated rig-core clients (#3326)
  • (config) keep startup LLM fallback in-memory only (#3324)
  • (engine) inline gate await for Tier 0 and Tier 1 Approval gates (#3157)
  • (engine,web) suppress restart-recovery noise on Projects tab; retry empty hydration on SSE open (#3328)
  • (bridge) coerce engine action params per schema (#3197)
  • (bridge) mission_* tools accept name; resolves #2583 (#3155)
  • (libsql) parse scientific notation cost aggregates (#3297)
  • (reborn) harden capability approval lifecycle (#3111)
  • (reborn) harden edge-case contracts and runtime network policy handoff (#3165)

Changed

  • (common) clarify crate-level doc wording and align package description (#3370, #3372)

CI / Release

  • cut over workflows for main merge queue (#3104)
  • build ironclaw docker image with staging tag from main branch (#3301)
  • (release) bump cargo-dist to 0.31.0 to fix installer (#3172)
  • add deterministic nightly deep checks and full browser suite nightly (#3261, #3262)
  • add nightly failure issue alerts (#3293)

Docs

  • refresh feature parity against OpenClaw 2026.3.11–2026.4.30 (#3310)
  • promote database and configuration pages from drafts to live; fix wrong defaults; expand variable reference

Tests

  • (reborn) add phase 1 integration coverage, host runtime vertical gates, and CapabilityHost integration coverage
  • (e2e) add dedicated reborn e2e gate and stabilize coverage suite

Install ironclaw 0.28.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.28.0/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.0/ironclaw-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install ironclaw@0.28.0

Download ironclaw 0.28.0

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.