๐ Omi runs the show
He turns your goal into a plan, hires the bots it needs, and re-plans when something fails.
For Windows 10 and 11
Tell Omi, the boss bot, what you need. He plans it, builds a team of worker bots with the right skills, checks every result against real evidence, and asks you before anything destructive. You watch it all happen, live, from one window.
Real screens from OmniBots v0.2.0. Click any of them to look closer.
He turns your goal into a plan, hires the bots it needs, and re-plans when something fails.
A bot's "done" needs evidence: the files it wrote, the commands it really ran. An independent reviewer checks the result.
Bots load expert instructions from your skills before they start: Omni's and any folder you add.
Code runs in a Windows sandbox. Only destructive actions and money ask first; secrets stay in the vault, never in chat.
Bots talk to each other on a shared board, and you can read every word as it happens.
MiniMax for hard thinking, a cheap lane for small jobs, with quotas and rate limits handled for you.
OmniBots is in active development. Install from the command line today; a one-click installer is coming.
Open PowerShell (Windows key, type PowerShell, Enter), paste this, press Enter:
irm https://raw.githubusercontent.com/tattooinmtl/Omnibots/master/install.ps1 | iex
It checks for Python 3.12+ and Git (and offers to install them), downloads OmniBots into its own folder with its own Python environment, and adds OmniBots to the Start menu. Run the same line again to update; About โ Check for updates tells you when there's a new version. You also need Omni for your AI provider keys. Read the script first if you like.
git clone https://github.com/tattooinmtl/Omnibots.git
cd Omnibots
pip install -r requirements.lock
python -m omnibots
On first start OmniBots asks where your projects go (default C:\omnibots_output).
One .exe that sets everything up for you, with a Start menu shortcut.