v0.8.0
[0.8.0] - 2026-06-02
π Features
- Implement skill system
- Implement llama cpp support (#14)
- Add skill-maker skill
- Fix wrong skill category
- Implement user and RBAC
- Allow agent to create skills with resouces
- Add agent sharing functionality
- Add user profile settings
- Add agent memory visibility
π Documentation
- Update docs with skills
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