Skip to content

v0.5.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:03
· 213 commits to master since this release

[0.5.0-rc.3] - 2026-04-17

πŸš€ Features

  • Add docker image publishing workflow
  • Implement additional tool for tasks and scheduling
  • Add http client tool
  • Add openapi documentation

πŸ› Bug Fixes

  • Duplicate running schedule

πŸ“š Documentation

  • Update documentations

βš™οΈ Miscellaneous Tasks

  • Remove unused data from fs storage
  • Drop windows support (for now) :(

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