@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.
Files changed (2) hide show
  1. package/README.md +31 -0
  2. 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
+ [![npm](https://img.shields.io/npm/v/@mmmbuto/codex-cli-termux?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mmmbuto/codex-cli-termux)
6
+ [![downloads](https://img.shields.io/npm/dt/@mmmbuto/codex-cli-termux?style=flat-square)](https://www.npmjs.com/package/@mmmbuto/codex-cli-termux)
7
+ [![ko-fi](https://img.shields.io/badge/☕_Support-Ko--fi-FF5E5B?style=flat-square&logo=ko-fi)](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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/codex-cli-termux",
3
- "version": "0.58.1-termux",
3
+ "version": "0.58.3-termux",
4
4
  "description": "OpenAI Codex CLI v0.58.0 with GPT-5.1 support, pre-compiled for Android Termux (ARM64)",
5
5
  "type": "module",
6
6
  "main": "bin/codex.js",