CHAMPREP Code runner 0.1.1
Released 2026-09-24T20:29:13Z · all versions · latest.json
Install
Linux and macOS:
curl -fsSL https://code-downloads.champrep.com/install/runner.sh | sh
Windows (PowerShell):
irm https://code-downloads.champrep.com/install/runner.ps1 | iex
The installers verify each binary against SHA256SUMS.
Register and start
Create a runner in your project (Settings → CI/CD → Runners → New runner), then:
champrep-code-runner register --url https://<your CHAMPREP Code host> champrep-code-runner run
register asks for the runner token without showing it. In scripts, pipe it to --token-stdin.
Binaries
| OS | Arch | File | SHA-256 |
|---|---|---|---|
| darwin | amd64 | champrep-code-runner-darwin-amd64 | 90a4b8b483af38cea03bbd9ef7628aa20869e96e33ae762a9be5f461413e21e8 |
| darwin | arm64 | champrep-code-runner-darwin-arm64 | ed77608be6c7f71a2c98d2cfd1b65c56f0581e2a06cf362f5ff5eaad458f51a9 |
| linux | amd64 | champrep-code-runner-linux-amd64 | 2832136c30d257c661079eb378757ece697979cee3fbc501b81fd108639384ef |
| linux | arm64 | champrep-code-runner-linux-arm64 | 444185bf4cc5f4e6e2107075d3d7db180fba112e4158d779a4e1ab3b22bcfe10 |
| windows | amd64 | champrep-code-runner-windows-amd64.exe | aeb2fcb3dfcd206e92b36b8aa0aa6e798f1783c8ac5b6179111fd32435ff7870 |
| windows | arm64 | champrep-code-runner-windows-arm64.exe | ef6aa530f081bd9ade2e57b47f094687c10cffcbf60c3594826397c5ba207975 |