Run a worker

Contribute frontier-model
measurements in one command

Run a small, outbound-only worker that probes the models you have keys for and sends the results to FrontierScore. Your keys never leave your machine.

curl -fsSL https://get.frontierscore.ai/install.sh | sh

Paste it on any Linux or macOS host with Docker. It walks you through the rest.

What you'll need
01

A host with Docker

A small always-on Linux/macOS box or cloud VM. The installer can install Docker for you on Ubuntu/Debian.

02

Your access details

A registry username + token and a one-time enrolment token (fsenr_…) — FrontierScore sends you both.

03

A provider API key

At least one of your own — Anthropic, OpenAI, xAI, DeepSeek, or Google. The worker measures whichever you provide.

How it works
  1. Run the command above. It checks for Docker (and installs it on Ubuntu/Debian if needed).
  2. Paste your access details when asked — the registry username + token, your enrolment token, and at least one provider API key.
  3. It pulls the worker and starts it. The worker enrolls once, then probes in the background and restarts on reboot.
  4. It keeps itself current. A daily auto-update pulls the latest worker — re-running the command updates immediately too.
Safe by design
Outbound-only — no inbound ports. Your keys stay local — never sent to FrontierScore. No scoring on your side — it only captures raw results. Disposable — stop it any time, lose nothing.
Copied — now paste it in your terminal