top | item 46859949

(no title)

nr378 | 27 days ago

Looks like another Claude App/Cowork-type competitor with slightly different tradeoffs (Cowork just calls Claude Code in a VM, this just calls Codex CLI with OS sandboxing).

Here's the Codex tech stack in case anyone was interested like me.

Framework: Electron 40.0.0

Frontend:

- React 19.2.0

- Jotai (state management)

- TanStack React Form

- Vite (bundler)

- TypeScript

Backend/Main Process:

- Node.js

- better-sqlite3 (local database)

- node-pty (terminal emulation)

- Zod (validation)

- Immer (immutable state)

Build & Dev:

- pnpm (package manager)

- Electron Forge

- Vitest (testing)

- ESLint + Prettier

Native/macOS:

- Sparkle (auto-updates)

- Squirrel (installer)

- electron-liquid-glass (macOS vibrancy effects)

- Sentry (error tracking)

discuss

order

epolanski|27 days ago

They have the same stack of a boot camper, quite telling.

dcre|27 days ago

The use of the name Codex and the focus on diffs and worktrees suggests this is still more dev-focused than Cowork.

nxobject|27 days ago

It's a smart move – while Codex has the same aspirations, limiting it to savvy power users will likely lead to better feedback, and less catastrophic misuse.

elpakal|27 days ago

> this just calls Codex CLI with OS sandboxing

The git and terminal views are a big plus for me. I usually have those open and active in addition to my codex CLI sessions.

Excited to try skills, too.

another_twist|27 days ago

Is the integration with Sentry native or via MCP ?

hdjrudni|27 days ago

What does Sentry via MCP even mean? You want the LLM to call Sentry itself whenever it encounters an error?

firemelt|24 days ago

wow where did you find the stack? how about claude app stack?