Skip to content

Installation

Terminal window
brew install opaquevault-brew/tap/ov
Terminal window
curl -fsSL https://get.opaquevault.com | sh

The script installs to /usr/local/bin/ov if writable (root or sudo), otherwise to ~/.local/bin/ov. If ~/.local/bin is used, the installer automatically adds it to your PATH in ~/.bashrc, ~/.zshrc, or ~/.profile and updates the current session.

If ov is still not found after installing, run:

Terminal window
export PATH="$HOME/.local/bin:$PATH"

Or open a new terminal to pick up the shell config change.

Terminal window
ov --version
Terminal window
# bash
ov completion bash >> ~/.bashrc
# zsh
ov completion zsh >> ~/.zshrc
# fish
ov completion fish > ~/.config/fish/completions/ov.fish
Terminal window
brew upgrade ov # macOS
ov update # Linux self-update

Windows support is post-MVP. OpaqueVault currently targets macOS and Linux developers.