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

marsbitОпубліковано о 2026-08-14Востаннє оновлено о 2026-08-14

Анотація

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: 元宇

Пов'язані питання

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.

Пов'язані матеріали

Facing an Immense Fortune, Applied Materials (AMAT) Actually Hesitated?

Applied Materials (AMAT) reported strong Q3 FY2026 (ending July 2026) results, with revenue of $9.12 billion, up 25% year-over-year and slightly above expectations. Growth was driven by AI infrastructure expansion, boosting demand for advanced logic, DRAM, and advanced packaging equipment. Gross margin reached 50.3%, meeting forecasts. However, despite solid performance and Q4 revenue guidance of $9.75-$10.75 billion (above consensus), the stock fell in after-hours trading. This was primarily due to management's conservative outlook. While major foundries like TSMC and memory chipmakers have significantly raised their 2026 capital expenditure forecasts (pointing to ~40% industry growth), AMAT did not explicitly upgrade its prior full-year semiconductor systems business growth guidance of "more than 30%." Management indicated business strength is continuing and growth would exceed the prior "over 30%" target but refrained from providing a new quantitative figure (e.g., 40%). Analysts note that even assuming 40% growth for the calendar year, the implied sequential growth rates would show a sharp deceleration in the coming quarters. The lack of a more aggressive guidance uplift, despite robust industry CapEx trends, disappointed the market. The article concludes that while the short-term guidance conservatism affects sentiment, the underlying AI-driven semiconductor cycle uptrend remains intact. Continued increases in customer capital expenditure could still drive future earnings and valuation upside for AMAT and the semiconductor equipment sector.

marsbit4 хв тому

Facing an Immense Fortune, Applied Materials (AMAT) Actually Hesitated?

marsbit4 хв тому

Remember NFTs? New Project's Price Has Surpassed Bored Apes

Remember NFTs? On the Robinhood blockchain, new projects are now surpassing the price of Bored Ape Yacht Club (BAYC). The recent catalyst was an interaction on X between Robinhood CEO Vlad Tenev and digital artist Beeple, which boosted the floor price of the 'Cash Cat' NFT series. Meanwhile, the leading NFT collection on the chain, 'StonkBroker', saw its floor price exceed 13 ETH (~$25,000), briefly giving it a higher single-NFT price and a total market cap surpassing $100 million, exceeding older blue-chip NFTs like Pudgy Penguins. The article identifies three main categories of Robinhood NFTs gaining attention: 1. **Meme Coin Companions:** NFTs linked to successful meme coins, like Cash Cat (tied to $CASHCAT). Their value is heavily dependent on the performance and community acceptance of the related token. 2. **The StonkBroker Ecosystem:** High-floor-price projects like Chain Mancers and Yardkeepers, which are endorsed by and integrated with the StonkBroker protocol. They follow a "token + NFT" model where NFTs promise future utility or revenue sharing from the projects being built. 3. **Established Creators' New Ventures:** Veteran NFT founders and artists, such as a former Pudgy Penguins co-founder and creators from other ecosystems, are launching new collections on Robinhood, leveraging their existing reputations and communities. The author notes that while there is renewed interest, true momentum for a sustained NFT wave on Robinhood requires further catalysts. Key challenges include lower liquidity compared to meme coins, making large positions riskier, and the need for a breakout project that isn't solely reliant on the current token-NFT hybrid model. The conclusion is that the Robinhood NFT scene shows promise but is still in an early, observatory phase.

marsbit29 хв тому

Remember NFTs? New Project's Price Has Surpassed Bored Apes

marsbit29 хв тому

Торгівля

Спот
活动图片