Skip to content

Releases: zjl1985/codex-clear

CodexClear v0.1.1

Choose a tag to compare

@zjl1985 zjl1985 released this 20 Aug 23:15

Highlights

  • Batch archive: selected active sessions can now be moved into ~/.codex/archived_sessions/ — the same layout the Codex CLI itself uses — via the new Archive button in the selection bar. Archived sessions stay visible under the Archived filter.
  • Same safety guarantees as delete: every path is validated before moving, already-archived and name-conflicting files are skipped with per-file errors, nothing is ever overwritten.

Download

CodexClear_0.1.1_aarch64.dmg — macOS on Apple Silicon.

The app is ad-hoc signed (no Apple Developer notarization yet). On first launch, right-click the app and choose Open, or run:

xattr -cr /Applications/CodexClear.app

See CHANGELOG.md for details.

CodexClear v0.1.0

Choose a tag to compare

@zjl1985 zjl1985 released this 17 Aug 05:51

The first public release of CodexClear — a local-first macOS desktop app for inspecting and cleaning OpenAI Codex CLI session storage (~/.codex).

Highlights

  • See exactly which chat sessions eat your disk: per-session sizes, sorted, with active/archived split
  • Filter by keyword, status, and age (7/30/90 days); bulk select and delete
  • Safe by default: deletions go to the Trash, every target is validated before removal
  • English and Chinese UI, light and dark themes (follows the system, toggle in the header)

Download

CodexClear_0.1.0_aarch64.dmg — macOS on Apple Silicon.

The app is ad-hoc signed (no Apple Developer notarization yet). On first launch, right-click the app and choose Open, or run:

xattr -cr /Applications/CodexClear.app

Building from source

pnpm install
pnpm tauri build --bundles dmg