Introduction
NikGapps provides custom GApps packages tailored to individual needs, offering full configurability to install exactly the set of Google apps you want. Available in six variants, NikGapps is a unique GApps solution built from scratch to meet the needs of Android users.
Features
- Android Go Support: Ideal for low-end devices, ensuring smooth performance.
- Custom Architecture: Installs GApps in
/productand/system_extpartitions, with fallback to/systemif space is limited. - Full Control: Use
nikgapps.configfor installation preferences anddebloater.configto remove unwanted components. - Compatibility: Dirty flash support, and can be installed over ROMs with GApps (excluding Pixel-flavored ROMs).
- Addons: Includes useful addon packages, so you don't have to flash the entire GApps package for a single app.
- Addon.d Support: Custom addon.d script allows selective backup and restore of apps during dirty flashes.
- Battery Optimization: Optimize Google Play Services by turning off "Find My Device" (requires ROM support).
- Privileged Permissions: Ensures privileged apps get necessary permissions without disabling Privileged Permission Whitelisting.
Build NikGapps Yourself
Prerequisites
Ensure you have the following tools installed:
- Linux/MacOS:
sudo apt-get install -y --no-install-recommends python3 python3-pip aapt git git-lfs apktool - Windows: Python3, Git, and AAPT.
Steps
-
Configure git user name and email to make Git LFS to work
git config --global user.name "Example" git config --global user.email "example@example.com"
-
Set Up the Environment:
mkdir nikgapps cd nikgapps
-
Create a virtual environment
Use
pythonon Linux/MacOS andpython3on Windows (you can figure out which command works for you by runningpython --versionorpython3 --versionin cmd line)- On Linux/MacOS:
python3 -m venv myvenv source myvenv/bin/activate
- On Windows:
python -m venv myvenv myvenv\bin\activate
- On Linux/MacOS:
-
Install builder from pip
python3 -m pip install NikGapps
-
You can now build given gapps variant
nikgapps --androidVersion (Android Version) --packageList (gapps variant)Example:
nikgapps --androidVersion 13 --packageList basic
Your gapps package will be in Releases directory above nikgapps directory
Total Downloads
Release files for NikGapps 3.96
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nikgapps-3.96.tar.gz | 131.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nikgapps-3.96-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 287.9 kB
Release files / nikgapps-3.96.tar.gz
| Download URL | nikgapps-3.96.tar.gz |
|---|---|
| Size | 131.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
40a4a0199c92a341d62fb38c39350762a7b38600325a5b1553abc7a14f3aa744
|
|
BLAKE2b-256 checksum How to use checksums |
fcc22a458c09017381a0672917f5937f5c378f6e3f2a1cbce581155c98f0491c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / nikgapps-3.96-py3-none-any.whl
| Download URL | nikgapps-3.96-py3-none-any.whl |
|---|---|
| Size | 157.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
07c8cd35ea1d3ea4b201baa29889df272212b2fe1425fdf7fda819d3631fd87d
|
|
BLAKE2b-256 checksum How to use checksums |
5eb0e2ae5b306c3562635b32a3226705251ea87eed75ece425c3d255c711b30e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency log