A modern, multi-tab terminal emulator with AI integration.
Linux · Windows · macOS
Website
·
Download
·
Documentation
·
Contributing
mTerminal is an Electron-based terminal emulator with real PTY sessions, multi-tab + tab groups, an encrypted credential vault (XChaCha20-Poly1305 + Argon2id), built-in AI integration (Anthropic / OpenAI / Ollama), an MCP server for local agents, and a typed extension API.
For more details, see mterminal.dev.
Status: alpha. Tested on Linux (X11 + Wayland), Windows 10/11, macOS 14+.
See the download page or:
- Arch / CachyOS (AUR):
yay -S mterminal-bin - Linux script:
./install.sh - Windows script:
pwsh -File .\install.ps1
See the documentation for install, configuration, keyboard shortcuts, and extension API reference.
See CONTRIBUTING.md. Quick start:
pnpm install
pnpm exec electron-rebuild -f -w node-pty
pnpm dev