Skip to main content

Artemis Custom Runner

The Artemis Custom Runner is now distributed as a single self-contained binary, per operating system and architecture — no Python or tools bundle required.

The easiest way to get the exact download command is from the New Artemis runner panel in the Artemis web console (Platform Settings → Runners → New Artemis runner). Pick your OS and architecture and it fills in the current version, download command, and a single-use registration token for you.

Add new Artemis runner — download command generator

For the full walkthrough (download → configure → start), see the Artemis Custom Runner guide. This page is a reference for downloading specific versions directly.

Latest release (5.2.0)

Linux and Windows ship as self-contained binaries; macOS is distributed as a Python wheels archive (requires Python 3.11 and pip). All downloads are public — no credentials required.

OSDownload
Linux (x64)artemis-runner-5.2.0-linux — standalone binary
Windows (x64)artemis-runner-5.2.0-windows.exe — standalone binary
macOSartemis-runner-5.2.0-wheels.tar.gz — Python wheels

On Linux/Windows, download the binary and run it directly. On macOS, extract the wheels archive and install it into a virtual environment:

tar -xzf artemis-runner-5.2.0-wheels.tar.gz
cd artemis-runner-*-wheels
python3.11 -m venv .venv && source .venv/bin/activate
pip install --find-links wheels/ artemis-runner

Then artemis-runner configure … and artemis-runner start work the same on every platform. Keep the runner up to date with artemis-runner upgrade.

Legacy Releases

5.1.1

5.1.0

5.0.0