| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nullclaw-android-aarch64.bin | 2026-03-21 | 3.5 MB | |
| nullclaw-android-armv7.bin | 2026-03-21 | 4.3 MB | |
| nullclaw-android-x86_64.bin | 2026-03-21 | 4.2 MB | |
| nullclaw-linux-aarch64.bin | 2026-03-21 | 3.4 MB | |
| nullclaw-linux-arm32-gnu.bin | 2026-03-21 | 4.2 MB | |
| nullclaw-linux-arm32-musl.bin | 2026-03-21 | 4.1 MB | |
| nullclaw-linux-riscv64.bin | 2026-03-21 | 3.6 MB | |
| nullclaw-linux-x86_64.bin | 2026-03-21 | 4.1 MB | |
| nullclaw-macos-aarch64.bin | 2026-03-21 | 4.3 MB | |
| nullclaw-macos-x86_64.bin | 2026-03-21 | 4.7 MB | |
| nullclaw-windows-aarch64.exe | 2026-03-21 | 4.3 MB | |
| nullclaw-windows-x86_64.exe | 2026-03-21 | 4.8 MB | |
| README.md | 2026-03-21 | 8.1 kB | |
| v2026.3.21 source code.tar.gz | 2026-03-21 | 5.6 MB | |
| v2026.3.21 source code.zip | 2026-03-21 | 5.8 MB | |
| Totals: 15 Items | 60.9 MB | 5 | |
What's Changed
- v2026.3.18 by @DonPrus in https://github.com/nullclaw/nullclaw/pull/639
- feat(runtime): add wasm3 interpreter by default by @manelsen in https://github.com/nullclaw/nullclaw/pull/568
- feat(agent): support configurable prompt timezone / 特性(agent): 支持可配置的提示词时区 by @manelsen in https://github.com/nullclaw/nullclaw/pull/546
- fix(security): resolve absolute wasmtime executable path / 修复(security): 解析 wasmtime 可执行文件的绝对路径 by @manelsen in https://github.com/nullclaw/nullclaw/pull/536
- [OneBot] auth hardening and operational health signal / [OneBot] 认证加固与运行健康信号 by @manelsen in https://github.com/nullclaw/nullclaw/pull/554
- fix(agent): robustify tool-call parsing for malformed LLM outputs / 修复(agent): 增强对格式错误 LLM 输出的工具调用解析 by @manelsen in https://github.com/nullclaw/nullclaw/pull/551
- fix(lark): improve websocket reconnect logging and permission diagnostics / 修复(lark): 改进 WebSocket 重连日志与权限诊断 by @manelsen in https://github.com/nullclaw/nullclaw/pull/552
- [Lark] operations readiness runbook (EN/中文) / [Lark] 运维就绪手册(英/中) by @manelsen in https://github.com/nullclaw/nullclaw/pull/556
- [QQ] websocket health signal hardening / [QQ] websocket 健康信号加固 by @manelsen in https://github.com/nullclaw/nullclaw/pull/555
- [DingTalk] operations readiness runbook (EN/中文) / [DingTalk] 运维就绪手册(英/中) by @manelsen in https://github.com/nullclaw/nullclaw/pull/557
- fix(providers): enable native_tools for z.ai/glm aliases / 修复(providers): 为 z.ai/glm 别名启用 native_tools by @manelsen in https://github.com/nullclaw/nullclaw/pull/577
- feat(wecom+wechat): implement secure callbacks and passive replies / 特性(wecom+wechat): 实现安全回调与被动回复 by @manelsen in https://github.com/nullclaw/nullclaw/pull/559
- fix(subagent): inject installed skills into delegated subagents / 修复(subagent): 将已安装的技能注入到委派的子代理中 by @manelsen in https://github.com/nullclaw/nullclaw/pull/558
- fix(providers/compatible): return NoResponseContent when all fields are null/empty by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/584
- fix(fs): avoid statx-dependent makePath for Linux < 4.11 by @juvenn in https://github.com/nullclaw/nullclaw/pull/589
- fix(compatible): handle kimi-k2.5 reasoning_content responses / 修复(compatible): 处理 kimi-k2.5 reasoning_content 响应 by @manelsen in https://github.com/nullclaw/nullclaw/pull/578
- docs(agents): add §8.1 test coverage mandate by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/590
- feat(providers): make max_streaming_prompt_bytes configurable per-provider by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/591
- feat(providers): add Hunyuan (Tencent Cloud) and Baichuan to compat_providers / 特性(providers): 新增混元(腾讯云)与百川提供商 by @manelsen in https://github.com/nullclaw/nullclaw/pull/595
- feat(security): Tencent platform crypto primitives (AES-256-CBC, TC3-HMAC-SHA256, WeChat SHA-1) / 特性(security): 腾讯平台加密原语 by @manelsen in https://github.com/nullclaw/nullclaw/pull/593
- fix(providers): detect stalled SSE streams with curl speed-limit; cap non-streaming fallback timeout by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/597
- feat(channels): abstract OutboundPayload port + sendRich for DingTalk and Lark Card 2.0 / 特性(channels): 抽象富消息端口 + DingTalk/Lark Card 2.0 sendRich 实现 by @manelsen in https://github.com/nullclaw/nullclaw/pull/596
- feat(providers): support Ollama cloud API key with Bearer auth by @juvenn in https://github.com/nullclaw/nullclaw/pull/615
- docs: clarify workspace_path and system_prompt behavior by @vedmalex in https://github.com/nullclaw/nullclaw/pull/620
- fix(memory): make durable recall work across sessions | 修复(memory): 让持久记忆在跨会话场景下正常召回 by @manelsen in https://github.com/nullclaw/nullclaw/pull/650
- fix(agent): ensure profile-aware hot reload and add /config to telegram menu | 修复(agent): 确保 profile 感知的热重载并将 /config 添加至 Telegram 菜单 by @manelsen in https://github.com/nullclaw/nullclaw/pull/622
- Add Gemini CLI as a local provider using ACP mode by @mailiam in https://github.com/nullclaw/nullclaw/pull/628
- Use portable_atomic.zig to simplify u64 atomic access by @Centauria in https://github.com/nullclaw/nullclaw/pull/640
- fix(cron): allow agent jobs to omit command field in cron.json by @yanggf8 in https://github.com/nullclaw/nullclaw/pull/643
- fix(providers): fix GLM/ZhipuAI thinking mode and native tool_calls by @yanggf8 in https://github.com/nullclaw/nullclaw/pull/641
- fix(config): allow http:// MCP URLs for localhost, private IPs, and Tailscale CGNAT range by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/642
- docs(a2a): expand protocol doc and examples + add config details and method reference by @hfreire in https://github.com/nullclaw/nullclaw/pull/649
- fix: nix build error in NixOS-25.11 by @cloudsbit in https://github.com/nullclaw/nullclaw/pull/653
- fix(cron): add --account flag to cron add-agent CLI by @yanggf8 in https://github.com/nullclaw/nullclaw/pull/645
- fix(config): accept flat OTEL diagnostics fields | 修复(config): 兼容平铺式 OTEL diagnostics 配置字段 by @manelsen in https://github.com/nullclaw/nullclaw/pull/652
- Surface provider API details in channel-loop errors | 在 channel-loop 错误中展示 provider API 细节 by @manelsen in https://github.com/nullclaw/nullclaw/pull/656
- Avoid logged-errors in update curl skip path | 避免更新 curl 跳过路径触发 logged-errors by @manelsen in https://github.com/nullclaw/nullclaw/pull/655
- feat(cron): expose live scheduler via HTTP API by @yanggf8 in https://github.com/nullclaw/nullclaw/pull/648
- Add Xiaomi MiMo as an OpenAI-compatible provider | 新增 Xiaomi MiMo OpenAI 兼容提供方支持 by @manelsen in https://github.com/nullclaw/nullclaw/pull/654
- Add onboarding-generated CONFIG.md guide | 新增 onboarding 生成的 CONFIG.md 配置指南 by @manelsen in https://github.com/nullclaw/nullclaw/pull/657
- feat(telegram): add reply detection for bot messages in TelegramChannel by @byjk in https://github.com/nullclaw/nullclaw/pull/661
- fix(observability): enrich OTEL spans and flush at turn boundaries | 修复(observability): 丰富 OTEL spans 并在回合边界刷新 by @manelsen in https://github.com/nullclaw/nullclaw/pull/660
- fix(mcp): add Accept header and SSE response parsing for HTTP transport by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/658
- fix: Windows compatibility and DingTalk debugging by @young13shao in https://github.com/nullclaw/nullclaw/pull/662
- fix(agent): enable empty-response retry and follow-through guardrail in streaming by @vernonstinebaker in https://github.com/nullclaw/nullclaw/pull/663
- fix/responses add explicit responses mode for compatible providers by @DonPrus in https://github.com/nullclaw/nullclaw/pull/664
- feat(provider): add OpenAI Responses mode for compatible providersCodex/OpenAI responses design by @ouraihub in https://github.com/nullclaw/nullclaw/pull/424
New Contributors
- @mailiam made their first contribution in https://github.com/nullclaw/nullclaw/pull/628
- @yanggf8 made their first contribution in https://github.com/nullclaw/nullclaw/pull/643
- @cloudsbit made their first contribution in https://github.com/nullclaw/nullclaw/pull/653
- @byjk made their first contribution in https://github.com/nullclaw/nullclaw/pull/661
- @young13shao made their first contribution in https://github.com/nullclaw/nullclaw/pull/662
- @ouraihub made their first contribution in https://github.com/nullclaw/nullclaw/pull/424
Full Changelog: https://github.com/nullclaw/nullclaw/compare/v2026.3.18...v2026.3.21