Releases: maliming/Lens
Releases · maliming/Lens
1.0.0
First public release of Lens — a desktop browser for local Claude Code and OpenAI Codex session history.
What's in it
- Search every conversation across
~/.claude/projects/and~/.codex/sessions/by title, project, branch, model, or full-text JSONL grep. ⌘K opens
search anywhere. - Resume in one click — open the session in Terminal / iTerm at the original
cwd, or copy theclaude --resume <id>/codex resume <id>command. - Token-spend dashboards — 5h / 24h / 7d / 30d buckets, broken down by model and project, with an activity heatmap.
- Live subscription quota — opt-in probe of Anthropic for real 5h / weekly remaining; Codex limits come from a local
codex app-serverJSON-RPC
probe. Off by default, behind explicit consent. - Workspace browser —
CLAUDE.md/AGENTS.md, Skills, Commands, Hooks / Rules, Plugins, Settings — everything that shapes the agent, in one view. - Multi-tool, one app — flip between Claude Code and Codex from the sidebar; sessions, favorites, charts all rescope to the active source.
- Light / Dark themes, UI in 10 languages.
- No network beyond the opt-in quota probe. All session content stays on disk.
Downloads
- macOS Apple Silicon —
Lens-1.0.0-arm64-mac.zip - macOS Intel —
Lens-1.0.0-mac.zip - Windows x64 —
Lens-1.0.0-win.zip
Builds are not signed yet. On macOS strip the quarantine flag once:
xattr -dr com.apple.quarantine "/Applications/Lens.app"
On Windows, SmartScreen → More info → Run anyway.
Source
Architecture notes, IPC protocol, security model: see CLAUDE.md.
Full Changelog: https://github.com/maliming/Lens/commits/1.0.0