Run it yourself in three minutes.
The entire estate runs in simulation first — no hardware, no risk, nothing real is touched. Explore the whole safety model on your laptop, then connect real hardware only when you are ready.
# 1 · get the code $ git clone https://github.com/Cole-Will-I-Am/AI_Smart_Home.git $ cd AI_Smart_Home # 2 · install (stdlib core, one dependency) $ python -m venv .venv && source .venv/bin/activate $ pip install -e . # 3 · see the safety model, then talk to the house $ homeops demo # a guided tour $ homeops chat # "unlock the front door" → it asks you to confirm $ homeops status # everything at a glance
- 01
Try it in simulation
homeops demowalks the whole model: a routine action runs, a lock asks to confirm, a leak shuts the water locally, a dangerous request is refused. - 02
Talk to your house
homeops chatopens a conversation. Bring any model — Claude, GPT, or a local model that keeps everything on-prem — or none at all; the safety engine is identical either way. - 03
Pick a deployment preset
homeops initwrites a starter config: simulation, Home Assistant, Home Assistant + network firewall, or a multi-property estate. - 04
Go live, carefully
validate → preflight → serve— each step refuses loudly rather than degrading silently. Electrical, water, and life-safety work is done by licensed professionals.
Open source, Apache-2.0. The full engine, the 282-test suite, and the complete setup and technical guides live in the repository. What you ran in your browser above is the same code you install here.
Your estate. Your infrastructure. Your machine.
Built for private estates, high-end residences, family offices, and integrators building serious residential infrastructure — and open for anyone to inspect, run, and extend.