Open source · MIT · self-hosted
A modern IDE.
A fast, native editor — full LSP, debugger, terminal, and git — with a coding agent built in for when you want one. One binary, desktop or browser.
$
curl -fsSL https://raw.githubusercontent.com/airgap/E/dev/install.sh | bash
Claude · OpenAI · Gemini · Bedrock · Ollama
▶ Open the live E window
editor
A real editor. Nothing stubbed.
CodeMirror 6 with full desktop tooling.
- Language intelligence LSP completions, diagnostics, hover, code actions, and inlay hints — auto-installed for TS, Python, Rust, Go, C++, Java.
- Debugger DAP breakpoints, stepping, variables, call stack;
launch.jsonmirrors VS Code. - Terminal xterm.js, split tabs, a full PTY.
- Git per-hunk staging, commit graph, inline blame, conflict resolution.
- Navigation peek & go-to-definition, multi-cursor, project-wide find/replace.
- Live markdown Typora-style WYSIWYG for
.md— the same editor this site's demo runs on.
agent
A coding agent, built in.
Wired into your repo, your tools, and real guardrails — not bolted on.
- Multi-provider Claude, OpenAI, Gemini, Bedrock, Ollama — auto-routing and cost tracking.
- MCP native stdio, SSE, HTTP transports; auto-discovers existing configs.
- Permission modes safe, fast, unrestricted, plan — with per-tool rules.
- Golems per-machine named agents with persistent, queryable history.
- PRD executor multi-story plans, parallel executors, auto-commit.
anywhere
A real IDE. On your phone.
Not a viewer or companion app — the whole of E, responsive. No other IDE does this.
- Responsive by default the same UI scales from a multi-pane desktop split to a one-column phone view.
- Reach your machine open E from your phone over Tailscale or an SSH tunnel, authenticated.
- Inline media images, SVG, sparklines, and color/number widgets render right in the buffer.
The whole of this site runs as a live E window too — open the demo ↗ and shrink your window to watch it fold.
install
Up and running in one line.
Installs to ~/.e/bin/e, wires $PATH and a launcher. Then run e.
$
curl -fsSL https://raw.githubusercontent.com/airgap/E/dev/install.sh | bash
Detected: your platform
DownloadLoading the latest release…
🐧
Linux
Every build on GitHub Releases ↗