OpenAI previews Linux ChatGPT desktop app with Codex, Work, and native packages
- OpenAI has put its ChatGPT desktop app for Linux into preview, combining ChatGPT, Work, and Codex in one native application.
- The preview supports Ubuntu 24.04 and 26.04 LTS, Debian 13, and Fedora 43 and 44 on x64 and ARM64 systems.
- OpenAI distributes the Linux app as .deb and .rpm packages, covering Debian- and Fedora-based installations.
- OpenAI describes the app as a workspace for projects, files, browser workflows, and running Codex alongside ChatGPT.
- Discussion centers on the GUI's multi-agent and long-running-task workflow benefits, while other commenters warn users to isolate an agent with system access in a VM or sandbox.
Hacker News opinions
I would not wait for a company that keeps its intelligence behind a paid, policy-controlled service. Linux users who are comfortable with the platform already have other options.
The download page chooses a build based on my current OS, so I only got a Norwegian Windows page. The desktop-app documentation page has the Linux download link.
If this is an Electron app, I do not see much difference from running ChatGPT as a Chrome app on Mint. It looks identical to me.
The desktop app can access your computer, which a normal browser tab cannot in the same way.
I use the GUI because its text input, drag and drop, Markdown rendering, and keyboard navigation are much more comfortable than a terminal for me.
I expect the app is aimed at multi-agent work: isolated Git worktrees, project views, terminals, file previews, PR review, SSH, browser tools, and persistent long-running tasks. CLI tools can cover parts of that, but managing it is less direct.
I worry this makes it easier for people to install an agent directly on their primary account, possibly with admin rights, without isolation.
The Linux version appears to use bubblewrap and seccomp for a workspace sandbox, with automatic mode or user approval. I would still prefer a VM for stronger isolation.
I installed it in a Debian KVM over X11 and it has worked fine so far.
I treat these tools as trojans and run them isolated from the rest of my system. Give them a VM desktop if needed, not unrestricted host access.
I tested the Windows app and it created two users, then changed NTFS permissions across my whole user directory without warning. SSH and several applications broke, and repairing roughly 10 million permissions took me about three hours.
I doubt many Linux users need this. Much Linux use is WSL or SSH into servers, where the CLI makes more sense than a GUI.
The app's main advantage for me is adequate text editing. Others may prefer tabs and mouse-driven UI for long-running, compacted sessions.