Nexus Changelog 7.18.25
This cycle of the Nexus Changlog focused on improving the mobile user experience, tightening CLI performance and reliability, and advancing
The Nexus Command-Line Interface (CLI) is the fastest on-ramp for contributing compute to the world supercomputer. If you’re comfortable in a terminal — or eager to learn — this guide will take you from zero to your first verified proof in about ten minutes.
Learn more about the CLI in this Nexus Chat:
A command-line tool might feel retro in a world of slick dashboards, but it carries three advantages that matter when you’re contributing heavy workloads:
For contributors who prefer point-and-click, the Nexus app (our browser-based experience) lowers the barrier of entry even further. But if you need repeatable deployments, remote machines, or detailed telemetry, the CLI is the tool of choice.
In fact, most large node operators on Devnet and Testnet II ran headless clusters exclusively through the CLI, enjoying the same rewards with more control. The CLI and web interface ultimately talk to the same Orchestrator, so you can switch at any time.
Whether you connect via the web interface or CLI, the workflow is identical: receive job → prove → submit → earn. What changes is the level of ergonomics and automation under your control.
The Nexus CLI ships as a single self-updating binary, so there’s no need to clone or compile. On macOS, Linux, and WSL you can run the following one-liner:
curl https://cli.nexus.xyz/ | sh
~/.nexus/bin
# ~/.nexus/config.json
{
"node_id": "YOUR-UUID-HERE"
}
Once setup is complete, launch the CLI interactive mode to immediately requests its first task: nexus-network start
Most issues boil down to three categories:
Network reachability — Ports 443 and 8443 must reach orchestrator.nexus.xyz.
Out-of-date binary — Run the install command to get the latest CLI release:
curl https://cli.nexus.xyz/ | sh
Hardware limits — Laptops may throttle under sustained load. Use --max-threads or point the CLI at a beefier server.
If you hit a blocker:
Both experiences yield identical rewards — what differs is operational style. Many users start in the browser to learn the ropes and graduate to the CLI once they’re comfortable.
The promise of the Verifiable Internet is bigger than any single product, but progress starts with many machines contributing small proofs around the clock.
Whether you’re a weekend hacker or an enterprise ops team, the steps above get you staking your compute — secure, automated, and under your full control.
Grab the binary, spin up a node, and let your terminal do something extraordinary.
For more info on the Nexus CLI: