@mmmbuto/codex-cli-termux 0.58.1-termux → 0.58.3-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 +31 -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.
|
|
@@ -55,6 +66,9 @@ npm --version # v6+
|
|
|
55
66
|
|
|
56
67
|
## 📦 Installation
|
|
57
68
|
|
|
69
|
+
> [!WARNING]
|
|
70
|
+
> **Deprecated versions:** Versions prior to v0.57.0-termux are no longer maintained. Please upgrade to the latest release.
|
|
71
|
+
|
|
58
72
|
### Via npm (Recommended)
|
|
59
73
|
|
|
60
74
|
```bash
|
|
@@ -103,6 +117,23 @@ See [BUILDING.md](./BUILDING.md) for compilation instructions.
|
|
|
103
117
|
|
|
104
118
|
---
|
|
105
119
|
|
|
120
|
+
## 🔧 Project Maintenance
|
|
121
|
+
|
|
122
|
+
**Codex-Termux** is a community-maintained port enabling AI-powered coding on Android Termux.
|
|
123
|
+
|
|
124
|
+
**Maintenance activities:**
|
|
125
|
+
- 🔨 **ARM64 compilation** - Building native binaries for each upstream release (~18min per build)
|
|
126
|
+
- 🔄 **Upstream synchronization** - Tracking OpenAI Codex updates and merging changes
|
|
127
|
+
- 🐛 **Compatibility patches** - Maintaining Android-specific fixes for Termux environment
|
|
128
|
+
- 📱 **Device testing** - Verification on real ARM64 hardware (Pixel 9 Pro, other devices)
|
|
129
|
+
- 📚 **Documentation & support** - Maintaining docs, responding to GitHub issues
|
|
130
|
+
|
|
131
|
+
**Time investment:** Approximately 20 hours per month for project upkeep.
|
|
132
|
+
|
|
133
|
+
**Thank you** to all users who have reported issues, provided feedback, and helped improve this project. Your contributions make Codex accessible on mobile platforms.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
106
137
|
## 📝 License
|
|
107
138
|
|
|
108
139
|
This project maintains full compliance with the Apache 2.0 license from OpenAI Codex.
|
package/package.json
CHANGED