After Two Years of Waiting, ChatGPT Lands on Linux, Codex Hands-On Can Modify Your Code

marsbitPublicado a 2026-08-14Actualizado a 2026-08-14

Resumen

After a two-year wait, OpenAI has released a preview of its ChatGPT desktop application for Linux. The new app integrates ChatGPT, Work (for multi-step tasks), and Codex (for coding) into a single client. Initially supporting Ubuntu, Debian, and Fedora on x64 and ARM64 architectures, this move extends official desktop support to all three major operating systems. This release is part of a broader product consolidation by OpenAI, which recently merged Codex and introduced ChatGPT Work while discontinuing the Atlas browser. For developers, the key feature is Codex's deep integration, allowing it to directly access local projects, codebases, file systems, and terminals—functionality impossible in a web browser. The launch follows Anthropic's Claude desktop app for Linux by about a month, highlighting the ongoing competition for developer adoption. While the preview is globally available, official support is currently limited to specific distributions, and enterprise security considerations for a tool with terminal access remain crucial. The evolution signifies a shift from simply providing AI chat access to embedding AI assistants deeply into developers' local workflows.

Just now, the client that Linux users have been waiting for for two years has finally arrived.

OpenAI officially announced: the Linux version of the ChatGPT desktop application is now available for preview.

ChatGPT, Work, and Codex are now all packed into the same App.

Linux is one of the systems with the highest density of developers, yet it had consistently been overlooked by the official OpenAI desktop client.

For the past two years, Windows and macOS users could summon ChatGPT with a keyboard shortcut, while Linux users could only keep it open in their browser.

But this time, what's being added is not just an entry point.

With the three-in-one suite coming in, especially Codex, it can access your projects, codebases, and terminal—places the browser can never reach.

Codex view: Toggle to ChatGPT in the top-left corner; items like Pull requests and Projects in the sidebar are all present.

The first batch of supported distributions includes: Ubuntu 24.04 and 26.04 LTS, Debian 13, Fedora 43 and 44.

Linux has hundreds of distributions; OpenAI initially selected five versions from three families. The coverage isn't huge, but they are the foundations for many downstream distributions.

It supports both x64 and ARM64 architectures, providing .deb and .rpm installation packages ready for double-click installation.

According to TechCrunch, this preview version is now open globally. The new ChatGPT desktop application has completed the set for the three major desktop operating systems: macOS, Windows, and Linux.

OpenAI officially stated that Linux has always been one of the most requested platforms for the desktop client.

On the day of the announcement, the OpenAI Developers account unearthed an old reply from over two months ago: On May 22, a user named Joel Handwell commented, "Make a Codex App for Linux."

For an AI company often joked about as "only serving browser users," this step didn't come too early.

This is More Than Just Another Client

This time, it's not as simple as ChatGPT finally having a Linux version.

Among the three-in-one suite, ChatGPT handles conversation, Work manages complex multi-step tasks, and Codex is responsible for actually getting work done.

Here, Work refers to the agent experience for complex, multi-step tasks; its availability depends on your subscription plan and workspace settings.

As for Codex, although it's packed into the same application as ChatGPT, it still retains its own independent view.

The OpenAI Help Center documentation states: Codex's workflow hasn't changed, and its history is separate from ChatGPT's history.

You discuss requirements in ChatGPT, advance multi-step tasks in Work, and let it modify code in Codex—all without needing to switch between applications.

In a nutshell: one shell, two sets of memory, three ways of working.

Within the same session, Codex lists five items for creating and verifying a Google Doc: source code, program description, compilation/run commands, expected output, verification details.

OpenAI Does Subtraction

Users Do Addition

Over the past two years, OpenAI's product line has been doing addition: web version, desktop version, standalone Codex App, Atlas browser.

Now, it's starting to do subtraction.

Looking at the extended timeline, this Linux addition is actually a move in this round of product consolidation.

On July 9th, OpenAI did three things at once: launched ChatGPT Work, integrated the standalone Codex application into the new ChatGPT desktop app, and incidentally discontinued the Atlas browser.

Chat, Work, and Codex—three interfaces were repackaged into a single entry point, globally available that same day on Mac and Windows, usable by all subscription plans, including the free tier.

The old desktop application was renamed ChatGPT Classic and moved aside.

On August 9th, Atlas officially stopped working.

Three days later, the Linux version launched.

This consolidation has clear benefits for both OpenAI and users.

What users gain is convenience. No more agonizing over "which app should I open for this task?"—one application, all three are there.

What OpenAI gains is user stickiness. All entry points are consolidated into one; your context, files, projects, and habits all reside within the same client.

The heavier that App installed on your computer becomes, the higher the cost to replace it.

Codex is the Real Killer Feature for the Linux Version

Why is this version particularly exciting for developers?

What Codex could access on the desktop previously, the browser version could never touch: local projects, codebases, the file system, the terminal.

These four things happen to be where an engineer spends most of their day.

Placing an agent that can read your codebase and type into your terminal directly on your computer is a completely different experience from copy-pasting code in a web page.

The former is an AI colleague; the latter can only be considered a search box.

This also marks a watershed moment for AI coding tools this year.

The act of writing code is no longer lacking in completions and suggestions; what's missing is the ability to autonomously run through the entire cycle of "read code, modify files, run commands, check errors, modify again."

And this cycle can only run locally.

Codex writing hello_chatgpt.cpp and completing compilation on the Linux desktop, with the code area on the right and the conversation area on the left, using model 5.6 Sol Medium at the bottom.

OpenAI's positioning for this application is also clear: project management, file handling, browser workflows, plus local Codex development work.

Within the same session, Codex sends a message about successful compilation to the user's private Slack chat.

Interestingly, the community has already discovered that it can also run in Windows' WSL Ubuntu 24.04 environment.

Regarding feature parity, Tibo, OpenAI's Codex lead, stated that it's largely on par with other platforms.

"Linux Version" Doesn't Mean It Installs on All Linux

"Linux version" doesn't mean it installs on all Linux.

Currently, only specified versions of Ubuntu, Debian, and Fedora are confirmed. Arch, openSUSE, RHEL, and Linux Mint are not yet on the official list.

Actual screenshot of the ChatGPT desktop app running on Debian 13.

The distributions officially supported in this first batch are themselves the base for many downstream desktop distributions, so theoretically, compatibility should be broader.

But "theoretically can run" and "officially promised support" are two different things in a production environment.

Two more points need attention.

First, it's still a preview version; whether features and plans are identical to macOS and Windows has not been explicitly clarified by OpenAI.

Second, although official installation packages are also provided for the ARM architecture, it doesn't guarantee it will run on your specific ARM device. The desktop environment, system dependencies, and hardware requirements have not been fully disclosed.

Looking back, the sign-up page OpenAI left for Linux users actually appeared around mid-July.

At that time, the page had no download link, only a "Notify Me" form, and casually asked: which distribution do you use?

Options listed: Ubuntu, Debian, Arch, Fedora, RHEL.

Now Ubuntu, Debian, and Fedora are in the first batch; Arch and RHEL have to wait a bit longer.

Codex and Work being able to access local files, projects, and the terminal is their biggest selling point. But how the permission boundaries are drawn, how the sandbox is implemented, and how they are managed in enterprise environments are more important than "having a client."

An agent that can type in your terminal must first pass the IT department's scrutiny before entering company computers.

Claude Launched a Month Ago

OpenAI Rushes to Catch Up and Submit Homework

On the Linux front, OpenAI wasn't leading.

About a month ago, Anthropic's Claude desktop version launched on Linux, supporting Ubuntu 22.04+, Debian 12+, covering even older and broader version lines.

This is almost a recurring script in the recent OpenAI-Anthropic competition: one company tears open the gap first, the other catches up within a month, neither daring to cede the developer ground.

Because developers aren't just users; they are evangelists. One engineer installing a tool on a company computer often brings in an entire team.

And the coding front is precisely where the two have been competing most fiercely lately.

In February this year, OpenAI released a standalone desktop app for Codex; in early June, they announced Codex surpassed 5 million weekly active users, a figure that was only around 600,000 at the beginning of the year—an eightfold increase in five months.

The user composition is also changing: roughly 20% of Codex users are no longer developers, but knowledge workers in research, sales, and design, with growth rates over three times that of developers.

On the other side, Claude Code isn't chasing volume but defending its position as the preferred tool for professional engineers: 138k stars on GitHub, surpassing Codex CLI's under 100k.

Even pricing is matched blow for blow: three tiers—starter, advanced, top—both at $20, $100, $200 per month, the price sheets are now indistinguishable.

The real deciding factor will be who gets closer to developers' daily workflow: who gets into the terminal first, who gets onto the local machine first.

This Linux move is about seizing that position.

Counting from the macOS desktop debut in 2024, Linux users have waited a full two years.

What arrived is no longer that client from back then, merely packaging the web into a window. It's an agent workspace that can read your projects, open your browser, and enter your terminal.

Of course, the question facing developers has also changed.

It's no longer "which platform has ChatGPT," but "who are you willing to let reside in your terminal."

References:

https://x.com/OpenAIDevs/status/2087231793682694410

https://x.com/OpenAI/status/2087231350134980830

https://t.co/BUiM8ttZnI

This article is from the WeChat public account "新智元" (Xin Zhi Yuan), author: ASI启示录, editor: 元宇

Preguntas relacionadas

QWhat is the main significance of ChatGPT's new Linux desktop application beyond providing a new client?

AThe main significance is that it integrates ChatGPT, Work (for multi-step tasks), and Codex into a single application. Specifically, Codex gains the ability to directly access local projects, codebases, file systems, and terminals, which was previously impossible in the browser version. This transforms the AI from a conversational tool into a practical 'AI colleague' for developers.

QWhich Linux distributions are officially supported in the initial preview release of the ChatGPT desktop app?

AThe initial preview officially supports specific versions of three distributions: Ubuntu 24.04 LTS and 26.04 LTS, Debian 13, and Fedora 43 and 44.

QAccording to the article, what recent product consolidation moves has OpenAI made alongside the Linux release?

AIn July, OpenAI consolidated its product line by releasing ChatGPT Work, merging the standalone Codex application into the new ChatGPT desktop app, and discontinuing the Atlas browser. The old desktop app was renamed 'ChatGPT Classic.' This strategy aims to simplify the user experience and increase user stickiness.

QWhy does the article consider Codex to be the 'real killer feature' of the Linux version for developers?

ACodex is considered the killer feature because it can execute the complete development loop—reading code, modifying files, running commands, checking for errors, and iterating—directly within the local environment. This deep integration with a developer's workflow (projects, terminals) makes it a powerful 'AI colleague' rather than just a code suggestion tool in a browser.

QWhat competitive context does the article provide regarding the release of ChatGPT for Linux?

AThe article notes that Anthropic's Claude desktop application was released for Linux about a month earlier, supporting older and broader versions. This highlights the intense competition between OpenAI and Anthropic for the developer user base. Both companies are racing to offer integrated, locally powerful coding assistants, with pricing tiers also being closely matched.

Lecturas Relacionadas

To Counter Quantum Threat, Ethereum Abandons Poseidon and Switches to Traditional Hashes

On August 13th, Ethereum researcher Justin Drake announced a strategic pivot in the face of the quantum computing threat: the Ethereum Foundation will abandon the SNARK-friendly hash function Poseidon at the L1 level in favor of traditional hash functions like SHA2 or BLAKE2. This decision, informed by eight years of research, represents a major shift in Ethereum's post-quantum cryptography roadmap. Poseidon, introduced in 2019, has been favored for zkRollups and zkVMs due to its efficiency within SNARK circuits. However, its shorter cryptographic history and analysis timeline became liabilities when post-quantum security became a critical requirement. The change is enabled by breakthroughs in SNARK design, particularly the adoption of "binary field" arithmetic. This allows traditional hash functions (which rely heavily on bitwise operations) to be verified efficiently in SNARKs, with recent benchmarks achieving millions of hashes per second on a laptop. Another key driver is the accelerating timeline of the quantum threat. Reports warn that "Cryptographically Relevant Quantum Computers" (CRQCs) could break current public-key cryptography (like ECDSA) as early as the 2030s, risking trillions in on-chain assets. The enhanced cryptanalysis capabilities of AI have also weakened some post-quantum candidates, pushing Ethereum towards hash-based schemes, deemed more quantum-resistant. Ethereum's post-quantum deployment plan aims for a production-ready leanVM by 2027, followed by full deployment across the consensus, execution, and data availability layers by 2028. This leanVM will aggregate numerous large post-quantum signatures into a single compact proof per block. Other major blockchains are also preparing. Solana's core developers have independently chosen the NIST-standardized Falcon signature scheme for their post-quantum roadmap. Starknet has outlined a multi-phase plan, starting with replacing its Pedersen hash with BLAKE2. By moving from the specialized Poseidon to the battle-tested SHA2/BLAKE2, Ethereum is opting for mature, widely analyzed cryptographic primitives, prioritizing long-term security assurance in the quantum era.

marsbitHace 12 min(s)

To Counter Quantum Threat, Ethereum Abandons Poseidon and Switches to Traditional Hashes

marsbitHace 12 min(s)

Nomura Research Report Insights: Lumentum's Performance Confirms Continued Shortage of Optical Chips, Chinese Suppliers See Structural Opportunities

Lumentum's Q4 FY26 earnings, with revenue surging 109% YoY to $1.01B, confirm a sustained global shortage of key optical chips like EML and CW lasers. Nomura's analysis indicates this supply-demand imbalance is expected to persist through FY26-FY27, driven by explosive demand from AI data centers. This shortage creates a structural window of opportunity for Chinese suppliers. Lumentum's performance highlights strong demand across laser categories: narrow linewidth laser component shipments grew over 130% YoY, and pump laser shipments grew 80%. EML sales set a quarterly record, fueled by 100G demand, with 200G EML accelerating to over 25% of related revenue. CW lasers are dominating 1.6T silicon photonics applications, while EML is projected to regain share in the 3.2T era. The technological roadmap is clear, with NPO (Near-Packaged Optics) seen as an incremental step before CPO (Co-Packaged Optics) commercialization around 2027-2028. Furthermore, Lumentum's Optical Circuit Switch (OCS) shipments doubled quarter-over-quarter, aligning with AI data center architectural upgrades. Nomura identifies specific Chinese companies poised to benefit: chipmaker Source Photonics for global market share gains, module leader InnoLight from the 800G-to-1.6T upgrade and silicon photonics adoption, and Tianfu Communication from incremental NPO opportunities. The report issues ratings and price targets for these A-share companies. In summary, Lumentum's results signal a structural shift where AI-driven bandwidth demand is outpacing upstream optical chip supply, creating a strategic window for the Chinese optical communication supply chain.

marsbitHace 24 min(s)

Nomura Research Report Insights: Lumentum's Performance Confirms Continued Shortage of Optical Chips, Chinese Suppliers See Structural Opportunities

marsbitHace 24 min(s)

Trading

Spot
活动图片