CLI Proxy
Installing the CLI Proxy
The OBLV Deploy CLI Proxy is a client used in the OBLV Deploy system to securely connect into enclaves. It is a command-line interface tool which lets you attest/validate an enclave and communicate with the application deployed inside the enclave using OBLV Deploy.
Select your operating system and follow the installation steps below:
- macOS
- Linux
- Windows
OBLV Deploy CLI Proxy can be installed on MacOS using homebrew with the following commands:
brew tap ObliviousAI/oblv
brew install oblv
Please run the following commands in your terminal based on your Linux distribution.
- For Debian and RPM based distributions.
curl https://cli.oblivious.com/latest/install.sh | sh
- For other Linux distributions, the (.tar.gz) binaries are available.
https://cli.oblivious.com/latest/oblv-latest-x86_64-unknown-linux-musl.tar.gz
On Windows 10 and later the MSI installer can be downloaded from:
https://cli.oblivious.com/latest/packages/oblv-latest.msi
Once installed the CLI can be accessed with the command:
oblv --help