Code editor, terminal, git client, and file explorer — all in your browser. One Go binary on your server, NAS, or Raspberry Pi.
CodeMirror 6 with syntax highlighting for 20+ languages. Dark and light themes.
Full PTY via xterm.js and WebSocket. Multiple tabs. Run anything — SSH, Docker, npm.
Visual commit graph, staging, branching, checkout. No CLI needed for common operations.
Project tree with git status colors. Create, rename, copy, paste, delete via context menu.
Embedded browser tab to preview your running web app without switching windows.
Fully responsive UI for tablets and phones. Edit code and run commands from any device.
One ~10MB Go binary. No Docker, no Node runtime, no database. Download and run.
Password auth with brute-force lockout. Deploy behind your reverse proxy with HTTPS.
Midnight and Daylight themes. Terminal and editor adapt to your choice.
Stage changes, commit, switch branches, and explore history with a built-in commit graph. Everything you need without touching the terminal.
Full PTY terminal emulator and embedded browser preview. Run commands and see results side-by-side. No context switching.
Open source. React + Vite frontend, pure Go backend.
$ npm install
$ npm run dev
$ cd backend
$ go run ./cmd/wede .