| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-05-16 | 676 Bytes | |
| zero-linux-x64 | 2026-05-16 | 614.5 kB | |
| zero-win32-arm64.exe | 2026-05-16 | 614.9 kB | |
| zero-win32-x64.exe | 2026-05-16 | 651.8 kB | |
| zero-darwin-arm64 | 2026-05-16 | 656.9 kB | |
| zero-darwin-x64 | 2026-05-16 | 621.1 kB | |
| zero-linux-arm64 | 2026-05-16 | 585.4 kB | |
| zero-linux-musl-arm64 | 2026-05-16 | 638.1 kB | |
| zero-linux-musl-x64 | 2026-05-16 | 649.8 kB | |
| README.md | 2026-05-16 | 1.3 kB | |
| v0.1.1 source code.tar.gz | 2026-05-16 | 643.8 kB | |
| v0.1.1 source code.zip | 2026-05-16 | 870.4 kB | |
| Totals: 12 Items | 6.5 MB | 0 | |
- Adds the public installer at
https://zerolang.ai/install.sh, with platform selection, GitHub release downloads, checksum verification, and$HOME/.zero/bin/zeroinstallation. - Adds
zero runfor the everyday edit loop: build a host executable, run it, pass program arguments after--, forward stdout/stderr, and return the program exit status. - Updates README, homepage, getting started, install, and CLI docs around the curl install path, copyable commands, and
zero run. - Reworks public docs to be more scannable and current, including stronger language, diagnostics, testing, target, package, optimization, and standard library references.
- Removes placeholder module docs that described surfaces not ready for users and adds current module docs for
std.crypto,std.http, andstd.net. - Adds version-matched agent guidance through
zero skills, including focused workflows for Zero syntax, diagnostics, builds, packages, standard library use, testing, and agent edit loops. - Keeps the installable Zero skill as a thin bootstrap so external skill managers discover one Zero skill while the compiler serves the richer guidance for the installed version.
- Updates the
zero skillsCLI contract to serve bundled flat skill data while preserving list, get, path, and JSON workflows.
Contributors
- @ctate
- @mvanhorn