Release Notes
Fixed
- (extensions) restore chat-driven
tool_install+ fix double-invoke + auto-approve footgun (#3559)
Changed
- (llm) hide provider-specific auth, model fetch, and embeddings config behind facades (#3416)
Tests
- (e2e) unxfail two auth-matrix tests now that contracts match (#3589)
- (e2e) make Skills lifecycle deterministic (#3309)
Install ironclaw 0.28.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.28.2/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.28.2/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.28.2Download ironclaw 0.28.2
| 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 |