Zolo v0.1.8-alpha
Pre-release
Pre-release
Zolo v0.1.8-alpha — Early Access
Pre-built binaries for all platforms. Each CLI archive bundles the runtime (zolo), the language server (zolo-lsp), the debugger (zolo-dap) and all bundled plugins, so use plugin … works offline.
Install
Step-by-step instructions for every platform: https://zolo-lang.devzolo.com/install
Linux / macOS — one command downloads, extracts and runs the bundled installer (copies to ~/.zolo, puts zolo on your PATH; no LD_LIBRARY_PATH or sudo). Swap linux-x64 for darwin-arm64 / darwin-x64 on macOS:
curl -fL https://github.com/devzolo/zolo-releases/releases/download/v0.1.8-alpha/zolo-lang-0.1.8-alpha-linux-x64.tar.gz -o /tmp/zolo.tar.gz
mkdir -p ~/.zolo && tar xzf /tmp/zolo.tar.gz -C ~/.zolo
sh ~/.zolo/install.shWindows — extract the .zip to %USERPROFILE%\.zolo and add that folder to your PATH (the binaries are self-contained).
Assets
| Asset | Contents |
|---|---|
zolo-lang-0.1.8-alpha-<platform>.{zip,tar.gz} |
CLI toolchain — runtime + LSP + DAP + plugins |
zolo-lang-0.1.8-alpha@<platform>.vsix |
VS Code extension |
Platforms: win32-x64, linux-x64, darwin-x64 (Intel), darwin-arm64 (Apple Silicon).