ARI-OS
ARI-OS

ARI-OS

The setup I use to ship while I sleep.

Software 1.0 · Now open-source


The six-step loop: brainstorm, plan, dispatch, watch, review, ship

I was the slowest part of my own work, so I built a layer that lets me direct background workers instead of doing everything myself. It runs while I sleep.

This is not faster by magic. AI accelerates, it does not generate. I direct and review. The workers execute.


Memory

It remembers across sessions, on your own machine.

It tunnels to what you are working on now, and widens only when you say so.

Now and then it surfaces a memory you had set aside.


Install

Requires Claude Code
Run the wizard
$ git clone https://github.com/PUSHINGSQUARES/ARI-OS
$ cd ARI-OS && python3 install.py

Backed up and reversible. Undo any time with python3 install.py --uninstall. Prefer to set it up by hand? Read SETUP.md.