nowfound

Alternatives

Products that do what OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex does

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…

  1. 1

    Run Claude, Codex & Copilot directly in GitHub & VS Code

    Feb 2026

  2. 2

    Open-source alternative to Codex & Claude Code

    May 2026

  3. 3

    Make clones with Claude Code and Codex to do your work

    23d ago · munderdiffl.in

  4. 4
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026

  5. 5

    13,000+ MCP servers, skills & plugins for AI coding agents

    Jul 2026 · codexmarketplaces.com

  6. 6
    Boxes.dev112

    Run Claude Code and Codex in your own cloud environment

    Jun 2026

  7. 7

    Make Claude Code faster and cheaper without losing context

    Mar 2026

  8. 8
    Maestri183

    An infinite canvas where coding agents work in concert

    Mar 2026

  9. 9

    Run AI agents like Claude Code, Codex, Opencode on mobile

    Dec 2025

  10. 10NO

    Hello HN! The day has finally come to stop adding features and start sharing what I've been building the last 5-6 months. It's a bit of CrewAI, OpenDevon, LangFuse/Cloud all in one, providing devs who prefer TypeScript an integrated framework thats provides a lot out of the box to start experimenting and building agents with. It started after peeking at the LangChain docs a few times and never liking the example code. I began experimenting with automating a simple Jira request from the engineering team to add an index to one of our Google Spanner databases (for context I'm the…

    2024 · github.com

  11. 11
    mpai105

    Make existing Codex and Claude Code sessions multiplayer

    Aug 2026 · godfaddaai.github.io

  12. 12
    Epho156

    Run Claude Code, Codex or Opencode in cloud with your repo

    16d ago · epho.io

  13. 13
    Agent Bar162

    Run Claude Code from your menu bar

    Feb 2026

  14. 14
    Symphony132

    An open-source spec for Codex orchestration

    Apr 2026

  15. 15
    Chimlo61

    Track Codex and Claude Code and respond from your Notch

    Jul 2026 · kraten.github.io

  16. 16

    Spotify Wrapped for Claude, Codex & a Public leaderboard.

    Jun 2026

  17. 17OA

    I've been running Claude Code and Codex together every day. At some point I figured out you can use tmux to let them talk to each other, so I started doing that. Once they could coordinate, I kept adding more agents. Before long I had a whole team working together. But any time I rebooted my machine, the whole thing was gone. Not just the tabs. The way they were wired up, what each one was doing, all of it. Nothing I'd found treats your agent setup as a topology, as something with a shape you can save and bring back. So I built OpenRig, a multi-agent harness. A harness wraps a model. A "rig"…

    Apr 2026 · github.com

  18. 18PO

    Hey HN, I'm Mo. I'm building Paseo, a multi-platform interface for running Claude Code, Codex and OpenCode. The daemon runs on any machine (your Macbook, a VPS, whatever) and clients (web, mobile, desktop, CLI) connect over WebSocket (there's a built-in E2EE relay for convenience, but you can opt-out). I started working on Paseo last September as a push-to-talk voice interface for Claude Code. I wanted to bounce ideas hands-free while going on walks, after a while I wanted to see what the agent was doing, then I wanted to text it when I couldn't talk, then I wanted to see diffs and run…

    Mar 2026

  19. 19PA

    Hey HN, I'm Mo. I've been building Paseo, an open source environment for running Claude Code, Codex, and OpenCode across desktop, mobile, web, and CLI. It started last September as a push-to-talk voice interface for Claude Code. I wanted to talk to an agent while going on walks. Then I wanted to see what it was doing. Then text it when I couldn't talk. Then review diffs, run multiple agents, and manage work across machines. After a lot of iteration, it turned into a broader environment. The basic model is: - A daemon runs on your machine (MacBook, desktop, VPS, etc.). - Clients connect to it…

    Mar 2026 · github.com

  20. 20AS

    Hi HN, AgentBox is an SDK for running coding agents (Claude Code, Codex, OpenCode) inside sandboxes (Docker, E2B, Modal, Daytona, Vercel). One API. Swap the agent or the sandbox and your code doesn't change. Think of it as what the AI SDK did for LLMs, but for agent + runtime. Most wrappers call agents in non interactive mode (claude --print, codex exec). AgentBox instead boots each agent's native server inside the sandbox (Codex app-server over JSON-RPC, OpenCode serve over HTTP/SSE, Claude Code's SDK WebSocket transport) and drives it from the host, behaving like an interactive…

    Apr 2026 · github.com

  21. 21OA

    Claude Code's source map leaked last month. Instead of just reading it, I fed the entire source into Claude Code itself and asked it to extract the core agent loop logic. The result: open-agent-sdk — a drop-in replacement for claude-agent-sdk that's fully open source and doesn't spawn a CLI subprocess. Why this matters if you've built with claude-agent-sdk: claude-agent-sdk is just a thin wrapper around the Claude Code binary. It works, but it's a black box — when something breaks, you're stuck. Every query creates a new Claude Code process. That's fine on a laptop, not fine when you're…

    Apr 2026 · github.com

  22. 222O

    Hi HN, We're the engineering team at Peakflo (B2B fintech). We built 20x internally because we kept copy-pasting Linear tickets into Claude, manually setting up branches, and babysitting agent output across terminals. Eventually we just built the infrastructure to connect task systems to agents directly — and decided to open source it. 20x is an open-source desktop app (macOS only — Linux and Windows on the roadmap) that orchestrates AI coding agents against your existing task systems. In practice: a Linear ticket gets pulled in → the triage agent assigns Claude Code + relevant skills → a…

    Feb 2026 · github.com

  23. 23NO

    We're open sourcing Nimbalyst, a multi-agent, visual workspace for building with Claude Code, Codex, and Opencode (alpha). It pairs parallel session management with WYSIWYG editors so you and your agents can work on the same files at the same time. The core idea: agents edit files, you edit files, and Nimbalyst makes that collaboration legible. Built-in WYSIWYG editors cover markdown, mockups, Excalidraw diagrams, data models, spreadsheets, and code (Monaco). Every edit is tracked back to the session that made it, with red/green WYSIWYG markdown diffs for review and approval. A session…

    Apr 2026 · github.com

  24. 24CW

    CloudCLI is an open source web and mobile UI/mini IDE for Claude Code, Gemini, Codex and Cursor CLI. It sits on top of your existing agent install and gives you a browser interface you can open from any device. You can start sessions, resume existing ones, browse and edit files, manage git and the same control as sitting at your desktop. Try it: npx @siteboon/claude-code-ui (works with your existing setup) When you open it you'll already see all the sessions from your terminal. Some backstory:I've wanted to develop from my phone for a long time. When Claude Code arrived, the…

    Mar 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →