strikekit-agent

Download the local installer

Install strikekit-agent on Windows, macOS, or Linux. Choose .deb, .tar.gz, .zip, or a bare binary for your OS — the installer writes production config and starts the background service so you can pair from the dashboard.

Choose your platform

Select your OS, architecture, and package format.

Package format
Download .zip (x86_64)

Windows install notes

Run the installer as Administrator so the StrikekitAgent background service starts. Health checks and pairing need that service on 127.0.0.1:19527.

Installed without Administrator?

Files may be in %LOCALAPPDATA%\Strikekit, but the agent will not run until you fix it. Recommended: right-click the installer → Run as administrator and install again.

Or start the agent manually (PowerShell — leave the window open):

& "$env:LOCALAPPDATA\Strikekit\strikekit-agent.exe" serve

Command Prompt (CMD):

"%LOCALAPPDATA%\Strikekit\strikekit-agent.exe" serve

Then verify health (new terminal):

Invoke-RestMethod http://127.0.0.1:19527/v1/health

After you install

Pairing links your browser session to this machine. Re-pair after upgrading the agent or changing allowed origins.

1

Verify the agent

Confirm the background service is listening before you open the dashboard.

strikekit-agent statuscurl http://127.0.0.1:19527/v1/health
2

Confirm the runner

Install scripts also set up the strikekit runner. Defaults are shown below if you need to place it manually.

/usr/local/bin/strikekitC:\Program Files\Strikekit\strikekit.exe
3

Pair this computer

Sign in, open Run tests, and click Pair this computer. Then use Sync & run or Local folder.

Open dashboard

Agent installed. Ready to run?

Create an account, open Run tests, and pair this computer to sync suites and stream live results from your machine.