SysAdmin-focused, cross-platform terminal workstation.
- Local shell profiles + SSH profiles
- MultiMode grid terminals (open 2, 4, 6, etc. at once)
- Proxy-aware remote workflows
- Script scheduler with log capture
- Guest Mode (no password, no storage)
- Local-only OLLAMA integration (default loopback endpoint)
- History settings + keyboard copy/paste modes + right-click auto-copy
- Local bundled xterm.js assets (no CDN required at runtime)
The built executable is named:
3TTY
cmake -S . -B build -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt
cmake --build build -j./build/3TTYctest --test-dir build --output-on-failure- Qt6: Core, Gui, Widgets, Network, WebEngineWidgets, WebChannel
- Optional:
libsshfor native scheduled SSH workflows - Optional:
connect-proxyand/orncfor proxy auth tunneling - Optional: local OLLAMA daemon on
http://127.0.0.1:11434
- Default OLLAMA endpoint is local loopback (
127.0.0.1) only. - Scheduler logs are written under
QStandardPaths::AppDataLocation/workflow-logs. - Profile/secrets config is encrypted when not in Guest Mode.
