v0.5.1
[0.5.1] - 2026-04-23
π Features
- Implement memory auto-retrieval
- Emphasize slug on auto-retrieval
- Reenable ptc
π Bug Fixes
- Enhance error messages and improve PATH setup in install script (#10)
βοΈ Miscellaneous Tasks
- Update workflow
Installation
macOS / Linux
Download the appropriate archive for your platform and extract it to a directory, or use one of the methods below.
Using cargo-binstall (recommended)
cargo binstall vizierUsing cargo install
cargo install vizierManual download
Download the appropriate binary archive for your platform from the assets below.
Need Python Support?
Pre-built binaries do not include Python. To use the Python interpreter tool, build from source with the python feature:
cargo install vizier --features python