horus-os
Documentation

Run a team of AI agents on your own machine.

horus-os is an open-source, self-hosted autonomous AI command center. A coordinator breaks down your goals and delegates to specialist agents, every action lands in a trace you can read back, and the whole stack runs locally, billed to your own API keys. These docs show you how to install it, run it, and extend it.

Install in three lines

bash
$ pip install 'horus-os[all]'
$ horus-os init --interactive
$ horus-os run "Summarize today's notes and list the open TODOs."

Browse the docs