A scalable, automated, phone-managed Termux repository.
Run this command in Termux to add this repository:
bash <(curl -fsSL https://SjnExe.github.io/RepoExe/install)- Automated Builds: Packages are built automatically via GitHub Actions.
- Parallel Architecture: Supports
aarch64andarmbuilds concurrently. - Web Storefront: Browse packages with a modern, dark-mode friendly interface.
- Scalable: Uses incremental indexing to support growing package lists without slow releases.
- Fork the repository.
- Create a new directory:
packages/<category>/<package_name>/. - Add
build.sh(standard Termux format) andnvchecker.toml(optional, for updates). - Submit a Pull Request.
See PLAN.md for architectural details and maintenance guides.
For forking and setup instructions, see docs/FORKING_GUIDE.md (if available).
- Rebuild Index: If the website listing desyncs, trigger the "Publish Repository" workflow with
rebuild_index: true. - Manual Build: Trigger "Build Packages" with
package_name="pkg1, pkg2"to force specific builds.