Releases: x1zzdev/x1zzLang
Releases · x1zzdev/x1zzLang
Release list
x1zzLang v0.2.8
What's Changed
- ci: remove macos x64 release target (279a2f3)
Included Binaries
| Binary | Role |
|---|---|
x1zz |
CLI entry point |
x1zz-runner |
IPC bridge |
x1zz-exec |
Polars-powered runtime engine |
Installation
- Download the archive for your platform
- Extract — all binaries land in
x1zz/ - Add
x1zz/to yourPATH - Run
x1zz --help
⚠️ All three binaries must remain in the same directory.
x1zzLang v0.2.1
Architecture split completed
Lightweight CLI (1.45MB) - zero Polars/tokio
Runtime isolation via x1zz-exec (49.67MB)
Thin IPC bridge x1zz-runner (0.22MB)
x1zz-core separated as standalone crate