logoalt Hacker News

FlamingMoeyesterday at 8:06 PM2 repliesview on HN

Claude Cowork is unusably slow on my M1 MacBook Pro. I wonder if Codex is any better; a quick search indicates that it is also an electron app


Replies

btownyesterday at 10:32 PM

At least when I tried it last, Claude Cowork tried to spin up an entire virtual machine to sandbox itself properly - and not only is that sandboxing slow to start up, it also makes it difficult to actually interact freely across your filesystem. (Perhaps a feature, not a bug.)

Claude Code, on the other hand, has no such issues, if you've done some setup to allow all commands by default (perhaps then setting "ask" for rm, etc.).

zozbot234yesterday at 8:09 PM

Codex is a rust TUI app, and it's available as open source. It has nothing to do with Electron.

show 5 replies