Skip to content

Commit 34b3caa

Browse files
friunscursoragent
andcommitted
Rename to Codex App and output codexapp.apk
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 33280d6 commit 34b3caa

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/build-apk.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,28 @@ jobs:
5050
working-directory: android
5151
run: ./gradlew assembleDebug
5252

53+
- name: Rename APK
54+
run: cp android/app/build/outputs/apk/debug/app-debug.apk android/app/build/outputs/apk/debug/codexapp.apk
55+
5356
- name: Upload APK artifact
5457
uses: actions/upload-artifact@v4
5558
with:
56-
name: codex-mobile-debug
57-
path: android/app/build/outputs/apk/debug/app-debug.apk
59+
name: codexapp
60+
path: android/app/build/outputs/apk/debug/codexapp.apk
5861

5962
- name: Create Release
6063
if: github.ref == 'refs/heads/android'
6164
uses: softprops/action-gh-release@v2
6265
with:
6366
tag_name: v${{ github.run_number }}
64-
name: "Codex Mobile v${{ github.run_number }}"
67+
name: "Codex App v${{ github.run_number }}"
6568
body: |
66-
🔥 **Codex Mobile** — OpenAI Codex CLI on Android
69+
🔥 **Codex App** — OpenAI Codex on Android
6770
6871
📱 Install the APK on any ARM64 Android 7.0+ device.
6972
No root required.
7073
7174
Built from commit ${{ github.sha }}
72-
files: android/app/build/outputs/apk/debug/app-debug.apk
75+
files: android/app/build/outputs/apk/debug/codexapp.apk
7376
draft: false
7477
prerelease: false

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 🔥 Codex Mobile
44

5-
### 📱 OpenAI Codex CLI — In Your Pocket — On Android 📱
5+
### 📱 OpenAI Codex App — In Your Pocket — On Android 📱
66

77
[![Android](https://img.shields.io/badge/Android-24+-3DDC84?logo=android&logoColor=white&style=for-the-badge)](https://developer.android.com)
88
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1-7F52FF?logo=kotlin&logoColor=white&style=for-the-badge)](https://kotlinlang.org)
@@ -13,9 +13,9 @@
1313

1414
<br />
1515

16-
> **They built an AI coding agent for the terminal.**
16+
> **They built an AI coding agent for desktop.**
1717
> **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.**
1919
2020
<br />
2121

@@ -37,11 +37,11 @@
3737

3838
## 🤯 What Is This?
3939

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.**
4141

4242
We said: *what if it ran on your phone?*
4343

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.
4545

4646
**Yes, that's a real Linux userland. Yes, that's the real Codex binary. Yes, it runs on your phone.** 🧠
4747

@@ -58,7 +58,7 @@ This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Code
5858
</td>
5959
<td align="center" width="50%">
6060
<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>
6262
</td>
6363
</tr>
6464
</table>
@@ -71,7 +71,7 @@ This app bundles a **full Termux Linux environment**, **Node.js 21**, the **Code
7171
| | Use Case | Description |
7272
|---|---|---|
7373
| 💻 | **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 |
7575
| 📂 | **Manage projects** | Multiple threads, model selection, reasoning effort control |
7676
| 🔓 | **Full access mode** | `danger-full-access` sandbox — no approval prompts, maximum speed |
7777
| 🌐 | **OAuth login** | Browser-based OpenAI authentication, no manual API keys needed |
@@ -96,7 +96,7 @@ bash android/scripts/build-server-bundle.sh
9696

9797
# 🚀 Build APK
9898
cd android && ./gradlew assembleDebug
99-
# APK at: android/app/build/outputs/apk/debug/app-debug.apk ✈️
99+
# APK at: android/app/build/outputs/apk/debug/codexapp.apk ✈️
100100
```
101101

102102
Or grab the latest APK from [**Releases**](https://github.com/friuns2/codex-web-local/releases) 📥

0 commit comments

Comments
 (0)