Skip to content

v0.10.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:49
· 80 commits to master since this release

[0.10.0-rc.1] - 2026-06-07

πŸš€ Features

  • Implement mistralrs provider
  • Implement context file system
  • Integrate context file
  • Implement send_attachment tools
  • Handle send_attachment in discord/telegram
  • Implement tts tools
  • Additional file preview
  • Implement piper tts provider
  • Implement kitten model

πŸ› Bug Fixes

  • Pdf and image not read properly

🚜 Refactor

  • Optimize system prompt

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 vizier

Using cargo install

cargo install vizier

Manual 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