Release history
Terminator releases
playwright for windows computer use
All releases
20 shown
CLI and MCP Agent Windows binaries and NPM packages now available.
Windows binaries and NPM packages now available for CLI and MCP Agent.
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)
- Download the appropriate archive for your platform
- Extract the binary
- 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