Codex Chat Vault wnunezc
Use this command to install Codex Chat Vault:
winget install --id=wnunezc.Codex-Chat-Vault -e Windows desktop utility to inspect, back up, and clean local Codex chat and session files.
winget install --id=wnunezc.Codex-Chat-Vault -e Windows desktop utility to inspect, back up, and clean local Codex chat and session files.
Desktop application for Windows 11 built with Rust to inspect, back up, and clean local Codex conversation/session files.
> Important: this tool works with local files. Before deleting conversations, close Codex Desktop, Codex CLI, VS Code, or any other process that might still be using those files.
CODEX_HOME automatically when available.%USERPROFILE%\.codex when CODEX_HOME is not set.sessions/ and .jsonl files such as rollout-*.jsonl..zip backups with:
manifest.jsonrustupRecommended Rust installation:
winget install Rustlang.Rustup
rustup default stable
rustc --version
cargo --version
From the project folder:
cargo run
.\build-release.ps1
The script generates:
target\release\codex-chat-vault.exe
target\wix\codex-chat-vault-1.0.2-x86_64.msi
target\release-artifacts\codex-chat-vault-1.0.2-x86_64.exe
target\release-artifacts\codex-chat-vault-1.0.2-x86_64.msi
target\release-artifacts\SHA256SUMS.txt
If you prefer to run the steps manually:
cargo build --release
cargo wix
Program Files\Codex Chat Vault.Codex documentation indicates that local state is stored under CODEX_HOME and falls back to ~/.codex when the variable is not defined. On Windows, that typically resolves to:
C:\Users\YOUR_USER\.codex
Files commonly found inside that folder include:
config.toml
history.jsonl
sessions\YYYY\MM\DD\rollout-*.jsonl
References:
https://developers.openai.com/codex/config-advanced
https://developers.openai.com/codex/cli/features
https://github.com/openai/codex/issues/20165
https://github.com/openai/codex/issues/20493
%USERPROFILE%\.codex or manually select the correct folder.Rescan.cwd, working_dir, workspace, project_path, or path inside JSONL data.