Skip to content

Release history

Terminator releases

playwright for windows computer use

All releases

20 shown

v0.24.23 Maintenance

Windows binaries and NPM packages now available for CLI and MCP Agent.

v0.24.20 Maintenance

Minor fixes and improvements.

Full changelog

Terminator MCP Agent Binaries

This release contains the Terminator MCP Agent standalone binaries for Windows platforms.

Available Downloads:

  • Windows x64: terminator-mcp-agent-win32-x64-msvc.zip
  • Windows ARM64: terminator-mcp-agent-win32-arm64-msvc.zip

Installation (Windows only)

  1. Download the appropriate archive for your platform
  2. Extract the binary
  3. Run the agent: terminator-mcp-agent.exe --transport http --port 3000

NPM Package

The MCP agent is also available as an NPM package: npm install -g @terminator/terminator-mcp-agent


Terminator CLI Binaries

This release contains the Terminator CLI standalone binaries for various platforms.

Available Downloads:

  • Windows x64: terminator-cli-windows-x86_64.zip
  • Windows ARM64: terminator-cli-windows-aarch64.zip

Quick Installation

Windows:

# Download and extract (PowerShell)
Invoke-WebRequest -Uri "https://github.com/mediar-ai/terminator/releases/download/v0.24.20/terminator-cli-windows-x86_64.zip" -OutFile "terminator-cli.zip"
Expand-Archive -Path "terminator-cli.zip" -DestinationPath "."

# Add to PATH or move to a directory in PATH

Usage

terminator-cli --help

NPM Package

The CLI is also available as an NPM package: npm install -g @mediar-ai/cli

What's Changed

See the CHANGELOG for details

Beta — feedback welcome: [email protected]