@mmmbuto/codex-cli-termux 0.58.1-termux → 0.58.2-termux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
> **Pre-compiled OpenAI Codex for Android Termux (ARM64)**
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/@mmmbuto/codex-cli-termux)
|
|
6
|
+
[](https://www.npmjs.com/package/@mmmbuto/codex-cli-termux)
|
|
7
|
+
[](https://ko-fi.com/dionanos)
|
|
8
|
+
|
|
9
|
+
> [!TIP]
|
|
10
|
+
> **Enjoying Codex on mobile?** ☕
|
|
11
|
+
> This project requires ~20 hours/month for ARM64 compilation, upstream tracking, and compatibility patches.
|
|
12
|
+
> [Support development →](https://ko-fi.com/dionanos)
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
5
16
|
## What This Is
|
|
6
17
|
|
|
7
18
|
Official OpenAI Codex CLI compiled for Android Termux. Since Termux is not officially supported by upstream, we apply minimal patches only for critical compatibility issues.
|
|
@@ -71,6 +82,8 @@ codex login
|
|
|
71
82
|
# Opens browser for authentication
|
|
72
83
|
```
|
|
73
84
|
|
|
85
|
+
✨ **Working perfectly?** Consider [buying me a coffee](https://ko-fi.com/dionanos) to keep ARM64 builds alive!
|
|
86
|
+
|
|
74
87
|
**Links:**
|
|
75
88
|
- npm: https://www.npmjs.com/package/@mmmbuto/codex-cli-termux
|
|
76
89
|
- Releases: https://github.com/DioNanos/codex-termux/releases
|
|
@@ -103,6 +116,25 @@ See [BUILDING.md](./BUILDING.md) for compilation instructions.
|
|
|
103
116
|
|
|
104
117
|
---
|
|
105
118
|
|
|
119
|
+
## ☕ Support This Project
|
|
120
|
+
|
|
121
|
+
**Codex-Termux** enables AI-powered coding on Android - a unique capability in mobile development.
|
|
122
|
+
|
|
123
|
+
**What your support enables:**
|
|
124
|
+
- 🔨 **Monthly ARM64 builds** (~18min compilation per release)
|
|
125
|
+
- 🔄 **Upstream tracking** (62 commits merged in latest release)
|
|
126
|
+
- 🐛 **Termux compatibility patches** (3 critical Android fixes maintained)
|
|
127
|
+
- 📱 **Testing on real devices** (Pixel 9 Pro, other ARM64 phones)
|
|
128
|
+
- 📚 **Documentation & support** (GitHub issues, troubleshooting)
|
|
129
|
+
|
|
130
|
+
**Time investment:** ~20 hours/month for a single maintainer
|
|
131
|
+
|
|
132
|
+
👉 **https://ko-fi.com/dionanos**
|
|
133
|
+
|
|
134
|
+
Every coffee ☕ helps keep this project maintained and up-to-date with OpenAI's releases!
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
106
138
|
## 📝 License
|
|
107
139
|
|
|
108
140
|
This project maintains full compliance with the Apache 2.0 license from OpenAI Codex.
|
package/package.json
CHANGED