Sleek AI-powered terminal. Cross-platform. Intelligent.
Terminolgy is an AI-native terminal for macOS, Linux, and Windows. Built on Electron + Go, it combines traditional terminal power with modern features:
- GPU/Disk/Net Sysinfo — native system monitoring graphs (not just CPU/memory)
- AI Error Analysis — failed commands automatically trigger AI-powered fix suggestions
- Command Palette — VS Code-style
Ctrl+Shift+Pfor instant access to any action - Compact Headers — auto-hide block chrome to maximize screen space
- Multi-Machine Dashboard — monitor your entire infrastructure from one terminal
- Docker Panel — manage containers across hosts with interactive web UI
- Network Topology — visualize your network with live status
- Built-in Browser — web views inside terminal blocks
- SSH Integration — persistent sessions, wsh/tsh shell helper, remote file browsing
- Workspace System — organize widgets by context (Ops, Dev, Network)
Download the latest MSI installer or portable ZIP.
Coming soon — build from source (see Building).
- Go 1.22+
- Node.js 20+
- npm
- go-task (
task)
git clone https://github.com/PhenixStar/terminolgy.git
cd terminolgy
task packageOutput in make/:
Terminolgy-win32-x64-{version}.exe(NSIS installer)Terminolgy-win32-x64-{version}.msi(MSI)Terminolgy-win32-x64-{version}.zip(portable)
For detailed build instructions see BUILD.md.
| Shortcut | Action |
|---|---|
Ctrl+Shift+P |
Command palette |
Ctrl+Shift+F |
AI fix for failed command |
Ctrl+Shift+B |
Toggle compact headers |
Terminolgy is an Electron app with a Go backend (terminolgy-srv). The frontend uses React + TypeScript. Terminal rendering via xterm.js. SSH via tsh (terminolgy shell helper).
Settings at ~/.config/terminolgy/settings.json (Linux/macOS) or %LOCALAPPDATA%\terminolgy\ (Windows).
Custom widgets via widgets.json. See docs.
Apache-2.0 — based on Wave Terminal with significant enhancements.
Built by Nulled AI. Originally forked from Wave Terminal by Command Line Inc.