OmniBots v0.2.0

For Windows 10 and 11

One team of bots.
Any job.

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.

  • Local runs on your PC
  • Many AI providers
  • Sandboxed code

See it work

Real screens from OmniBots v0.2.0. Click any of them to look closer.

A bot window. Omi's face shows what he's doing (the keyboard means coding) and he thinks out loud in a bubble. Console and thinking stream live on the left, the chat in the middle, the project's files and the team's message board on the right.
A real editor. Open any file the bots made, edit and save it: the bots see your changes.
You stay in charge. Deleting, force-pushing and spending money wait for your click. Attach files with ๐Ÿ“Ž.
The tray is the control center. Pause, stop or panic-stop the whole team, and see every bot by state.
Every bot is an Omi clone. A badge says its job; the prop it holds says what it's doing right now.

What the team does

๐Ÿ‘‘ Omi runs the show

He turns your goal into a plan, hires the bots it needs, and re-plans when something fails.

๐Ÿงพ Proof, not promises

A bot's "done" needs evidence: the files it wrote, the commands it really ran. An independent reviewer checks the result.

๐Ÿง  Your skills library

Bots load expert instructions from your skills before they start: Omni's and any folder you add.

๐Ÿ›ก๏ธ Safe by design

Code runs in a Windows sandbox. Only destructive actions and money ask first; secrets stay in the vault, never in chat.

๐Ÿ’ฌ One message board

Bots talk to each other on a shared board, and you can read every word as it happens.

โšก Many AI providers

MiniMax for hard thinking, a cheap lane for small jobs, with quotas and rate limits handled for you.

Install

OmniBots is in active development. Install from the command line today; a one-click installer is coming.

One line in PowerShell

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.

Or install by hand
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).

Windows installer

One .exe that sets everything up for you, with a Start menu shortcut.

Coming soon