A local-AI development orchestrator. Enter a project goal, watch local models plan it, build it, and review it. No corporate AI in the loop.
hydracoder is the layer that turns a goal into shipped code using only the models on your own machine. It plans the work into a task graph, routes each task to a right-sized local model, reviews every result, and keeps an append-only journal so a crash or a full context window never loses progress. It is built to keep development moving on local hardware when hosted AI becomes too expensive to use.
A planner model decomposes the goal into tasks with explicit interfaces and acceptance conditions.
Each task runs through a local model in an isolated context, streaming its work to a live terminal.
An append-only journal makes every run resumable. Interrupt it, restart it, it continues.
curl -fsSL https://ra-yavuz.github.io/apt/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/ra-yavuz.gpg echo "deb [signed-by=/usr/share/keyrings/ra-yavuz.gpg] https://ra-yavuz.github.io/apt stable main" | sudo tee /etc/apt/sources.list.d/ra-yavuz.list sudo apt update && sudo apt install hydracoder hydracoder serve # then open http://127.0.0.1:8765/