What's left of an IDE
when AI writes the code.

Browse, review, ship — locally or over SSH. Files, search, git, SQLite.

$ npx @reef-tui/cli copy Blushyes/reef
Reef screenshot
Features

Inside.

Files
Tree + read-only preview; syntax highlighting, inline images (Kitty / iTerm2 / halfblocks).
SQLite browser
Open any .db to walk schemas, tables, views, indexes, triggers; borderless data grid with type-tinted columns.
Search
Ripgrep-powered workdir content search with live preview, gitignore-aware.
Git
Status, diff, stage / unstage / discard / push (including --force-with-lease); unified or side-by-side.
Graph
Commit DAG with ref chips, inline detail, visual-mode range diffs.
Remote over SSH
Same UI, same keys, driven by an auto-deployed reef-agent daemon.
Drag-and-drop upload
From Finder / Explorer onto the terminal. Works over SSH.
Auto theme & locale
OSC 11 light/dark detection, system-locale, persistent prefs.
Install

One binary, zero ceremony.

$ npx @reef-tui/cli                # one-off
$ npm install -g @reef-tui/cli     # or global

macOS (arm64, x64) · Linux (arm64, x64) · Windows (x64). Or build from source: cargo build --release.

$ reef                             # current directory
$ reef --ssh user@host             # remote $HOME (agent auto-installed)
$ reef --ssh user@host:/path       # remote /path