Free & open source

uhoh

Session monitor and recovery tool for AI coding assistants. Watches for crashes, catches them before you lose work, and restores sessions with one click.

Download GitHub v0.1.0
monitoring
CLAUDE CODE 3
my-project Fix auth flow · main
2h Open
api-service Refactor endpoints · dev
1h Open
web-app Add dark mode · feature/ui
new Open
GEMINI CLI 1
data-pipeline Debug ETL job · main
3h Open
3 sessions crashed Restore All

Live preview — watch the crash → restore cycle


Works with the tools you already use

Claude Code Gemini CLI Codex Aider Goose Kimi OpenCode

Instant detection

Uses native OS APIs to detect the exact moment a session process dies. No polling delay on macOS.

One-click restore

Pick your terminal, click restore. Opens the right resume command in Terminal.app, iTerm, Warp, Ghostty, or 10+ others.

Bulk recovery

Terminal crashed and took 5 sessions with it? Restore them all at once, or open a tmux grid with every session.


Available for macOS, Linux, and Windows

All downloads are from GitHub Releases. The app is free, open source (AGPL-3.0), and contains no telemetry.


# Clone and build
git clone https://github.com/naieum/uhoh.git
cd uhoh
npm install
npm run tauri build