Skip to content

mterm-dev/mTerminal

Repository files navigation

mTerminal — multi-tab terminal emulator

mTerminal
mTerminal

A modern, multi-tab terminal emulator with AI integration.
Linux · Windows · macOS
Website · Download · Documentation · Contributing

About

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+.

Download

See the download page or:

  • Arch / CachyOS (AUR): yay -S mterminal-bin
  • Linux script: ./install.sh
  • Windows script: pwsh -File .\install.ps1

Documentation

See the documentation for install, configuration, keyboard shortcuts, and extension API reference.

Contributing

See CONTRIBUTING.md. Quick start:

pnpm install
pnpm exec electron-rebuild -f -w node-pty
pnpm dev

License

MIT