Internal staging · ComputeArena CLI

Quickstart

Install the private release candidate, connect BaseRT, and publish a benchmark to this ComputeArena environment.

  1. 01

    Install BaseRT

    ComputeArena uses BaseRT's models and benchmark harness. Skip this if BaseRT is already installed.

    curl -LsSf https://basecompute.co/install.sh | sh

    Restart your terminal after installation so the BaseRT commands are available.

  2. 02

    Install the staging CLI

    Run the installer served by this exact ComputeArena environment.

    curl -LsSf http://host:port/install.sh | sh

    The script installs computearena to ~/.basert and never uses sudo. Set COMPUTEARENA_REF or COMPUTEARENA_INSTALL_DIR to override its defaults.

  3. 03

    Pull a model

    Browse BaseRT's catalogue and pull a model to benchmark. Skip this if a compatible model is already installed.

    basert list --remote
    basert pull Qwen/Qwen3-0.6B
  4. 04

    Start ComputeArena

    The interactive workflow handles optional login, benchmarking, report review, and submission.

    computearena basert --api-url http://host:port/api/v1

    Benchmarks can run offline. The environment-specific API URL is used when you log in or submit a report.