Hacker News new | ask | show | jobs
Show HN: OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex (github.com)
7 points by alekseyrozh 68 days ago
One coding agent orchestrator UI for Claude and Codex, but actually feels nice.

Free, open-source, MIT licensed.

Why I built it:

- I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side

- I want files and diffs open straight in my editor!

- And I wanted both agents - Anthropic + OpenAI — in one place

How it works:

- No API keys, no OAuth, no separate billing — it just uses whatever you're already logged into. So your Claude Max and ChatGPT/Codex subscriptions both work out of the box.

- Talks to Claude Code via the Claude Agent SDK

- Talks to Codex via its app-server JSON-RPC

For now it's MacOS-only but can be easily extended to other platforms.

4 comments

This is a really thoughtful take on dev tooling. I like the focus on removing friction instead of adding more layers.
i'd say it's swapping two different non open source tools for one open source
wow this looks super cool - is it a native app?
It is, built with electron though, so depends on your definition of native
Niceeee
Nice!
indeed