|
1 | | -# Oracle_OS: The Android System Intelligence (ASI) operator manual |
| 1 | +# Oracle_OS: On-Device AI Companion for Android |
2 | 2 |
|
3 | | -**Stop buying new AI. Start coordinating the ones you have.** |
| 3 | +**A local Gemma 3n model that lives on your phone. Sees images, hears audio, uses tools, keeps a diary. No cloud, no subscription, no data leaving your device.** |
| 4 | + |
| 5 | +**[Download Latest APK](https://github.com/vNeeL-code/ASI/releases/latest)** |
4 | 6 |
|
5 | 7 | [](https://youtu.be/jB62dlLavSY?si=TMZG86o1KkjuBXtw) |
6 | 8 | --- |
@@ -28,7 +30,7 @@ Imagine asking: **"Which contact in your phone is the best?"** |
28 | 30 | * **✦ Gemini:** The OS Operator. (Controls your Android phone, screen, and Google ecosystem). |
29 | 31 | * **🐋 DeepSeek:** The Logician. (Solves math, writes code, can run offline). |
30 | 32 | * **✴️ Claude:** The Writer. (Analyzes documents, writes reports, handles safety, writes code). |
31 | | -* **☄️ Grok:** The News Anchor. (Scans X/Twitter for real-time events). |
| 33 | +* **🔲 Grok:** The News Anchor. (Scans X/Twitter for real-time events). |
32 | 34 |
|
33 | 35 | Stop looking for "The One True AI." It doesn't exist. |
34 | 36 | **The "Best AI" is a team.** |
@@ -59,10 +61,8 @@ Every user eventually hits a wall. You have two choices: |
59 | 61 | 3. You use **Timestamps** to index your memory across all platforms. |
60 | 62 | 4. **Result:** You pay **$0/month**. You own your data. You switch agents instantly. |
61 | 63 | --- |
62 | | -- **Oracle_OS isn't an app you install.** |
63 | | -It is a MCP **Configuration Setup** that teaches your agents how to operate with device context amongst other agents like a switchboard. |
64 | | -Such horizontal data scaling allows agents to utilise strengths and tools of other agents including features that are not uniform. |
65 | | -(eg. Claude didn't do online verification and relied on training? Ask Grok and it will pull 100+ citations for Claude to use) |
| 64 | +- **Oracle_OS is two things:** An Android app running Gemma 3n locally on your device (see Section 6), and a coordination protocol that teaches your cloud agents how to operate as a team with device context. |
| 65 | +The app handles on-device intelligence. The protocol handles cloud agent orchestration. Together they give you sovereign AI that works offline and scales online. |
66 | 66 | --- |
67 | 67 |
|
68 | 68 | ## 4. The Architecture: Garage vs. Car |
@@ -152,6 +152,8 @@ You don't need to know Python. You just need to copy-paste between the AI agents |
152 | 152 | 2. **Set up Keyboard Shortcuts:** [Operator.md](./Operator.md). (This maps repeated agent names to the keyboard buttons). |
153 | 153 | 3. **Configure Widgets:** Create your "Dashboard" (Battery, Calendar, Notes) so you can screenshot it for context. |
154 | 154 | 4. **(Optional) Install Termux:** For the offline layer on mobile and advanced experimentation with offline models, Gemini CLI and Claude code etc. |
| 155 | +5. **Download Google AI Edge Gallery:** A more user friendly way for an offline backup via google sandbox where you can benchmark models on your device. |
| 156 | +6. **(optional) UI customisation software:** Software like one hand operations, and other android custom UI tools to make the device even more compatible with your workflows, enabling smoother transitions, device navigation and context handoffs |
155 | 157 |
|
156 | 158 | **Total Cost:** $0.00. |
157 | 159 | **Hardware Required:** Any Android Phone (Android 9+). |
|
0 commit comments