user@crt:~$ cat welcome.txt

SYSTEM
ONLINE_

Terminal-native development environment. Build, deploy, monitor — all from a single phosphor screen. No GUI required. No distractions possible.

user@crt:~$ uptime

SYSTEM STATUS

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

MODULES

EDITOR.SYS

Keystroke-optimized code editor. Modal editing with vim bindings baked in. Syntax highlighting for 47 languages. LSP integration runs locally — no cloud roundtrip.

PIPELINE.SYS

CI/CD from your terminal. Push triggers build, build triggers test, test triggers deploy. Average pipeline: 1m 23s. Rollback: one command, 4 seconds.

MONITOR.SYS

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

TRANSMISSIONS

"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

KEYBINDINGS

NAVIGATION

Switch workspace Ctrl + W
Open file Ctrl + P
Command palette Ctrl + Shift + P
Toggle terminal Ctrl + `
Split pane Ctrl + \

PIPELINE

Build Ctrl + B
Deploy Ctrl + D
Run tests Ctrl + T
Rollback Ctrl + Z + Z
View logs Ctrl + L

All keybindings are remappable. Config lives in ~/.crt/keys.toml

user@crt:~$ crt --compatibility

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

INITIALIZE_

One command. Works on macOS, Linux, WSL2. No Electron. No 400MB download. The binary is 12MB.

$ curl -fsSL https://crt.dev/install | sh