user@crt:~$ cat welcome.txt
Terminal-native development environment. Build, deploy, monitor — all from a single phosphor screen. No GUI required. No distractions possible.
user@crt:~$ uptime
UPTIME
[your metric]
days continuous operation
ACTIVE SESSIONS
[your metric]
concurrent terminals open now
SYSTEM LOG
[03:14:07] Build pipeline completed in 847ms
[03:14:02] Deploy to prod-east-2 ✓
[03:13:58] ⚠ Memory threshold at 78% — scaling initiated
[03:13:41] 23 test suites passed, 0 failed
[03:13:12] git push origin main — 4 files changed
user@crt:~$ ls /modules
Keystroke-optimized code editor. Modal editing with vim bindings baked in. Syntax highlighting for 47 languages. LSP integration runs locally — no cloud roundtrip.
CI/CD from your terminal. Push triggers build, build triggers test, test triggers deploy. Average pipeline: 1m 23s. Rollback: one command, 4 seconds.
Real-time error tracking in your terminal. Stack traces render inline. Alerts via terminal bell — you hear it before your phone buzzes. [ AMBER = WARNING LEVEL ]
user@crt:~$ cat /var/log/feedback.log
"Went back to VS Code for a client project last week. Kept instinctively hitting :wq to save. Realized I'd been fully terminal-native for 5 months without noticing the switch."
— backend eng, contribution history shows 2,847 commits since onboarding
"The deploy pipeline alone saved our team 11 hours/week. We measured. It was embarrassing how much time we'd been wasting on dashboards."
— infra lead at an agency with 14 active projects
user@crt:~$ man crt-keys
NAVIGATION
PIPELINE
All keybindings are remappable. Config lives in ~/.crt/keys.toml
user@crt:~$ crt --compatibility
PLATFORMS
✓ macOS 12+
✓ Ubuntu 20.04+
✓ Fedora 36+
✓ Arch (btw)
✓ WSL2
✗ Windows native (use WSL)
TERMINALS
✓ iTerm2
✓ Alacritty
✓ Kitty
✓ WezTerm
✓ Ghostty
△ Terminal.app (limited)
INTEGRATIONS
✓ Git
✓ Docker
✓ Kubernetes
✓ AWS CLI
✓ GitHub Actions
✓ SSH tunneling
user@crt:~$ ./install.sh
One command. Works on macOS, Linux, WSL2. No Electron. No 400MB download. The binary is 12MB.
$ curl -fsSL https://crt.dev/install | sh