Installation
The Altoviz CLI is a single self-contained binary with no runtime dependency. Pick your platform below.
brew trust altoviz/tap && brew install altoviz/tap/altoviz# Homebrewbrew trust altoviz/tap && brew install altoviz/tap/altoviz
# One-liner installercurl -fsSL https://raw.githubusercontent.com/altoviz/cli/main/install.sh | sh
# Debian / Ubuntusudo apt install ./altoviz_<version>_amd64.deb
# Fedora / RHELsudo rpm -i altoviz-<version>-1.x86_64.rpmWindows
Section titled “Windows”winget install Altoviz.CLIFor manual installation, download the zip from Releases, extract it, and add the folder to your PATH.
Shell completions
Section titled “Shell completions”After installing, enable tab-completion for your shell:
# bashaltoviz completion bash >> ~/.bashrc
# zshaltoviz completion zsh >> ~/.zshrc
# fishaltoviz completion fish > ~/.config/fish/completions/altoviz.fish
# PowerShellaltoviz completion pwsh >> $PROFILE