Skip to content

v0.1.0 New Born 🐣

Choose a tag to compare

@github-actions github-actions released this 19 Aug 08:00
· 874 commits to main since this release
2819c39
Incodex

Incodex

Incognito toggle for Codex desktop.

Changelog

  1. Installable CLI: incodex and inc ship as signed-adhoc macOS binaries. install.sh verifies SHA256SUMS and only puts the CLI on PATH.
  2. 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.
  3. Open without patching: incodex open launches an isolated window from the official binary. It does not rewrite asar or resign the app.
  4. 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.
  5. Runtime can update without resigning: incodex runtime refreshes button logic under ~/.incodex/runtime/. After an official Codex upgrade, run incodex install again.
  6. TTY menu and status tools: bare inc opens a terminal menu. status, doctor, update, and self-uninstall cover inspect, repair, and CLI removal.

更新日志

  1. 可安装的 CLIincodexinc 以 adhoc 签名的 macOS 二进制发布。install.sh 会核 SHA256SUMS,只把 CLI 放到 PATH,不打 Codex 补丁。
  2. 安装进正式包就是一条短命令incodex install 打进 /Applications/ChatGPT.app。搜索左边会出现帽子墨镜;Shift+Command+N 也能开无痕窗。
  3. 不改包也能开无痕incodex open 用官方二进制拉一扇隔离窗口,不改 asar,不重签。
  4. 关窗即焚这次的会话:登录和设置还在,这次的聊天不会进平时的列表。这不是「本机完全不留记录」。
  5. 只更新按钮逻辑不必重签incodex runtime~/.incodex/runtime/。官方 Codex 升级后,需要再跑一次 incodex install
  6. 终端菜单和检查命令:直接打 inc 进菜单。statusdoctorupdateself-uninstall 分别用来查看、诊断、更新和卸掉这个 CLI。