Quickstart
Install the private release candidate, connect BaseRT, and publish a benchmark to this ComputeArena environment.
- 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 | shRestart your terminal after installation so the BaseRT commands are available.
- 02
Install the staging CLI
Run the installer served by this exact ComputeArena environment.
curl -LsSf http://host:port/install.sh | shThe script installs computearena to ~/.basert and never uses sudo. Set COMPUTEARENA_REF or COMPUTEARENA_INSTALL_DIR to override its defaults.
- 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 - 04
Start ComputeArena
The interactive workflow handles optional login, benchmarking, report review, and submission.
computearena basert --api-url http://host:port/api/v1Benchmarks can run offline. The environment-specific API URL is used when you log in or submit a report.