Skip to content

v0.24.27

Choose a tag to compare

@github-actions github-actions released this 28 Jan 19:09
· 24 commits to main since this release

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.27/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


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