Skip to content

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.

  • 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 Enya from GitHub Releases:

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.

Enya uses vim-style navigation:

KeyAction
h/j/k/lMove focus between panes
:Open command palette
Space+fOpen finder (metrics, alerts, commits)
?Show all keyboard shortcuts
eEdit focused pane