ChatGPT desktop app for Linux: Codex in your local repos
OpenAI shipped a ChatGPT desktop app for Linux in preview — ChatGPT, Work and Codex on Ubuntu, Debian and Fedora. What it does and doesn't do on day one.
OpenAI shipped a ChatGPT desktop app for Linux today, in public preview, worldwide. It carries ChatGPT, ChatGPT Work and Codex — which means OpenAI's coding agent now has a first-party GUI on the operating system most of your build boxes actually run. Anthropic got there about a month earlier with a Claude desktop app for Linux. This is a catch-up release, and it's still the one worth noting.
What actually happened
Per TechCrunch, the app is validated on desktop Ubuntu 24.04 LTS, Ubuntu 26.04 LTS, Debian 13, and Fedora 43 and 44 — with the expectation that downstream flavors of those bases work too. Phoronix notes it ships as closed-source DEB and RPM packages for both x64 and ARM64, downloadable from openai.com/codex.
Two things are worth pinning down before you roll it anywhere.
It is preview, not GA. OpenAI's own framing is that integrations may not work reliably. That's a fine state for a dev laptop and the wrong state for anything on a release path.
And native Computer Use — the agent driving desktop applications outside its own in-app browser — is not in the Linux build at launch. If your mental model of "AI on the desktop" is the model clicking around GIMP or LibreOffice, that isn't what shipped. What shipped is a chat and coding surface that can work in your local repos.
Why this matters for your business
The Linux desktop was the last gap in a pattern that's now complete across every vendor: the coding agent wants to run on your machine, in your checkout, against your files — not in a browser tab pointed at someone else's sandbox. That's a better security posture and a worse governance story, because the boundary moves from "what did we upload" to "what can this process reach from inside the network."
So treat the install like any other agent you let near a repo. Which credentials are on that box? Does the developer's SSH key open production? Is the checkout it can read the same one that holds the .env you never rotated? A preview-quality binary with your git credentials is a different risk than a preview-quality binary in a container.
The portable version of this: pick the harness, not the vendor. Codex on Linux, Claude Code, whatever ships next quarter — they all read the same repos and hit the same APIs. Keep the guardrails at the credential and network layer, where they survive a vendor swap.
Key takeaways
- OpenAI's ChatGPT desktop app for Linux shipped August 11 in public preview, worldwide
- Includes ChatGPT, ChatGPT Work and Codex; Codex runs against your local repos
- Validated on Ubuntu 24.04/26.04 LTS, Debian 13, Fedora 43/44; x64 and ARM64 DEB and RPM
- Native Computer Use outside the in-app browser is not in the launch build
- Preview means integrations can break — keep it off anything on a release path
Rolling coding agents out to a team? We set up the boring parts — scoped credentials, isolated checkouts, and a network policy that doesn't depend on which vendor you picked this quarter. See what we build or tell us what your devs are running.
Sources: TechCrunch, Phoronix.
- #openai
- #codex
- #linux
- #ai-coding
- #dev-tools
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
TencentDB Agent Memory v2: own your team's agent context
Tencent open-sourced a team-level memory hub for AI coding agents under MIT. Self-hosted, private by default — and no workflow for when the memory is wrong.
Read itAI agent cancelled a gym waitlist: check your API auth
An agent asked to book a class found a booking API with no authorization check on cancellations, and used it. Broken object-level auth is now automated.
Read it