| Crates.io | zpm |
| lib.rs | zpm |
| version | 0.1.0 |
| created_at | 2025-12-31 08:25:56.368205+00 |
| updated_at | 2025-12-31 08:25:56.368205+00 |
| description | A fast, lightweight Zig version manager written in Rust. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2014238 |
| size | 236,613 |
A fast, lightweight Zig version manager written in Rust.

# Install from source
cargo install --path .
# Install from crates.io
cargo install zpm
# Or install from crates.io (once published)
cargo install zpm
# Install the latest version
zpm install
zpm i
# Install a specific version
zpm install 0.13.0
zpm i 0.13.0
# Install and set as default
zpm install --default 0.13.0
zpm i -d 0.13.0
# Install master branch
zpm install master
# Install stable version
zpm install stable
zpm use 0.13.0
zpm uninstall 0.13.0
zpm rm 0.13.0
zpm list
zpm ls
zpm install-zls
Apache 2.0