BUILD LOG
260401: v1.3.13
260407: v1.3.[14-17]
260408: v1.4.0
260413: v1.4.[1-3]
260420: v1.4.[4-17] v1.14.[17-19]
260426: v1.14.20
Lasted: v1.14.20
Version Selection Guide
This repository provides prebuilt packages from a unified build system, often covering multiple upstream versions in a single release batch.
-
For most users:
Simply choose the latest release. It is generally the most up-to-date and works as a rolling snapshot of upstream. -
If you prefer stability:
Look for releases labeled LTS or similar. These are built with fewer changes and are intended to be more conservative.
For Advanced / Power Users
If you prefer more control or want faster updates than the release cycle:
- It is recommended to clone this repository locally
- Then build packages yourself, similar to how you would use AUR:
git clone <repo>
cd opencode-termux
# build using provided scripts / PKGBUILD-like workflowThis approach allows you to:
- Track upstream changes immediately
- Apply your own patches
- Avoid waiting for batch releases
Notes
This repository acts as a distribution/build layer, not the primary source of change logs.
For detailed upstream changes, please refer to the original upstream project releases.