TermMate doesn’t run its own models locally. Instead, it connects to powerful CLI-based agents. You need to install at least one of these to begin.Documentation Index
Fetch the complete documentation index at: https://termmate.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
1. Install Claude Code (Recommended)
Claude Code is Anthropic’s official terminal-based coding agent. It is currently the most capable agent supported by TermMate.claude in your terminal once to authenticate and complete the setup.
2. Install Codex CLI
Codex is OpenAI’s state-of-the-art coding companion. TermMate communicates with it via thecodex app-server.
- Install the Codex CLI (refer to the official OpenAI documentation for your platform).
- Ensure
codexis available in your systemPATH.
3. Loading Agent CLI
Once installed, TermMate will automatically attempt to locate these binaries. You can also manually specify their paths in the plugin settings if you have a custom installation.4. Install TermMate
With your agents ready, install TermMate for your editor:Sublime Text
The easiest way to install TermMate is through Package Control:- Open the Command Palette (
Cmd+Shift+Pon macOS,Ctrl+Shift+Pon Windows/Linux). - Type
Package Control: Install Packageand pressEnter. - Search for
TermMateand pressEnter.
VS Code
Install TermMate from the Visual Studio Code Marketplace: marketplace.visualstudio.com → TermMate Or search TermMate directly in the VS Code Extensions panel (Cmd+Shift+X).
5. Start Your First Chat
Once TermMate is installed, open a chat session from within your editor.VS Code
Option A — Status Bar Click the TermMate item in the VS Code status bar (bottom of the window) to instantly open a new chat session. Option B — Command Palette- Open the Command Palette (
Cmd+Shift+P). - Run TermMate: Start Chat.
Sublime Text
- Open the Command Palette (
Cmd+Shift+P). - Run TermMate: Start Chat.
- The chat view opens as a native tab. Type your message and press
Ctrl+Enterto send.