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 for your platform from GitHub Releases:

  • macOS — macOS 10.15 or later
  • Windows — Windows 10 or later
  • Linux — AppImage, .deb, .rpm

Or build from source with cargo build --release.

Once Enya is running, connect to your Prometheus instance:

  1. Press : to open the command palette
  2. Type connect http://localhost:9090 (or your Prometheus URL)
  3. Press Enter

You should see “ONLINE” in the status bar once connected.

Enya uses vim-style navigation:

KeyAction
H/J/K/LMove focus between panes
:Open command palette
Space+mOpen metrics finder
?Show all keyboard shortcuts
eEdit focused pane query
Ctrl+EnterRun query
  • Editor — Learn about key commands and features
  • Keyboard Reference — Complete keyboard shortcuts guide
  • FAQ — Common questions answered