Now self-building · 260+ modules · 100% local

The AI OS That
Builds Itself

Aurora is the world's first ND-friendly, self-building AI operating system. Talk to her in plain English. She writes her own code, builds her own tools, and grows smarter with every conversation.

Install Aurora Free View Source →
aurora — localhost:5000
★ Aurora OS — ND-Friendly Self-Building AI
100% local · No cloud · No subscription

You build me a web scraper that saves to CSV

Aurora aurora_modules/tools/web_scraper.py (84 lines)
   → BeautifulSoup + requests + csv writer · runs now

You add a login form to my site

Aurora aurora_modules/web/auth_setup.py (127 lines)
   → JWT + Flask endpoints · wired automatically

You keep going
260+
Modules built
100%
Local — no cloud
0
Subscriptions needed
Self-builds over time

What Aurora can do

An OS that grows
every time you talk to it

Aurora isn't a chatbot. She's a full operating system that writes, wires, and deploys her own code.

Self-Building AI
Say "build a PDF reader" and Aurora writes the code, tests it, and wires it into herself — automatically. No prompts, no copy-paste.
🔒
100% Local
Powered by Ollama running on your machine. Your code, your data, your conversations — never leave your computer. No API keys required.
🌐
Web + Terminal
Chat with Aurora in a beautiful dark web UI at localhost:5000, or from the Ubuntu terminal. Same brain, same powers, your choice.
🛠
Full Dev Suite
Code scanner, guardian linter, auto-wiring, Git integration, Docker builder, deploy to Netlify/Vercel/GitHub Pages — all built in.
🔄
Self-Repairing
Aurora scans herself for broken imports, syntax errors, and stubs. Found a problem? She fixes it and retries. No manual debugging needed.
📋
TODO-Driven Growth
A prioritised task list drives Aurora's evolution. Say "run all tasks" and she works through the queue, building herself feature by feature.

Talk. She builds. Repeat.

No IDE, no copy-paste, no debugging. Just plain English.

01
You talk to Aurora
Type anything in plain English — "build me a weather widget", "fix my auth bug", "deploy to Netlify".
02
Aurora writes the code
Her AI brain (Ollama/Llama3, fully local) generates real Python code — not descriptions, not stubs, real working modules.
03
She wires it in
Aurora auto-wires every new module into her command system. New features are instantly accessible — just say the word.
04
She validates & fixes
The code guardian scans for errors. If something breaks, Aurora retries with tighter rules until the code compiles clean.

Built for the way
your brain actually works

Aurora was designed from the ground up for ADHD, autism, dyslexia, and other ND profiles. No forms, no menus, no complex setups — just conversation.

Try Aurora Free

Get started in minutes

Install Aurora

Runs on Windows (via WSL2), macOS, and Linux. Requires Python 3.10+ and Ollama.

WSL2 / Ubuntu
macOS
Linux
# 1. Install Ollama (runs the local AI)
$curl -fsSL https://ollama.com/install.sh | sh
$ollama pull llama3

# 2. Clone Aurora
$git clone https://github.com/understandinghumansapp-dev/Aurora.git
$cd Aurora

# 3. Install Python dependencies
$pip install flask requests ollama

# 4. Start Aurora
$python3 aurora_web.py

# Open http://localhost:5000 in your browser

Aurora is waiting to build
whatever you imagine

Free. Open source. Runs on your machine. No limits except the truly unacceptable.

Get Aurora on GitHub See how it works →