Incodex
Incognito toggle for Codex desktop.
Changelog
- Installable CLI:
incodex and inc ship as signed-adhoc macOS binaries. install.sh verifies SHA256SUMS and only puts the CLI on PATH.
- Official install is a short command:
incodex install patches the Codex app at /Applications/ChatGPT.app. A hat-glasses control appears left of Search; Shift+Command+N also opens an incognito window.
- Open without patching:
incodex open launches an isolated window from the official binary. It does not rewrite asar or resign the app.
- Close burns the isolated session: login and settings stay; this session's chats do not join the everyday list. This is not a claim that the machine keeps no traces.
- Runtime can update without resigning:
incodex runtime refreshes button logic under ~/.incodex/runtime/. After an official Codex upgrade, run incodex install again.
- TTY menu and status tools: bare
inc opens a terminal menu. status, doctor, update, and self-uninstall cover inspect, repair, and CLI removal.
更新日志
- 可安装的 CLI:
incodex 和 inc 以 adhoc 签名的 macOS 二进制发布。install.sh 会核 SHA256SUMS,只把 CLI 放到 PATH,不打 Codex 补丁。
- 安装进正式包就是一条短命令:
incodex install 打进 /Applications/ChatGPT.app。搜索左边会出现帽子墨镜;Shift+Command+N 也能开无痕窗。
- 不改包也能开无痕:
incodex open 用官方二进制拉一扇隔离窗口,不改 asar,不重签。
- 关窗即焚这次的会话:登录和设置还在,这次的聊天不会进平时的列表。这不是「本机完全不留记录」。
- 只更新按钮逻辑不必重签:
incodex runtime 写 ~/.incodex/runtime/。官方 Codex 升级后,需要再跑一次 incodex install。
- 终端菜单和检查命令:直接打
inc 进菜单。status、doctor、update、self-uninstall 分别用来查看、诊断、更新和卸掉这个 CLI。