v0.5.0-rc.2
Pre-release
Pre-release
·
223 commits
to master
since this release
[0.5.0-rc.2] - 2026-04-16
π Features
- Included document is injected directly to context
- Implement additional memory tools
- Detailing in think indicator
π Bug Fixes
- Onboarding for discord
βοΈ Miscellaneous Tasks
- Install script to directo stable only
- Add update install script
Installation
Windows
Download and run the vizier-*-x86_64-installer.exe installer from the assets below. This will install Vizier to C:\Program Files\Vizier\ and add it to your PATH.
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