Installation
brew install opaquevault-brew/tap/ovcurl -fsSL https://get.opaquevault.com | shThe 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:
export PATH="$HOME/.local/bin:$PATH"Or open a new terminal to pick up the shell config change.
Verify
Section titled “Verify”ov --versionShell completion
Section titled “Shell completion”# bashov completion bash >> ~/.bashrc
# zshov completion zsh >> ~/.zshrc
# fishov completion fish > ~/.config/fish/completions/ov.fishUpdating
Section titled “Updating”brew upgrade ov # macOSov update # Linux self-updateWindows
Section titled “Windows”Windows support is post-MVP. OpaqueVault currently targets macOS and Linux developers.