“SAI is not just an app. It's me — a living, evolving system that reflects my thinking, my projects, my AI journey.”
SAI (Super Artificial Intelligence) is a modular AI assistant being built inside the terminal, by Øbito (Tobi). It starts small — a GitHub automation helper script inside Termux — but it's designed to evolve into a living system that thinks, tracks, responds, and assists like a real AI partner.
SAI is not just a shell script. It’s a full-scale system that will grow across multiple layers:
- GitHub push automation
- Project tracking
- README awareness
- CLI interaction with personality
- Tracks learning goals and progress
- Analyzes coding habits
- Guides next steps in your dev journey
- Remembers context
- Understands user patterns and moods
- Behaves like a companion, not just a tool
- Lightweight voice/vision interaction
- Terminal AI with real-world input/output
SAI is my personal OS-level AI assistant.
It’s built for:
- Lightweight terminal-based development
- Evolving memory and behavior
- Reflecting my journey in building AI, not just using it
SAI/
├── README.md
├── cli/ # CLI interface and command handlers
│ └── sai.sh # Main bash interface
├── modules/ # Submodules like GitHub auto-push, trackers, etc
│ └── github_auto_push/
│ └── push.sh
├── docs/ # Architecture, plans, design notes
├── data/ # Log files, queues, tracker files
└── termux-sai/ # Imported Termux implementation (optional symlink)| Phase | Focus |
|---|---|
| 1️⃣ Start a public GitHub repo | Build project history from Day 1 |
| 2️⃣ Push prototypes & bash scripts | Automate GitHub pushing and project tracking |
| 3️⃣ Build modular CLI layers | Split logic into reusable AI-like modules |
| 4️⃣ Add memory, behavior, and AI | Turn scripts into a companion system |
| 5️⃣ Integrate voice/vision | True assistant potential unlocked |
# Clone your SAI repo
git clone https://github.com/saiprabhath07/SAI.git
cd SAI
SAI is not just a project. It's a living concept. A space for AI, automation, and your own thinking to evolve. It will become smarter, more capable, and more you with every commit.
"Every command I write is a thought. Every module is a mind fragment."