KiroCrew

KiroCrew is an open-source agent harness and orchestrator developed by the kirodotdev team. Built as a persistent, self-learning agent execution framework, it runs directly on local developer machines or remotely on dedicated infrastructure to coordinate multi-step coding workflows. In day-to-day development, KiroCrew orchestrates agent tasks across codebases while maintaining execution history, workspace state, and tool configurations inside a local directory (`~/.kiro/crew`). The harness includes structured tool approval mechanisms and execution gates that ensure safety when running terminal commands or applying file diffs across tasks. What sets KiroCrew apart from single-turn terminal assistants is its focus on continuous operation and persistent agent lifecycles. Rather than executing isolated command loops, it provides structured specification tracking, containerized deployment options via GHCR Docker images, and an extensible approval layer for backend-governed tool invocation. KiroCrew is developed as an open-source project on GitHub with active community contributions, offering free self-hosted execution across Linux, macOS, and containerized environments.

Tags: ai agent, cli, code assistant, coding agent, developer tools, OpenSource

Visit KiroCrew