Assistants in Daily Life — ChatGPT for Linux
ChatGPT's official Linux app
finally arrives.
After macOS and Windows, a Linux desktop app for ChatGPT has shipped in public preview — and Codex now runs as a standing app on Linux too. Here is what actually changes for developers whose only option, until last month, was a browser tab.
Linux dev machines have long been
the "forgotten platform"
ChatGPT's native desktop app has, for a long time, belonged to macOS and Windows alone. Anyone developing on Linux had to reopen a browser tab every time they wanted ChatGPT or Codex. Behind this gap sits a fast-moving trend: agentic coding tools that have grown sharply more capable over the past year. A tool like Codex, which is meant to keep running tasks in the background, only shows its real value on the machine a developer actually lives in day to day. A browser tab cannot easily give you background execution, system notifications, or a tray icon — the things that make something feel like a real app rather than a website.
Linux desktop share is a low single-digit slice of the market overall, but among software engineers, DevOps practitioners, and machine-learning engineers, usage is disproportionately high. The OpenAI Developer Community thread "Request for Official Linux Desktop App for ChatGPT" has accumulated posts over a long stretch of time — Linux support has been one of the most consistently requested features from developers. This release is, in effect, a belated fix for a segment that had been left behind.
| Before (until early August 2026) | Now (from Aug 11, 2026) |
|---|---|
| ChatGPT/Codex desktop apps were macOS/Windows only | Native Linux app ships in public preview |
| Linux machines meant using a browser tab | Install via .deb/.rpm as a standing system app |
| Codex's ongoing execution and alerts depended on the browser | Codex runs as a standing app, working in the background |
| Updates meant checking the site manually | Auto-updates via OpenAI's APT repository |
Four distros, two native
package formats
Checking the announcement against primary sources.
OpenAI announced on its official X account that "the ChatGPT desktop app is now available in preview for desktop variants of these Linux distributions: Ubuntu 24.04 LTS and 26.04 LTS, Debian 13, and Fedora 43 and 44. Install with .deb or .rpm packages for x64 or ARM64." Supported distributions are Ubuntu 24.04/26.04 LTS, Debian 13, and Fedora 43/44 — four distro families in total, with native .deb and .rpm packages covering both x64 and ARM64 architectures. Linux-focused outlet Phoronix covered the same distribution details the day the preview went live.
Installing the .deb package adds an OpenAI APT repository to the system, so future updates flow through the normal apt pipeline alongside everything else. Like the macOS and Windows versions, this Linux app bundles Chat (ChatGPT), ChatGPT Work, and Codex into a single window as one unified app. On macOS and Windows, this unification shipped first, in July 2026, and the Linux release largely carries that same structure over.
Check your distro is supported
Verified on Ubuntu 24.04/26.04 LTS, Debian 13, and Fedora 43/44. Anything else currently means relying on an unofficial build.
Grab the .deb or .rpm and install
Confirm x64 vs ARM64, then get the package from OpenAI's distribution page. The .deb install auto-registers an APT repo, so it's picked up by future apt upgrade runs.
Launch and check the Codex tab
On first launch, confirm all three tabs — Chat, Work, Codex — are present, and that sign-in state carries over from your existing Codex CLI or VS Code extension.
Codex shifts from "open while
you use it" to "always standing by"
A quiet but practical change inside the unified app.
Codex is built to run multiple isolated agents in parallel — each in its own git worktree — to queue scheduled Automations into a review queue, and to post comments directly on GitHub pull requests. None of this is new on macOS or Windows. But for teams whose developer machines and self-hosted CI runners are predominantly Linux, whether this whole stack can now run natively, standing by on Linux, is the practical line that matters.
A large share of self-hosted GitHub Actions runners and bastion hosts run on Linux. Being able to place Codex there as a standing app means overnight batch review results and scheduled-task notifications can now be received without keeping a browser tab open. It's a quiet change, but it puts the agent right next to the CI/CD pipeline instead of one browser tab away from it.
Who benefits, and how
Breaking down the concrete impact for engineers and PMs/IT.
Engineers on Linux dev machines
Reopening chatgpt.com in a browser tab every time becomes a single desktop shortcut. Codex's background runs and notifications now arrive at the OS level, cutting the constant switching between terminal and browser.
DevOps / platform teams
For teams whose self-hosted runners and bastion hosts are Linux, Codex's automations and PR reviews no longer need a separate machine to live on. Distribution via apt/dnf also fits neatly into existing configuration-management tooling like Ansible.
PMs and IT/procurement
In organizations with a mix of macOS, Windows, and Linux machines, Linux users had been the ones left out of the app experience. A unified app makes standardization possible — but since it's still preview and distributed as .deb/.rpm, it's worth revisiting internal allowlists and package-signing policy.
The gap versus the two
platforms that came first
Not all upside — here's where the preview still falls short.
| macOS / Windows (already shipped) | Linux (preview, from 2026.08.11) |
|---|---|
| Unified Chat / Work / Codex app | Available the same way (preview build) |
| Mature installer and auto-update pipeline | .deb/.rpm + apt/dnf repo — track record still to be built |
| Computer Use (control outside the app) supported | Computer Use outside the in-app browser is not supported |
| Shipped as a stable, generally available release | Public preview — bugs and missing features possible |
OpenAI itself frames this release as a "public preview" and cautions against relying on it for mission-critical work. Computer Use in particular — ChatGPT's ability to operate the desktop outside its own window — does not work on Linux beyond the app's built-in browser. Teams that built agent workflows around Computer Use on macOS or Windows will need to map out this gap before assuming the same workflow carries over to Linux.
"Linux has been one of the most-requested platforms for the desktop app,
and this launch extends ChatGPT and Codex across every major desktop operating system," the company said.
What happens next
Community projects that repackage OpenAI's signed .deb for distros outside the official list — Arch, NixOS, openSUSE — have already appeared unofficially. The narrow four-distro list at launch likely reflects validation cost, but given how consistently developers have asked for this, the supported list seems likely to widen in stages. OpenAI's own announcement thread is already collecting requests for additional distros.
Three concrete actions follow. First, teams running Linux dev machines should check whether their distro is on the supported list before rolling this out. Second, don't port Computer-Use-dependent agent workflows straight over to Linux as-is. Third, add the OpenAI APT repository that the .deb install registers to the list of things your internal package-management and security review covers. It's a small update if you're on macOS or Windows already — but a genuinely useful one if Linux is where you build.