A high-performance command-line interface for contributing proofs to the Nexus network.
Verifiable Computation on a Global ScaleWe're building a global distributed prover network to unite the world's computers and power a new and better Internet: the Verifiable Internet. Connect to the beta and give it a try today.
curl https://cli.nexus.xyz/ | sh
If you don't have Rust installed, you will be prompted to install it.
sudo apt update && sudo apt upgrade
sudo apt install build-essential pkg-config libssl-dev git-all
brew install git
Install WSL first, then follow Linux instructions.
Use of the CLI is subject to the Terms of Use. First-time users will be prompted to accept the terms. For non-interactive acceptance (e.g., CI environments), use:
NONINTERACTIVE=1 sh
- Only latest CLI version is supported
- No prebuilt binaries yet
- Email linking available on web only
- Proof cycle counting coming soon
- Program submission requires API key (contact growth@nexus.xyz)
- Network FAQ
- Discord Community
- Technical issues? Open an issue
network-api/
├── assets/ # Media for documentation
├── clients/
│ └── cli/ # Main CLI implementation
├── proto/ # Shared network interface definition
└── public/ # Files hosted at cli.nexus.xyz
See CONTRIBUTING.md for development setup and guidelines.