Getting Started
Getting Started
Section titled “Getting Started”Neovim meets Grafana, reimagined for human and agent collaboration. Enya is a keyboard-first multi-tool editor that brings together code, metrics, logs, traces, SQL, and terminals in one interface.
Key Features
Section titled “Key Features”- Multi-Tool — Code, metrics, logs, traces, SQL, terminals — all in one interface
- AI Native — Agents have access to the same commands you do (Codex, Claude via ACP)
- Codebase-Aware — Jump from observability data to source code with tree-sitter
- Keyboard-Driven — Neovim-inspired navigation with vim keybindings
- Extensible — Lua plugins and fully customizable
Download
Section titled “Download”Download Enya from GitHub Releases:
- macOS — macOS 10.15 or later
- Try in Browser — No install required (WASM)
Or build from source with cargo build --release.
Everything in Enya lives in a pane — metrics, logs, traces, SQL queries, and terminals. Panes tile automatically in an i3-style layout with splits and tabs.
Basic Navigation
Section titled “Basic Navigation”Enya uses vim-style navigation:
| Key | Action |
|---|---|
h/j/k/l | Move focus between panes |
: | Open command palette |
Space+f | Open finder (metrics, alerts, commits) |
? | Show all keyboard shortcuts |
e | Edit focused pane |
Next Steps
Section titled “Next Steps”- Keyboard Reference — Complete keyboard shortcuts guide