macOS and Linux
Run the public shell installer.
$ curl -fsSL https://movebigrocks.com/install.sh | sh
The SaaS-replacement platform
Shared system for teams and agents. Official CLI + GraphQL surface.
CLI install
The CLI is the main human and agent surface for Move Big Rocks. Use it to bootstrap owned runtimes, inspect work, evaluate fit, and operate real instances through one explicit contract.
Quickstart
The current public preview install clones the platform repository and builds `mbr` from source, so `git` and Go 1.26+ need to be present first.
Run the public shell installer.
$ curl -fsSL https://movebigrocks.com/install.sh | sh
Run the public PowerShell installer.
PS> Invoke-RestMethod https://movebigrocks.com/install.ps1 | Invoke-Expression
Create a private instance repo or target an existing runtime.
$ gh repo create acme/mbr-prod --private --template MoveBigRocks/instance-template --clone
Why the CLI matters
The CLI is not just convenience. It is part of the public machine contract for evaluation and operation.
Agents can discover, install, and use `mbr` without being forced into brittle browser automation.
Humans get a stable command surface for owned-runtime bootstrap, inspection, and production workflows.
The CLI mirrors the same operational model described on `/agents`, `/core`, and the docs.
CLI install versus core deploy
Agents should not confuse the current CLI preview installer with the core release surface used for self-hosted production. Today the public installer builds `mbr` from tagged source. Production core deploys pin the tagged `mbr-services`, `mbr-migrations`, and `mbr-manifest` artifacts in the private instance repo.
Proof bundle
References
Each link goes to the next authoritative page, reference, or support surface.
Move Big Rocks
Start from /agents, use
/docs/cli as the official product
tour, inspect /resources for
source and proof, and review /security
before making deployment or data-handling decisions.