Skip to main content
TermMate connects to external CLI-based agents to drive its core capabilities. Before installing the editor extension, you need to install and authenticate at least one of these CLI agents on your system.

1. Install Agent CLI

Claude Code is Anthropic’s official terminal-based coding agent. Install it via terminal:
curl -fsSL https://claude.ai/install.sh | bash

Codex

Codex is OpenAI’s state-of-the-art coding companion. Install it globally using npm:
npm install -g @openai/codex
TermMate automatically detects CLI installation paths across multiple environments, including Homebrew, npm-global, Yarn, and common local binary directories. You typically don’t need to manually configure environment variables or search paths.

2. Authentication

Once installed, authenticate the agents via your terminal before starting a session in TermMate.

Claude Code

claude /login

Codex

codex login