Skip to content

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:37
· 159 commits to master since this release

[0.5.4] - 2026-04-28

πŸš€ Features

  • Add additional context around time
  • Allow tools to have attachment

πŸ’Ό Other

  • Optimize tools description

🚜 Refactor

  • Remove unused import

βš™οΈ Miscellaneous Tasks

  • Missing amd64 docker version

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