the-open-engine/zeroshot
#494 of 803 by Stars among GitHub repos
Independent executor–verifier orchestration for software changes.
About
The agent that wrote the code shouldn't be the one that says it works.
Zeroshot is an open-source, multi-agent orchestration engine for autonomous software engineering. It drives a coding agent you already run (Claude Code, OpenAI Codex, Gemini CLI, or OpenCode) through an executor-verifier loop: an agent writes the change, then an independent verifier that never saw how it was made approves it, or hands back a reproducible failure. The loop runs until the change is verified.
Requires Node ≥ 18 and at least one provider CLI (Claude Code, Codex, Gemini, or OpenCode). Linux and macOS today; Windows is deferred.
Zeroshot separates the agent that writes the code from the agent that judges it.
Excerpted from github.com/the-open-engine/zeroshot
Latest metrics
| Stars | 1.8k | 2026-09-12 |
|---|---|---|
| Forks | 169 | 2026-09-12 |
| Commits | 561 | 2026-09-12 |
| Releases | 125 | 2026-09-12 |
| Watchers | 3 | 2026-09-12 |
| Open issues | 64 | 2026-09-12 |
| Open PRs | 25 | 2026-09-12 |