| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-21 | 902 Bytes | |
| v0.5.6 source code.tar.gz | 2026-03-21 | 12.7 MB | |
| v0.5.6 source code.zip | 2026-03-21 | 13.3 MB | |
| Totals: 3 Items | 26.0 MB | 2 | |
What's New in v0.5.6
Fixes
- Install script: Auto-accept Xcode/CLT license on macOS instead of bailing out — works seamlessly in
curl | bashvia/dev/ttysudo prompt (#4153, [#4165], [#4169]) - Flaky test: Fixed intermittent
execute_successful_subprocessbroken pipe failure by draining stdin in test script (#4161) - Crates.io publish: Fixed
aardvark-sysmissing version spec that blockedcargo publish; all publish workflows now publish workspace deps first (#4172) - Docker builds: Added
aardvark-sysworkspace crate to Dockerfile COPY stage
Install
:::sh
# One-liner (macOS / Linux)
curl -fsSL https://zeroclawlabs.ai/install.sh | bash
# Cargo
cargo install zeroclawlabs
# Docker
docker pull ghcr.io/zeroclaw-labs/zeroclaw:latest
Full Changelog: https://github.com/zeroclaw-labs/zeroclaw/compare/v0.5.5...v0.5.6