The SaaS-replacement platform Shared system for teams and agents. Official CLI + GraphQL surface.

CLI install

`mbr` is the command surface for humans and agents.

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.

Agent-first route: Start at /agents, inspect /docs/cli, and drop into this page when you need proof, detail, or rollout guidance.

Quickstart

Install the CLI, then continue into evaluation.

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.

macOS and Linux

Run the public shell installer.

$ curl -fsSL https://movebigrocks.com/install.sh | sh

Windows PowerShell

Run the public PowerShell installer.

PS> Invoke-RestMethod https://movebigrocks.com/install.ps1 | Invoke-Expression

Then continue

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

A stable command surface is one of the clearest ways to make a product agent-ready.

The CLI is not just convenience. It is part of the public machine contract for evaluation and operation.

Agent-friendly

Agents can discover, install, and use `mbr` without being forced into brittle browser automation.

Human-friendly

Humans get a stable command surface for owned-runtime bootstrap, inspection, and production workflows.

Shared semantics

The CLI mirrors the same operational model described on `/agents`, `/core`, and the docs.

CLI install versus core deploy

The CLI install path and the production core release path are different on purpose.

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

  • The CLI preview install is for local human and agent tooling.
  • Tagged core artifacts are for deployed runtimes, not for the CLI binary itself.
  • Instance repos pin those core refs in `mbr.instance.yaml` and deploy them without rebuilding core.

References

Canonical next surfaces.

Each link goes to the next authoritative page, reference, or support surface.

Move Big Rocks

Let agents inspect the CLI-first surface. Let humans decide trust, rollout, and boundaries.

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.