Codex++ offers a tweak system for the Codex desktop app, enabling users to add custom features and address UI bugs without rebuilding the original application.
This project patches your local Codex.app installation, injecting a loader at startup which then runs a tweak manager from your user directory. It allows users to manage tweaks (small ESM modules) via a new 'Tweaks' tab in Codex's settings. You can install it using `bun install -g b-nnett/codex-plusplus` and then `codexplusplus install`, or with provided `curl` or `irm` scripts.
Codex++ offers a tweak system for the Codex desktop app, enabling users to add custom features and address UI bugs without rebuilding the original application.
Developers or power users looking to extend and customize the Codex desktop app's features or fix its UI should use this.