You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **They built an AI coding agent for the terminal.**
16
+
> **They built an AI coding agent for desktop.**
17
17
> **We put an entire Linux environment inside an Android app and ran it there.**
18
-
> **One APK. No root. Full Codex.**
18
+
> **One APK. No root. Full Codex App.**
19
19
20
20
<br />
21
21
@@ -37,11 +37,11 @@
37
37
38
38
## 🤯 What Is This?
39
39
40
-
OpenAI shipped [Codex CLI](https://github.com/openai/codex) — a terminal-based AI coding agent that can read, write, and execute code. **But it only runs on Linux and macOS.**
40
+
OpenAI shipped [Codex](https://github.com/openai/codex) — an AI coding agent that can read, write, and execute code. **But it only runs on Linux and macOS desktops.**
41
41
42
42
We said: *what if it ran on your phone?*
43
43
44
-
This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Codex CLI**, and a **Vue.js web interface** — all inside a single Android APK. No root required. No terminal knowledge needed. Open the app, authenticate with OpenAI, and start coding from your pocket.
44
+
This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Codex App**, and a **Vue.js web interface** — all inside a single Android APK. No root required. No terminal knowledge needed. Open the app, authenticate with OpenAI, and start coding from your pocket.
45
45
46
46
**Yes, that's a real Linux userland. Yes, that's the real Codex binary. Yes, it runs on your phone.** 🧠
47
47
@@ -58,7 +58,7 @@ This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Code
58
58
</td>
59
59
<tdalign="center"width="50%">
60
60
<br /><b>⚡ First Launch</b><br />
61
-
<sub>Extracts Termux bootstrap → installs Node.js via apt → deploys Codex CLI → downloads native binary → authenticates via OAuth → ready in ~2 minutes</sub>
61
+
<sub>Extracts Termux bootstrap → installs Node.js via apt → deploys Codex App → downloads native binary → authenticates via OAuth → ready in ~2 minutes</sub>
62
62
</td>
63
63
</tr>
64
64
</table>
@@ -71,7 +71,7 @@ This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Code
71
71
|| Use Case | Description |
72
72
|---|---|---|
73
73
| 💻 |**Code on the go**| Write, debug, and refactor code from your phone or tablet |
74
-
| 🤖 |**AI pair programming**| Full Codex agent with tool use, file I/O, and shell access |
74
+
| 🤖 |**AI pair programming**| Full Codex App agent with tool use, file I/O, and shell access |
75
75
| 📂 |**Manage projects**| Multiple threads, model selection, reasoning effort control |
76
76
| 🔓 |**Full access mode**|`danger-full-access` sandbox — no approval prompts, maximum speed |
77
77
| 🌐 |**OAuth login**| Browser-based OpenAI authentication, no manual API keys needed |
0 commit comments