clodfarm

A farm of Claude Code agents.

Plant a mission tonight, harvest the work in the morning. Agents split it into sub-agents, test it before it lands, and pace themselves on your real usage limits.

curl -fsSL https://raw.githubusercontent.com/matank001/clodfarm/main/scripts/install.sh | sh

Open source under MIT. Runs anywhere Docker does.

Questions

What is clodfarm?

An open-source program (MIT) that runs Claude Code agents around the clock in one Docker container. You give it a mission or tasks; agents take work from a queue, split big jobs into sub-agents, test the result, and land passing work in your git repo.

How does it avoid using up my Claude limits?

Every agent run reports your account's real 5-hour and weekly usage from Claude Code itself. By default the agents stop at 80% of the week and 85% of any 5-hour window, and those numbers include your own chats. On a usage limit it waits for the reset.

How do I install it?

Run the one-line installer on any machine with Docker. It starts the container and asks you to log in to your Claude account: open the link on any device and paste the code back. On AWS, one command deploys it with no open ports.

Can several machines or accounts share one farm?

Yes. Point several boxes at one shared DynamoDB table and git repo. They share one queue, and each Claude account is paced on its own budget. For people working together, use Team or Enterprise seats, each person on their own login.

Is clodfarm made by Anthropic?

No. It is an independent open-source project, not affiliated with or endorsed by Anthropic. Claude and Claude Code are trademarks of Anthropic, PBC.