BUILD LOG
260318: v1.2.[22-27]
260327: v1.3.[0-3]
260401: v1.3.[4-13]
Lasted: v1.3.13
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. -
If you see multiple versions in one release (e.g.
[22–27]):
You can usually pick the highest version number unless you have a specific reason to stay on an older one.
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.