github nearai/ironclaw ironclaw-v0.29.0
0.29.0 - 2026-05-26

10 hours ago

Release Notes

Added

  • (channels) add WeCom channel (#2394)
  • (web) support externally-provided tools in Responses API (#3122)
  • (gateway) add logs download button (#3588)
  • (tui) add Ctrl-S log download from the Logs tab (#3658)
  • (engine) add IRONCLAW_DISABLE_CODEACT flag for disabling v2 CodeAct (#3665)

Fixed

  • (markdown) avoid converting emphasis inside generated Slack angle links (#3532)
  • (web) restore NEAR AI API Key and Fetch Models in configure UI (#3742)

Changed

  • (embeddings) extract embeddings into ironclaw_embeddings crate (#3739)
  • (deps) bump dependencies to address security advisories (#3719)
  • (deps) update Wasmtime to clear cargo-deny advisory (#4028)

CI / Release

  • (canary) improve live canary counts, chat-install probe, and strict xfails (#3682)
  • (ci) add /benchmark slash-command dispatcher (#3808)
  • (ci) grant pull-requests: write for /benchmark reactions endpoint (#3835)
  • (ci) post benchmark "started" comment with dispatcher run link (#3836)

Documentation

  • (api) document the Responses API end-to-end (#3709)

Install ironclaw 0.29.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries into your npm project

npm install ironclaw@0.29.0

Download ironclaw 0.29.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.