CODEX LINUX PREVIEW LANDS AMID RATE‑LIMIT RESETS, PHANTOM CREDIT DRAIN, AND A SEVERE BUG REPORT
OpenAI’s Codex app reached Linux preview while forum reports highlight rate‑limit resets, unexpected credit usage, freezes, and one severe file‑deletion inciden...
OpenAI’s Codex app reached Linux preview while forum reports highlight rate‑limit resets, unexpected credit usage, freezes, and one severe file‑deletion incident.
Codex is now in the ChatGPT desktop app for Linux in preview, expanding where teams can try it thread. At the same time, users reported rate‑limit resets across paid plans (reset notice, discussion).
Multiple posts flagged reliability issues: “credits consumed ~39k overnight with zero tasks” report and intermittent UI freezes across clients report. One user described a recursive deletion affecting Windows system directories while using the Codex app incident; this is a single report and unverified.
Net: Linux availability is welcome, but pilot Codex in sandboxed, least‑privilege environments with spend monitoring and a quick rollback path.
Teams piloting Codex could face unexpected spend or data loss if reliability issues are real.
Linux preview broadens access but raises the urgency for sandboxing and policy controls.
-
terminal
Run Codex in a VM/container with a disposable repo and verify all file ops stay in-project; block writes outside the workspace.
-
terminal
Track usage via billing/usage APIs during idle periods to spot phantom credits; validate rate-limit behavior after resets.
Legacy codebase integration strategies...
- 01.
Keep Codex off production repos; enforce non-admin accounts, read-only mounts, and versioned backups.
- 02.
Mirror Codex actions to audit logs; add budget alerts and hard caps to prevent runaway spend.
Fresh architecture paradigms...
- 01.
Design dev environments as ephemeral containers with strict FS sandboxes and pre-commit hooks.
- 02.
Build guardrails: allowlists for commands, kill-switch scripts, and automated rollback of workspace changes.
Get daily OPENAI + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday