Show HN: OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex
agents claude gemini llama openai open-source
| Source: HN | Original article
A GitHub‑hosted project posted on Hacker News on Monday introduces OpenClawdex, an open‑source, MIT‑licensed UI that orchestrates Claude Code and OpenAI’s Codex within a single “agent swarm” interface. The tool builds on the OpenClaude CLI, which already lets developers invoke a range of model back‑ends—from Anthropic’s Claude to Gemini, Ollama and Codex—through a terminal‑first workflow. OpenClawdex adds a lightweight graphical layer that mirrors the look of the Codex app but removes its side‑panel diff clutter, letting users open files and view changes directly in their editor.
The launch matters because it lowers the friction of using multiple coding agents in tandem. Claude Code, Anthropic’s recent agentic coding model, has been praised for its ability to plan, execute and iterate on code tasks, while Codex remains a workhorse for raw code generation. By providing a unified dashboard that spawns agents, crafts prompts, selects the appropriate model for each sub‑task and streams results, OpenClawdex turns a collection of command‑line tools into a collaborative “one‑person dev team.” As we reported on 19 April in “Dive into Claude Code: The Design Space of Today’s and Future AI Agent Systems,” the ecosystem is still searching for ergonomic ways to harness these agents; OpenClawdex is the first community‑driven attempt to fill that gap.
What to watch next is whether the project gains traction among developers who currently juggle separate CLI tools or rely on proprietary IDE extensions. Early adopters are already sharing screenshots of multi‑agent workflows that produce dozens of commits in a single day, and the repository’s issue tracker hints at plans for native VS Code integration and Telegram notifications for pull‑request readiness. Anthropic’s response—potentially endorsing or integrating the UI—could signal a shift toward more open, composable AI‑coding stacks, while competitors may follow suit with their own orchestrator layers.
Sources
Back to AIPULSEN