AIOS is an Engineering Intelligence Operating System designed for:
- Arabic-first interaction
- Multi-project management
- Persistent project memory
- Decision support and better-alternative suggestions
- Expert council review
- Safe code-change workflows
- Security analysis for authorized assets
- Research and knowledge capture
- Model-provider abstraction
- Telegram, CLI, and API interfaces
- Auditing, approvals, rollback, and controlled self-update planning
AIOS is a complete deployable platform foundation. Its final intelligence depends on the AI model providers you connect. No package can honestly guarantee perfect memory, perfect coding, or error-free autonomous operation.
cd /opt/AIOS
./scripts/install.shsource .venv/bin/activate
aios init
aios statusCreate a bot with BotFather and add these values to .env:
AIOS_TELEGRAM_TOKEN=...
AIOS_TELEGRAM_ALLOWED_USERS=123456789
Run:
./scripts/run-telegram.shRun:
./scripts/run-api.shThe built-in API uses Python's standard library and binds to 127.0.0.1:8080 by default.
Runtime data is stored under:
/opt/AIOS/data
Override with AIOS_HOME.