v0.10.0-rc.3
Pre-release
Pre-release
·
71 commits
to master
since this release
[0.10.0-rc.3] - 2026-06-10
π Features
- Implement stt models
- Implement audio message
- Implement auto-tts mode
π Refactor
- Rename context files to session files
- Adjust prompt
- Change audio models target directory
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