{"id":27994187,"url":"https://github.com/adivenxnataly/neon-termux","last_synced_at":"2025-10-11T00:39:00.717Z","repository":{"id":287797867,"uuid":"965820188","full_name":"adivenxnataly/Neon-Termux","owner":"adivenxnataly","description":"advanced android bundler installer for Termux with adb/root.","archived":false,"fork":false,"pushed_at":"2025-04-14T01:12:50.000Z","size":699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T19:08:38.010Z","etag":null,"topics":["android-bundle","installer","package","termux-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adivenxnataly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-14T00:44:23.000Z","updated_at":"2025-04-14T16:09:23.000Z","dependencies_parsed_at":"2025-04-14T01:41:53.092Z","dependency_job_id":null,"html_url":"https://github.com/adivenxnataly/Neon-Termux","commit_stats":null,"previous_names":["adivenxnataly/neon-termux"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adivenxnataly%2FNeon-Termux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adivenxnataly%2FNeon-Termux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adivenxnataly%2FNeon-Termux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adivenxnataly%2FNeon-Termux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adivenxnataly","download_url":"https://codeload.github.com/adivenxnataly/Neon-Termux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253133125,"owners_count":21859112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-bundle","installer","package","termux-tools"],"created_at":"2025-05-08T19:08:45.825Z","updated_at":"2025-10-11T00:38:55.678Z","avatar_url":"https://github.com/adivenxnataly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Neon Termux Installer\n![Neon](https://github.com/adivenxnataly/Neon-termux/blob/main/files/neon-termux_banner.png)\n**Neon** is a Advanced Bundler Installer for Termux, Install XAPK/APKM packages with root or ADB.\n\n#### Requirements\n- Android device with **Termux installed**\n- **Root** or **ADB** access: if you dont have root and haven't connected termux to ADB? click [here](https://gist.github.com/kairusds/1d4e32d3cf0d6ca44dc126c1a383a48d) for instructions\n\n#### Installation\n```shell\napt update -y \u0026\u0026 apt upgrade -y\napt install wget -y\nwget https://github.com/adivenxnataly/Neon-Termux/releases/download/1.0.0/neon-termux.deb\napt install ~/neon-termux.deb\n```\n\n#### Usage\n```yaml\nNeon - Advanced Bundle Installer for Termux v1.0.0 @adivenxnataly 2025,\nInstall XAPK/APKM packages with root or ADB.\n\nusage: neon [options] \u003cpackage\u003e\n\nrequired arguments:\n  package             : Path to XAPK/APKM file\n\noptional options:\n  -h, --help          : Show this help message and exit\n  -v, --version       : Show version information\n  -q, --quiet         : Suppress output messages\n  -n, --no-clean      : Keep extracted files after installation\n\nflags options:\n  -d                  : Allow version code downgrade\n  -t                  : Allow test packages installation\n  -r                  : Replace existing application\n  -i                  : Specify installer package name\n\nadvanced options:\n  --install-options   : Custom installation options (based on `pm install` arguments)\n  --adb-port \u003cport\u003e   : ADB server port (default: 5555)\n```\n#### Advanced options: argument usage\n##### Install Options\n```shell\nneon --install-option=\"--bypass-verification --bypass-low-target-sdk-block\" /path/to/bundle.xapk\n```\n\u003e[!NOTE]\n\u003e Using `--install-option` allows you to use flags according to the SDK version, where each SDK has different flag rules, such as `-t` for testing, but on Android 13 (SDK 33) the use of flags to `--test-only` is a recognized flag. like the above flag `--bypass-low-target-sdk` is not be available on Android 12 (SDK 31).\n\n##### ADB Port\nby default the port will use `55555` which will not connect automatically even if **Wireless Debugging** is on (but not connected to termux yet), so I added an option to do: `adb connect ip-address:port` directly together with the command just by entering a valid port, which you can see in: \u003cbr\u003e\n\u003e Developer Options -\u003e Wireless Debugging -\u003e IP Address \u0026 Port\n![adb-port](https://github.com/adivenxnataly/Neon-termux/blob/main/files/adb-port.jpg)\n```shell\nneon --adb-port 45817 /path/to/bundle.apkm\n```\nthis will make it automatically connect to adb, and run the installation directly.\n\n**ADB Port \u0026 Flags**\n```shell\nneon --adb-port 45817 -d -t /path/to/bundle.xapk\n```\n\n**ADB Port \u0026 Install Options**\n```shell\nneon --adb-port 45817 --install-option=\"--bypass-low-target-sdk-block --test-only\" /path/to/bundle.apkm\n```\n\n#### Credit\n[adivenxnataly](https://github.com/adivenxnataly) - this is my own project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadivenxnataly%2Fneon-termux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadivenxnataly%2Fneon-termux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadivenxnataly%2Fneon-termux/lists"}