OpenAI has released a dedicated ChatGPT desktop application for Linux, filling a long-standing gap for developers who have relied on web access or third-party wrappers. The app arrived in preview on August 11, 2026, and includes ChatGPT, ChatGPT Work, and Codex integration. The company said Linux was one of the most-requested platforms for its desktop client, and the launch extends ChatGPT and Codex across every major desktop operating system.
The preview is distributed worldwide as both.deb and.rpm packages for x86_64 and ARM64 architectures, downloadable directly from OpenAI.com. OpenAI announced the release on its official X account and the OpenAI community forum, where product lead Tibo noted the arrival means Linux users can finally cancel that MacBook order if they were waiting for native support.
What's new
- Supported distributions: Ubuntu 24.04 LTS, Ubuntu 26.04 LTS, Debian 13, Fedora 43, and Fedora 44
- Architectures: x86_64 and ARM64
- Package formats:.deb for Debian/Ubuntu derivatives and.rpm for Fedora
- Features: ChatGPT, ChatGPT Work, and Codex with project and browser workflows
- License: Closed-source proprietary application
OpenAI noted that the validated distributions serve as the base for many downstream desktop flavors, which should also be compatible. The preview label signals that the company expects to iterate quickly based on distribution-specific feedback.
Context
Linux developers have been a vocal constituency for native AI tooling. Until now, the absence of a first-party ChatGPT client forced many to rely on browser tabs or community-maintained Electron wrappers. The gap became more visible after Anthropic shipped a Claude desktop app for Linux roughly a month earlier. Anthropic's beta supports Ubuntu 22.04 or later and Debian 12 or later on x86_64 and ARM64, and installs via an apt repository that delivers updates through the system package manager.
OpenAI's approach differs: the ChatGPT desktop app does not add its own repository. Instead, users download the appropriate package and install it manually, with future updates expected to arrive as new package releases on OpenAI.com. The closed-source model also means community maintainers will need to repackage for distributions outside the official test matrix, such as Arch, openSUSE, and the long tail of derivatives.
Both companies target the same enterprise LTS bases, but Anthropic's repository-based delivery simplifies ongoing maintenance for IT teams, while OpenAI's manual package model places the update burden on the user or internal tooling.
Why it matters
A native app brings tighter integration with local files, terminal workflows, and the Codex coding agent — particularly relevant for the open-source-heavy Linux user base. Enterprise teams that standardize on Ubuntu LTS or Fedora can now provision the same ChatGPT Work environment they use on macOS and Windows without resorting to virtual machines or remote sessions. The preview status also gives OpenAI a feedback loop to address distribution-specific issues such as Wayland versus X11 quirks, GPU acceleration paths, and sandboxing constraints before a general-availability release.
Our take
Shipping.deb and.rpm packages for the major enterprise LTS bases is the pragmatic move, but the preview status and closed-source model mean community maintainers will still need to package and test for Arch, openSUSE, and the long tail of derivatives. Parity with the macOS and Windows clients will be the real test once the preview period ends.