Releases: Mohithash/privacy-kit-lite
Release list
Privacy Kit Lite v0.4.0
Changes
- Removed profile modes.
- Removed per-launch and daily random identifier modes.
- Kept identifier choices focused on real, static generated-once, and custom values.
- Updated profile export and hook behavior for the simplified Lite scope.
APK signing
The attached GitHub APK is signed with Android's standard debug signing configuration so it can be installed directly for testing. It is not signed with a private production release key.
F-Droid should build from the tagged source and sign independently.
SHA-256: C5BABA5EF29908CFC5569A61127A912B51516EE11BD32A5426DD225A9A64251A
Privacy Kit Lite v0.3.0
Privacy Kit Lite v0.3.0 rebuilds the public Lite app on the full Privacy Kit profile-first UI/architecture and branding while keeping a conservative local-only hook set.\n\nKept hooks: Android ID / SSAID, Advertising ID, build/device identity, Wi-Fi identifiers, and telephony identity basics. Custom Hooks live under Developer Settings only.\n\nThis APK is installable and debug-signed with the standard Android debug certificate; no private production signing key is included.\n\nSHA-256: E31D3E15B59C90301F16E2255DEC8EC91719BFFF51ECBBB645B95C3B7317399E
Privacy Kit Lite v0.2.0
Supersedes v0.1.0. This is the first usable Privacy Kit Lite build with app profiles instead of the earlier minimal one-app shell.
Added in v0.2.0:
- Reusable local app profiles with create, rename, duplicate, delete, enable/disable, regenerate, and edit flows.
- Local-only app assignment UI so installed apps can be assigned to a profile, moved between profiles, removed, toggled, and scoped through LSPosed.
- Basic spoof data controls for Android/device IDs, model/manufacturer/brand/build fields, Wi-Fi SSID/BSSID/MAC, Bluetooth MAC, MediaDrm ID, and telephony basics supported by the Lite hooks.
- LSPosed RemotePreferences export now routes enabled app assignments to the selected profile values used by the hooks.
- Legacy v0.1.0 local profile data is migrated into reusable profiles plus app assignments.
- Persistence/export unit coverage for profile state, migration, assignment routing, and disabled profile/assignment behavior.
Still intentionally excluded from Lite:
- No Internet permission.
- No analytics, ads, Firebase, Play Services runtime dependency, telemetry, update checks, browser, AI/Gemini, account system, premium/license flow, backend, or proprietary release-only logic.
Signing caveat:
- The GitHub APK asset is signed with Android's standard debug signing certificate so it is directly installable for testing from GitHub.
- This is not a private production signing key and should not be treated as a publisher authenticity guarantee.
- F-Droid or any downstream source build should sign with its own key.
Install note:
- Enable the module in LSPosed, assign target apps inside Privacy Kit Lite, approve or manually add LSPosed scope, then restart the target app process.
Privacy Kit Lite v0.1.0
Privacy Kit Lite is a stripped-down open-source LSPosed/Xposed module.
Package: com.sal.privacykit.lite.
Provides local profile-based spoofing basics.
No Internet permission, analytics, Firebase/Play Services, browser, AI, premium licensing, or backend.
Install: install APK, enable module in LSPosed, select target app scopes in Privacy Kit Lite/LSPosed, then reboot or force-stop target apps.
Unsigned release artifact: this APK is unsigned because the Lite repo has no release signing config. Users must sign/install accordingly.