Release Notes
Added
- (web) improve WASM channel setup flow (#380)
- (web) inline tool activity cards with auto-collapsing (#376)
- (web) display logs newest-first in web gateway UI (#369)
- (signal) tool approval workflow and status updates (#350)
- add OpenRouter preset to setup wizard (#270)
- (channels) add native Signal channel via signal-cli HTTP daemon (#271)
Fixed
- correct MCP registry URLs and remove non-existent Google endpoints (#370)
- resolve_thread adopts existing session threads by UUID (#377)
- resolve telegram/slack name collision between tool and channel registries (#346)
- make onboarding installs prefer release artifacts with source fallback (#323)
- copy missing files in Dockerfile to fix build (#322)
- fall back to build-from-source when extension download fails (#312)
Other
- Add --version flag with clap built-in support and test (#342)
- Update FEATURE_PARITY.md (#337)
- add brew install ironclaw instructions (#310)
- Fix skills system: enable by default, fix registry and install (#300)
Install ironclaw 0.12.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/v0.12.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/v0.12.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.12.0Download ironclaw 0.12.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 |