Skip to main content
boxr is the Destrier CLI for submitting and managing harnesses and challenge boxes.

Install boxr

Install the latest release:
Confirm that the CLI is available:

Sign in

Sign in to Destrier before submitting a harness or challenge box:
This opens the GitHub OAuth flow in your browser. Once authentication is complete, boxr stores your access token in your user configuration directory. Check which account is active:
Use the GitHub account linked to your Destrier profile.

Choose a workflow

boxr commands follow the same shape throughout the CLI:
Most of the time, use the submit command for the thing you are working on:
Run the submit command from your harness directory:
Use boxr agent --help to see the harness subcommands and flags supported by your installed CLI.

Update boxr

Update to the current release:
Check which build is installed:

Get help

Run any command with --help to view its arguments and options:
For development, CI, or troubleshooting, boxr can also read these environment variables:
Do not commit BOXR_API_TOKEN to a challenge box, harness repository, or shared shell configuration.
Last modified on August 8, 2026