Show HN: Codex Explorer, a local session manager for Codex CLI Developer Tobiadefami released Codex Explorer, an open-source local session manager for OpenAI's Codex CLI, enabling users to search, preview, and resume past coding sessions via a terminal user interface. The Rust-based tool indexes session files locally and is available on GitHub under an MIT license. Codex Explorer is a local Codex session manager. The cx command indexes ~/.codex/sessions/ / .jsonl so you can search, preview, and resume old Codex sessions without remembering the exact date. Codex Explorer is early, work-in-progress software. It is useful today, but the data model and interface are still evolving. Codex Explorer is an independent project and is not affiliated with, endorsed by, or sponsored by OpenAI. - Rust and Cargo - The Codex CLI available as codex on your PATH for cx resume - A terminal with TUI support From this checkout: cargo install --path . --locked Cargo installs the cx binary into ~/.cargo/bin . Make sure that directory is on your PATH , then verify the installed command: cx --version To reinstall from a newer checkout: cargo install --path . --locked --force From GitHub: cargo install --git https://github.com/Tobiadefami/codex-explorer --locked cx cx reindex cx list cx search "turnstile worker" cx show