OpenAI ChatGPT desktop app for Linux
TECH

OpenAI ChatGPT desktop app for Linux

34+
Signals

Strategic Overview

  • 01.
    OpenAI released a public preview of the ChatGPT desktop app for Linux on August 11, 2026, bundling ChatGPT, ChatGPT Work, and Codex into one native app.
  • 02.
    The app officially supports Ubuntu 24.04 LTS and 26.04 LTS, Debian 13, and Fedora 43 and 44, on both x64 and ARM64 architectures, installed via .deb or .rpm packages.
  • 03.
    Compared to browser-based ChatGPT, the desktop app can run Codex against local repositories, control other apps via extensions, handle ChatGPT Work tasks, and access local files without uploading them.
  • 04.
    Native Computer Use, Appshots, Record & Replay, and voice commands for desktop apps are not available in the Linux preview at launch.

A GUI Wrapped Around Work OpenAI Had Already Shipped

The framing of this release - 'ChatGPT finally comes to Linux' - overstates what's actually new. The Codex CLI and IDE extension already worked on Linux before this app existed [1]; what shipped on August 11 is primarily a visual interface layer for people who prefer a windowed app over a terminal workflow [1].

Once installed via the .deb or .rpm package, the app is a single native window that switches between two modes through a menu in its upper-left corner: a ChatGPT/Work mode for everyday chat and tasks, and a Codex mode that opens a full development environment for writing and debugging code, running tests, reviewing changes, and working directly with local repos, folders, and terminals [2]. Compared with the browser version of ChatGPT, the desktop build can run Codex against local repositories, hook into and control other installed apps through extensions, and read local files without requiring users to upload them anywhere first [3].

One detail didn't make OpenAI's own announcement. The top comment on the r/linux discussion of the launch claims the app's embedded browsing surface runs on Owl, the browser engine OpenAI originally built for its now-discontinued Atlas browser, repurposed here as an in-app sidebar. If that holds up, the 'new' Linux app is less a from-scratch build for Linux and more an assembly of two things OpenAI already had lying around: Codex's existing CLI tooling and a browser engine from a product it shut down.

One Month Behind Anthropic, Not Two Years Behind the Idea

OpenAI's own line on the release is that Linux has been one of its most-requested desktop platforms, extending ChatGPT and Codex across every major desktop operating system [4]. That's true, but it skips the more immediate context: Anthropic shipped a Claude desktop app for Linux about a month earlier, and multiple outlets frame OpenAI's launch as catching up to that move rather than as an independently timed decision [1].

The comparison isn't as one-sided as 'OpenAI is late' suggests, though. Anthropic's Claude Linux app supports Ubuntu 22.04+ and Debian 12+ - a lower minimum version requirement than OpenAI's Ubuntu 24.04+ and Debian 13 floor [4]- which in practice means Claude runs on more existing Linux installs today. Reddit discussion of the launch on r/codex noted that OpenAI's app explicitly targets Fedora, a distro family Anthropic's app doesn't officially cover - so on distro-family breadth rather than version-floor breadth, OpenAI's coverage is arguably wider at launch. Two companies racing to the same feature can still end up optimizing for different slices of the same audience.

The Feature Gap - and the Access Question - Nobody's Hiding

OpenAI isn't pretending this preview matches the Mac and Windows apps feature-for-feature. Native Computer Use - letting ChatGPT drive other desktop apps like GIMP or OpenOffice directly - isn't available on Linux at launch, and neither are Appshots, Record & Replay, or voice commands for desktop apps [1]. On X, an OpenAI-affiliated engineer confirmed the app otherwise has feature parity, with agents still able to drive the in-app browser as a stand-in while Computer Use is finished.

The bigger tension shows up in how the app is being received rather than in what OpenAI disclosed. Reaction on r/linux skewed skeptical from the start - commenters joked it's another Electron/webview wrapper, and a recurring thread of comments pushed back on the idea of running an AI assistant with deep file-system access on a machine people specifically chose for user control. That distrust lines up with an independent review from Linuxiac, which cautioned that granting Codex full file-system and terminal access hands the app 'too much power' and should be done carefully [5]. Meanwhile, on r/codex - a subreddit self-selected for people who already use OpenAI's coding tools - the same access model reads as a feature rather than a risk, with users confirming the app ships remote control and Chrome connection even without full computer-use. Same product, same access model, two audiences reading it in opposite directions.

Six AUR Packages, One Contested Name, and a Preview of Who Actually Owns Linux Distribution

OpenAI's official release ships only .deb and .rpm packages, with no AppImage or Flatpak build; official support also excludes distros like Arch Linux and NixOS at launch [5]. That gap didn't stay empty for long. Within hours of the announcement, six competing AUR (Arch User Repository) packages appeared for the app, several of them declaring conflicts over who gets to own the plain 'chatgpt' package name; one submitter deleted and resubmitted their package under a different name barely half an hour later, leaving the orphaned original still listed. Comparing the six build scripts turned up real technical forking, not just duplication - some auto-add a Wayland compatibility flag and are otherwise identical scripts with reworded comments, one reads a differently named configuration file than the rest, and although all six ship an AppArmor security profile, only one of them actually loads it. More pointed: one of the new submitting accounts had been created only a day earlier, prompting other community members to flag it as a possible malware risk in a distribution channel with no official gatekeeper.

This is exactly the gap a pre-existing unofficial project, codex-desktop-linux, was built to fill - a community port that repackaged OpenAI's own macOS app with builds for Debian/Ubuntu, Fedora/openSUSE, Arch, and Nix/NixOS before OpenAI shipped anything official [6]. One YouTube analysis of the launch argued the real contest isn't which AI lab ships a Linux app first, but whether AI coding assistants become the default layer developers reach for on Linux at all. On Windows or macOS, that fight would largely be settled by whichever app ships through the platform's own store. On Linux, distribution is contested territory that no single vendor, including OpenAI, actually controls - and the AUR scramble is what that contest looks like in its first 24 hours.

Historical Context

unspecified
A community project, codex-desktop-linux on GitHub, repackaged OpenAI's official macOS app for Debian/Ubuntu, Fedora/openSUSE, Arch, and Nix/NixOS, filling the gap OpenAI's official Linux app has now addressed.
unspecified, pre-2026-08-11
Linux developers could already use Codex via CLI tools or IDE extensions before the desktop app existed, making the new app the first graphical entry point for Codex on Linux.
2026-07
Anthropic released a Claude desktop app for Linux (beta), supporting Ubuntu 22.04+ and Debian 12+, roughly a month before OpenAI's Linux launch.
2026-07
The current-generation ChatGPT/Codex desktop app for Mac and Windows shipped shortly before the Linux preview.

Power Map

Key Players
Subject

OpenAI ChatGPT desktop app for Linux

OP

OpenAI

Developer and publisher of the ChatGPT desktop app for Linux, deciding which distros, features, and access model ship in the preview.

AN

Anthropic

Competitor that shipped a Claude desktop app for Linux roughly a month earlier with a lower distro-version floor, setting the comparison point OpenAI's launch is measured against.

LI

Linux distribution maintainers and community (Ubuntu, Debian, Fedora, Arch)

Control the packaging channels the app depends on; where OpenAI doesn't ship an official package (Arch, NixOS), community maintainers fill the gap on their own terms.

IL

ilysenko (GitHub developer)

Maintainer of the unofficial codex-desktop-linux port that covered Arch, Nix/NixOS, and AppImage before OpenAI's official release existed, and remains the de facto option for distros OpenAI still doesn't support.

Fact Check

6 cited
  1. [1] OpenAI launches ChatGPT desktop app for Linux
  2. [2] ChatGPT Desktop Linux Preview
  3. [3] ChatGPT Desktop App for Linux Preview
  4. [4] OpenAI launches ChatGPT desktop app for Linux
  5. [5] OpenAI Launches Official ChatGPT Desktop App for Linux in Preview
  6. [6] ilysenko/codex-desktop-linux

Source Articles

Top 5

THE SIGNAL.

Analysts

Frames Linux as one of its most-requested desktop platforms and the release as extending ChatGPT and Codex across every major desktop operating system: '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.'

OpenAI
Official launch statement

Cautions that granting Codex full file-system and terminal access carries real risk: 'too much power, which should be used with caution before granting the app full access to your file system.'

Linuxiac
Linux news publication

Treats the app as a useful but rough preview - closed-source, free with an OpenAI account but gated for paid features - warning it is 'currently in public preview - may contain bugs and unreliable integrations' and not suited to mission-critical work.

OMG! Ubuntu
Linux news publication

Report rough edges in the preview, including IME (Input Method Editor) compatibility problems on Wayland, virtual keyboard input handling differences, no native Arch/NixOS support, and sync gaps between the CLI and desktop versions.

OpenAI Developer Community members
Early testers, OpenAI Developer Forum
The Crowd

Now in preview: The ChatGPT desktop app for Linux. Use ChatGPT, ChatGPT Work, and Codex where you already work and build, with your projects and browser workflows on supported Linux systems.

@@OpenAI10963

Dear Linux users, the wait is over! The ChatGPT desktop app is now available in preview for Ubuntu, Debian, Fedora. Download it and start building with Codex!

@@romainhuet315

ChatGPT desktop is now on Linux! I'm really excited about bringing ChatGPT to people where they already work. There is feature parity across the board with the exception of native app Computer Use, which is coming soon. Your agents will still be able to drive the in-app browser in the meantime.

@@JamesZmSun156

OpenAI launches ChatGPT desktop app for Linux

@u/Steap-Edit671
Broadcast
OpenAI Launches Official ChatGPT Desktop App for Linux in Preview

OpenAI Launches Official ChatGPT Desktop App for Linux in Preview

UPDATE: OpenAI Launches Official ChatGPT Desktop App For Linux

UPDATE: OpenAI Launches Official ChatGPT Desktop App For Linux

How to Download OpenAI ChatGPT Codex Linux Application

How to Download OpenAI ChatGPT Codex Linux Application

OpenAI ChatGPT desktop app for Linux — AI News | Agentic Brew