Interactive Explainer · v7.0 · 23 Abilities
INTRODUCTION
NARRATE OFF
LIVE
00:00:00
00 // Introduction
AIR OMEGA
SUPER INTELLIGENCE OS

A fully self-hosted AI assistant that runs on your computer.
No monthly fees. No data sent to big tech. You own it.

23 Abilities Self-Hosted All Languages Windows · Mac · Linux GPT-4o Powered DALL-E 3 Voice AI
💡 This explainer covers setup, all features, troubleshooting, and how to resell OMEGA. Use the chapter rail above or arrow keys to navigate.
👁
🧠
💻
📧
🎨
🌐
🗣
📈
📅
🎵
💡
CORE MODULES
01 // Before You Start
System Requirements
💻
Operating System
Windows 10/11 · macOS 12+ · Ubuntu 20+
🐍
Python Version
3.10 or newer (python.org)
🧠
RAM
4GB min · 8GB recommended
💾
Storage
2GB free space
🌐
Browser
Chrome or Edge only
🔑
Account Needed
OpenAI (platform.openai.com)
⚠️ Voice features require Chrome or Edge. Firefox and Safari will NOT work. Always check "Add Python to PATH" during Python install — skipping this breaks OMEGA.
02 // Quick Start — 5 Minutes to Launch
5 Steps to Get OMEGA Running
01

Install Python

Go to python.org/downloads → Download → Run installer. CRITICAL: Check "Add Python to PATH" before clicking Install.

02

Unzip the OMEGA folder

Right-click the ZIP from Whop → Extract All → place on Desktop or Documents. Never run OMEGA directly from inside a ZIP file.

03

Get your OpenAI API key

Go to platform.openai.com → API Keys → Create new secret key → Copy it immediately. You only see it once.

04

Add your key to .env

Open the OMEGA folder → find the .env file → open with Notepad → replace YOUR_KEY_HERE with your actual key → Save.

05

Install packages & launch

Open terminal inside OMEGA folder → run the two commands → open Chrome at http://127.0.0.1:5000

pip install -r requirements.txt  python mains.py
03 // Installation — Terminal Commands
Launch Commands
# Navigate to your OMEGA folder first
cd /path/to/your/omega-folder

# Install packages — first time only, takes 2-5 min
pip install -r requirements.txt

# Start OMEGA every time you want to use it
python mains.py

# Then open this URL in Chrome or Edge
http://127.0.0.1:5000
⚠️ Keep the terminal window open the entire time. Closing it stops OMEGA immediately. On Mac/Linux, use python3 and pip3 instead of python/pip.
💡 Windows shortcut: Click the address bar at the top of the OMEGA folder window → type cmd → press Enter. The terminal opens already inside the correct folder.
04 // Section 3 — API Keys
Setting Up Your API Keys
OPENAI_API_KEY
REQUIRED
Powers all AI features — chat, vision, image gen, voice. ~$1–5/month personal use.
GROQ_API_KEY
FREE
Fast backup AI at console.groq.com — activates if OpenAI balance runs out.
TAVILY_API_KEY
FREE
Web search — 1,000 searches/month free. Get at app.tavily.com.
EMAIL_ADDRESS + PASSWORD
FREE
Gmail App Password enables OMEGA to send & read your emails.
TWILIO / CALLMEBOT
FREE*
WhatsApp messaging. CallMeBot is free. Twilio costs ~$15/mo.
HUE_BRIDGE_IP + USERNAME
FREE
Philips Hue smart light control — needs bridge on your WiFi.
🚫 Never share your .env file or post it online. Anyone with your API keys can charge to your account without limit.
05 // Section 1 — All 23 Abilities
Full Capability Matrix
👁
Vision
Analyze images, photos, receipts, screenshots with GPT-4o
😊
Emotion
Detect mood, tone, and emotion from text or faces
🖥
Screen Read
Capture and read your live screen content
📄
Documents
Summarize PDFs, Word docs, scanned images
🎨
Image Gen
Create images from text using DALL-E 3
📊
Charts
Auto-generate bar, pie, and line charts from data
🎵
Music
Search iTunes — tracks, albums, 30s previews
🎲
3D Models
Three.js 3D scenes — globes, ships, solar systems
💻
Code Run
Execute Python safely in a sandbox, see output
🧠
Memory
Stores facts permanently, recalled across sessions
🤖
AI Agent
Multi-step autonomous research & task planning
📡
Offline AI
Ollama — runs AI locally with no internet needed
📧
Email
Write, send, and read emails via Gmail
💬
WhatsApp
Send messages via Twilio or free CallMeBot
📅
Calendar
Schedule, view, and manage local events
📰
News Brief
Morning summary: headlines + calendar + weather
📈
Stocks
Live prices via Yahoo Finance / Alpha Vantage
Crypto
Live prices from CoinGecko — free, no key needed
💡
Smart Home
Control Philips Hue lights by voice or text
🌐
Web Search
Live search + AI summary via Tavily or DuckDuckGo
🗣
Voice
Speak to OMEGA — 90+ languages auto-detected
🎭
Personality
6 modes: Friend, Coach, Professor, Creative…
🚨
Price Alerts
"Notify me when Bitcoin hits $100k" — monitors live
06 // Section 4 — Interface & Voice
The Interface
🔝

Top Bar

Clock, CPU/RAM stats, voice controls & user info

Left Panel

Voice activity, agent status & system metrics

Center Chat

Main area — type or speak here to talk to OMEGA

Right Panel

Quick-access buttons for tools, voice, mission control

📻

Bottom Bar

Live news feed and system stats

Voice Modes
🎙
MIC Toggle — Always On
Hands-free. OMEGA listens continuously and responds when you stop speaking. Like a real conversation.
🔊
SPEAK Toggle
OMEGA speaks all its responses aloud using HD text-to-speech. Turn off for text-only mode.
📻
Hold to Talk
Click once to speak, click again when done. Like a walkie-talkie. Best for single questions.
💡 OMEGA detects your language automatically. Just speak — it responds in the same language. 90+ languages supported with no settings to change.
07 // Section 5 — Personality Modes
7 Personality Modes

Switch OMEGA's style instantly. Say "Switch to [mode] mode" or "List personality modes"

OMEGA
Balanced, intelligent, direct — the default mode
🤝
Friend
Casual, warm, fun like a real friend
🎓
Professor
Educational, explains everything in depth
🔥
Life Coach
Motivational, action-focused, high energy
🎨
Creative
Imaginative, artistic, poetic responses
😏
Sarcastic
Witty, dry humor, brutally honest
💼
Professional
Formal, precise, business-like tone
💡 You can switch personality mid-conversation at any time — say "Switch to professor mode" and OMEGA changes immediately without losing conversation history.
08 // Section 6 — Troubleshooting
Common Errors & Exact Fixes
'python' is not recognized as a command
Fix: Uninstall Python → reinstall from python.org → check "Add Python to PATH" → restart your computer completely.
ModuleNotFoundError: No module named 'openai'
Fix: Run pip install -r requirements.txt inside the OMEGA folder. Packages have not been installed yet.
Invalid API key / AuthenticationError
Fix: Open .env → check line reads OPENAI_API_KEY=sk-proj-... → no spaces around = → key starts with sk- → save and restart.
Voice not working / microphone not responding
Fix: Switch to Chrome or Edge. Click Allow when asked for mic permission. Check the MIC toggle in the top bar is switched ON.
Port 5000 already in use / address in use error
Fix: Open mains.py → change port=5000 to port=5001 → open http://127.0.0.1:5001 instead.
DALL-E image generation fails / billing error
Fix: Go to platform.openai.com → check your credit balance → add funds if balance is $0. Image generation requires paid credits.
09 // Section 7 — Selling on Whop
Pricing Strategy
One-Time
$19.99
Best starting price. Attracts buyers who avoid subscriptions.
Lifetime
$49.99
For serious buyers. Raise price after 10+ reviews.
🚫 Before sending the ZIP to customers, remove your real API keys from .env and replace with placeholder text like YOUR_OPENAI_KEY_HERE.
Setup Steps
01

Create Whop account

whop.com → "Sell on Whop" → complete identity verification → connect bank or PayPal

02

Create your product

Products → New Product → Digital Product → upload OMEGA ZIP + this guide as bonus PDF

03

Record a short demo video

30–60 seconds of OMEGA in action. Screen recording works great. Dramatically increases conversions.

04

List all 23 abilities

Use the table from Section 1. Clear feature lists are the biggest driver of purchase decisions.

10 // Section 8 — Quick Reference
What to Say / Type
SAY
"What's the news today?"
Live web search + summary
SAY
"Generate an image of Lagos at night"
DALL-E 3 creates the image
SAY
"What's Bitcoin's price?"
CoinGecko live price
SAY
"Remember that my name is Chidi"
Stored in permanent memory
SAY
"Schedule a meeting tomorrow at 3pm"
Added to local calendar
SAY
"Switch to professor mode"
Personality changes instantly
SAY
"Turn off the bedroom lights"
Controls Philips Hue
SAY
"Research AI trends autonomously"
Agent plans multi-step task
Restart & Reset
# Stop OMEGA
Ctrl + C

# Start again
python mains.py

# Clear memory (in chat)
"Clear my memory"

# Or delete manually
del memory.json
💡 If OMEGA seems confused or keeps referencing old conversations, type "Clear my memory" or click PURGE CACHE in the right panel.
You're all set. OMEGA is one of the most powerful personal AI systems ever built. Use it well.
01 / 11