Wake 0.1.0
First public release.
Wake gathers every coding-agent session on your Mac into one place — browse, full-text search, and resume any conversation in seconds. All local, all read-only, zero network requests.
Highlights
- Seven agents: Claude Code, Codex CLI, Copilot CLI, Cursor, OpenCode, Kiro, Gemini CLI
- Full-text search (⌘K): FTS5 trigram index over prose and code (CJK included); jumps straight to the matched message in the transcript
- Transcript view: per-message rendering with tool-call clusters, thinking summaries, tree-sitter highlighting
- One-click resume into Terminal/iTerm at the original project directory
- Star / pin / export / delete — your originals are never modified; deletes go to the system Trash
Install
Download Wake-0.1.0-macos.zip, unzip, drag Wake.app to Applications.
The app is ad-hoc signed, so macOS will block the first launch: right-click → Open → Open, or run
xattr -d com.apple.quarantine /Applications/Wake.app
Requires macOS 14+ (Apple Silicon). Or build from source: scripts/make-app.sh with a Rust toolchain.