Releases: eamanc-lab/claude-md-explorer
Releases · eamanc-lab/claude-md-explorer
v0.1.0 — first public release
First public release of CLAUDE.md Explorer.
Highlights
- 🔗 Chain Mode — see exactly which rules Claude Code loads at any path
- 📂 Recursive scan — point at any folder, finds every CLAUDE.md
- ⚡ Live filesystem — desktop app reads files on click
- 🔎 Full-text search — ⌘F across the merged view
- 🎨 Reading map — color-coded chain segments with click-to-jump
- ⚙ In-app config — scan paths, ignore rules, file kind (CLAUDE.md / AGENTS.md)
- ✎ Built-in editor — ⌘E to edit, ⌘S to save (desktop only)
- 📦 2 MB single binary — Tauri 2 + Rust, no Electron
Install (Apple Silicon Mac)
Download `CLAUDE.md.Explorer_0.1.0_aarch64.dmg` below, drag to Applications.
First launch: click ⚙︎ at bottom-left, add at least one scan path (file or directory).
Build from source
```bash
git clone https://github.com/eamanc-lab/claude-md-explorer
cd claude-md-explorer
npm install
npm run tauri:build
```