| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nullclaw-linux-aarch64.bin | 2026-03-05 | 2.8 MB | |
| nullclaw-linux-riscv64.bin | 2026-03-05 | 2.9 MB | |
| nullclaw-linux-x86_64.bin | 2026-03-05 | 3.3 MB | |
| nullclaw-macos-aarch64.bin | 2026-03-05 | 3.5 MB | |
| nullclaw-macos-x86_64.bin | 2026-03-05 | 3.7 MB | |
| nullclaw-windows-aarch64.exe | 2026-03-05 | 3.2 MB | |
| nullclaw-windows-x86_64.exe | 2026-03-05 | 3.5 MB | |
| README.md | 2026-03-05 | 3.0 kB | |
| v2026.3.4 source code.tar.gz | 2026-03-05 | 5.1 MB | |
| v2026.3.4 source code.zip | 2026-03-05 | 5.2 MB | |
| Totals: 10 Items | 33.3 MB | 4 | |
What's Changed
- allow safe bootstrap deletion via rm/trash by @DonPrus in https://github.com/nullclaw/nullclaw/pull/264
- fix(arm32): harden 32-bit compatibility across runtime and CI by @DonPrus in https://github.com/nullclaw/nullclaw/pull/261
- fix(http_request): preload CA bundle before TLS connect (#242) by @manelsen in https://github.com/nullclaw/nullclaw/pull/258
- fix(cron): persist last status for cron runs by @manelsen in https://github.com/nullclaw/nullclaw/pull/267
- gateway: assemble HTTP requests incrementally to avoid aborted connections by @manelsen in https://github.com/nullclaw/nullclaw/pull/259
- onboard: make AGENTS memory guidance backend-aware by @manelsen in https://github.com/nullclaw/nullclaw/pull/262
- memory: preserve archive/conversation content before hygiene deletion by @manelsen in https://github.com/nullclaw/nullclaw/pull/266
- fix(agent): prevent ContextLengthExceeded on legacy gpt-4 by @manelsen in https://github.com/nullclaw/nullclaw/pull/268
- fix(sqlite): detect 9p/NFS/CIFS and fall back to DELETE journal mode by @illustris in https://github.com/nullclaw/nullclaw/pull/269
- feat(providers): add Vertex AI Gemini provider by @akfpnd in https://github.com/nullclaw/nullclaw/pull/270
- fix: Cast dim_idx to u64 without truncation by @Centauria in https://github.com/nullclaw/nullclaw/pull/273
- fix(openai-codex): send request body via stdin to curl by @gula00 in https://github.com/nullclaw/nullclaw/pull/276
- docs(zh): add comprehensive Chinese documentation by @telagod in https://github.com/nullclaw/nullclaw/pull/278
- feat(agent): per-turn MCP tool filtering via tool_filter_groups by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/281
- fix(compatible): strip leaked <think> reasoning content by @manelsen in https://github.com/nullclaw/nullclaw/pull/280
- fix(capabilities): populate runtime_loaded in CLI --json output by @manelsen in https://github.com/nullclaw/nullclaw/pull/284
- fix(examples): build cloudflare worker wasm with build-exe by @manelsen in https://github.com/nullclaw/nullclaw/pull/285
- fix(compatible): expose think-tag reasoning to /reasoning output by @manelsen in https://github.com/nullclaw/nullclaw/pull/286
- Fix: URL Special Characters (
?and&) in Command Strings by @brunojuliao in https://github.com/nullclaw/nullclaw/pull/287 - fix(shell): handle markdown-fenced tool command payloads by @manelsen in https://github.com/nullclaw/nullclaw/pull/288
- chore(core): reduce helper duplication across agent/channels/tools by @manelsen in https://github.com/nullclaw/nullclaw/pull/295
New Contributors
- @akfpnd made their first contribution in https://github.com/nullclaw/nullclaw/pull/270
- @gula00 made their first contribution in https://github.com/nullclaw/nullclaw/pull/276
- @telagod made their first contribution in https://github.com/nullclaw/nullclaw/pull/278
Full Changelog: https://github.com/nullclaw/nullclaw/compare/v2026.3.3...v2026.3.4