Skip to content

Releases: maliming/Lens

1.0.0

14 Jun 12:14
a4dab63

Choose a tag to compare

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 the claude --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-server JSON-RPC
    probe. Off by default, behind explicit consent.
  • Workspace browserCLAUDE.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 SiliconLens-1.0.0-arm64-mac.zip
  • macOS IntelLens-1.0.0-mac.zip
  • Windows x64Lens-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