#621 · Primary category: AI Coding Assistants
async-code
Use Claude Code / CodeX CLI to perform multiple tasks in parallel with a Codex-style UI. Your personal codex/cursor-background agent. Claude Code UI.
Project last updated:11/18/25
GitHub Stars
535
Forks
49
Contributors
3
License
Apache-2.0
Why we included this project
Waiting on one Claude Code session to finish before you can start the next one is a familiar bottleneck, and this project attacks it directly by letting you run several agents at once. It puts Claude Code and other CLI agents behind a Codex-style web interface where you can queue up tasks, watch them run in parallel, and compare what different models produce before you pick a winner. Each task gets its own container, so the work stays sandboxed, and the whole thing deploys with docker-compose if you want to host it yourself. Git integration handles cloning, committing, and opening pull requests, which means a task can go from prompt to PR without you hovering over the terminal. For teams that want a self-managed alternative to hosted agent platforms, or that need to run the same workload against several agents to see which one performs best, the comparison workflow is the part that earns its keep.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.