Release Notes
Added
- (cli) add tool setup command + GitHub setup schema (#438)
- add web_fetch built-in tool (#435)
- (web) DB-backed Jobs tab + scheduler-dispatched local jobs (#436)
- (extensions) add OAuth setup UI for WASM tools + display name labels (#437)
- (bootstrap) auto-detect libsql when ironclaw.db exists (#399)
- (web) slash command autocomplete + /status /list + fix chat input locking (#404)
- (routines) deliver notifications to all installed channels (#398)
- (web) persist tool calls, restore approvals on thread switch, and UI fixes (#382)
- add IRONCLAW_BASE_DIR env var with LazyLock caching (#397)
- feat(signal) attachment upload + message tool (#375)
Fixed
- (channels) add host-based credential injection to WASM channel wrapper (#421)
- pre-validate Cloudflare tunnel token by spawning cloudflared (#446)
- batch of quick fixes (#417, #338, #330, #358, #419, #344) (#428)
- persist channel activation state across restarts (#432)
- init WASM runtime eagerly regardless of tools directory existence (#401)
- add TLS support for PostgreSQL connections (#363) (#427)
- scan inbound messages for leaked secrets (#433)
- use tailscale funnel --bg for proper tunnel setup (#430)
- normalize secret names to lowercase for case-insensitive matching (#413) (#431)
- persist model name to .env so dotted names survive restart (#426)
- (setup) check cloudflared binary and validate tunnel token (#424)
- (setup) validate PostgreSQL version and pgvector availability before migrations (#423)
- guard zsh compdef call to prevent error before compinit (#422)
- (telegram) remove restart button, validate token on setup (#434)
- web UI routines tab shows all routines regardless of creating channel (#391)
- Discord Ed25519 signature verification and capabilities header alias (#148) (#372)
- prevent duplicate WASM channel activation on startup (#390)
Other
- rename WasmBuildable::repo_url to source_dir (#445)
- Improve --help: add detailed about/examples/color, snapshot test (clo… (#371)
- Add automated QA: schema validator, CI matrix, Docker build, and P1 test coverage (#353)
Install ironclaw 0.13.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/v0.13.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/v0.13.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.13.0Download ironclaw 0.13.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 |