Top
Best
New

Posted by allanrbo 15 hours ago

Codex in ChatGPT desktop app for Linux is now in preview(community.openai.com)
415 points | 287 commentspage 4
ljlolel 4 hours ago|
that’s why i made a clone of macos libraries to compile SwiftUI to linux to make something like this faster (for non Electron!)
Artoooooor 7 hours ago||
About the damn time. Couldn't they vibe code the Linux version using the same very tool from the day one?
bloqs 8 hours ago||
Why would I use this over browser version or CLI
cl3misch 8 hours ago||
I prefer the CLI myself, but I could imagine:

- nicer diff rendering, and directly mentioning parts of a diff

- Latex rendering (pretty annoying in the CLI, you have to actively tell Codex it's running in a terminal and replace Latex syntax with UTF-8 glyphs)

yonatan8070 8 hours ago|||
Probably ecause OpenAI wants training data from PCs of people who are scared of CLIs as well
cmrdporcupine 7 hours ago||
As others have said, there's all sorts of things an HTML renderer can do better than terminal: proper (not hacked) image handling on both input and output, rendering graphical results, graphs, better code highlighting and diffs, interactive elements, etc. But one thing that strikes me as especially important: a proper accessibility story with magnification, screen reader, TTS etc.

All the stuff people are hacking into TUIs is honestly a bit silly, they're actually very inefficient for high fidelity UIs. Having worked in it and on it before while @ GOOG, the actual renderer in Chromium is an optimized thing of beauty. It really makes sense to leverage it. Appropriately.

But all of the above could (should) be done as a locally hosted web page via the existing codex CLI launching a local web server... rather than shipping an electron binary with its own entire fork of Chromium.

yodamus 7 hours ago||
Does this mean it's a matter of time until I can deploy codex on my raspberry pi now?
nateb2022 6 hours ago|
Codex CLI should have been usable for a while now, and you could also sign in to your ChatGPT subscription using Opencode which runs perfectly fine on a Raspberry Pi.
healthycoder 9 hours ago||
Why is this written in electron?
fassssst 6 hours ago||
It has a full web browser in it
pjmlp 7 hours ago||
Because apparently ChatGPT is not able to generate native apps, so desktop developers are safe. /s
manupati 12 hours ago||
Download it a few hours ago. I've been waiting a long time for linux and it is working fine in debian kvm via X11
lrvick 9 hours ago||
Are there really daily driver Linux users that want to run a proprietary gui based LLM solution that Sam Altman gets to keylog AND have full remote code execution on their system? This feels like trolling.

Meanwhile I am looking at a Crush client running beside neovim in a herdr session I am accessing via ssh to a machine in my garage with 4 local GPUs. I think we Linux users have got this without Sams help.

manishsharan 5 hours ago||
An often overlooked advantage of Electron based apps is they can convert any older version of laptop into a nice toaster oven.

This is fantastic as I can toast or reheat my frozen waffles on the same machine which is also running a agentic loop on codex desktop to cook my software.

meerita 11 hours ago||
What's the benefit of working with this app, which eats insane amounts of memory, instead of Codex CLI?
fg137 9 hours ago||
Outside Linux, on Windows/Mac, plenty of non developers much prefer the "desktop UI" experience over CLI. Some can't work with CLIs at all.

Even with Linux, there are more people -- including many non software engineers -- that are installing Linux on their home computers and may be interested in this.

Bear in mind that HN users don't remotely resemble the general population, or even employees at a tech company -- there are lots of people in finance, business, legal etc who could potentially benefit from this.

scott01 8 hours ago|||
I’m a developer, daily driving Linux, and prefer GUI apps. Would’ve used Sublime Text if clangd plugin worked. Hence stuck with Emacs. Open Code GUI sucks compared to their TUI though.
ekzy 7 hours ago||||
I prefer the CLI but the remote control with the phone app only works with the phone AFAIK, so that’s the only reason I use it.
yokoprime 9 hours ago||||
i sometimes find myself using the desktop app on macos, but the CLI just clicks more with how i think and its more flexible too.
PunchyHamster 8 hours ago|||
Can we instead replace them with LLM ? Surely it woudl be much easier
LiamPowell 10 hours ago|||
Latex rendering, inline images, inline browser showing what it's clicking on, being able to view a spreadsheet and then select a region to reference in the conversation, clickable links when it references a specific line number with mouse-over previews, interactive inline visualisations.

There's probably more I don't remember too. In my opinion TUI apps are just silly. You don't get any of the advantages of it being just plain text because it's all wrapped in funny Unicode characters and at the same time the GUI capabilities are hamstrung by being text on a grid.

jampekka 3 hours ago||
I'm on codex TUI because the GUI options (and browser) slow to a crawl with long sessions, especially if they have math rendered.
skandinaff 10 hours ago|||
With claude, the difference I noticed is that you can run their cloud enviroment from GUI app, as well as connect to remote machine. Sure, remote connection is nothing interesting, but I'm not aware if claude cli can work with cloud based enviroment. Also claude design is alvaliable on claude gui app. But all of these can be accessed with the browser as well, only the local machine access is something that browser version doesn't have. But for that you can use cli... Really mess of the tools they are shipping. Waiting (not) for Claude/Openai OS
geysersam 5 hours ago|||
I think one advantage is that you can control it remotely via the chatgpt mobile app. I don't know why they don't allow that for regular codex...
CuriouslyC 9 hours ago|||
I use it on my macbook. The computer use is pretty sweet.

It can be controlled from your phone once paired, and it lets you actually see agents that it orchestrates in the threads. Also if you use MCP Apps, it can integrate those into threads.

ComputerPerson 11 hours ago|||
I'm only familiar with the Anthropic equivalent, but the cognitive load is different as opposed to necessarily better or worse. I have friends who prefer mousing around the UI.

Tabs for long-running often-compacted sessions is a difference I've noticed in emergent UX.

meerita 11 hours ago||
I use Claude Code CLI, Codex Cli. Both are really good, they don't eat memory like the GUI apps.
ComputerPerson 11 hours ago||
I use the CLI, too, but I enjoy watchinng people use the desktop apps. It seems like the desktop apps may be a little bit better suited for human-in-the-loop work. If you're already switching back and forth between a mouse, having an IDE running may make more sense.

The best feeling has to be in the CLI, in my oppinion. A low-stakes project where you can let ultracode runaway from you in the CLI is the most fun.

orphea 10 hours ago|||
Adequate text editing is the main one for me.
TZubiri 8 hours ago|||
I think you can connect your phone and talk to codex remotely, so you can run programming prompts while afk
someplaceguy 7 hours ago||
You can do that with the Codex CLI/TUI as well.
PunchTornado 11 hours ago||
does the app eat more money that codex cli? I mean is there a difference in cost in asking via the app something vs the cli?
auggierose 11 hours ago|
Does this mean that ChatGPT Desktop will run now also on Intel Macs?
More comments...