Skip to content

v0.9.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:21
· 117 commits to master since this release

[0.9.0-rc.1] - 2026-06-04

πŸš€ Features

  • Add missing migrations
  • Implement graph memory view
  • Add message when running server in background
  • Rewrite and improve agent transport layer

πŸ› Bug Fixes

  • Broken links

πŸ’Ό Other

  • Remove shared_document features in favor of global memory

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