- Notifications
You must be signed in to change notification settings - Fork15
Remove the fear of Android app compatibility on de-Googled devices.
License
techlore/Plexus-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Remove the fear of Android app compatibility on de-Googled devices.
Android app forPlexus
Google Play Services are essential components on most Android devices. They allow you to access your Google account seamlessly and provide Google-specific features for apps that depend on them.
However, when you flash custom ROMs without Google Play Services or opt for alternatives likemicroG, certain apps may encounter issues — either not functioning at all or experiencing limitations in specific features.
Plexus provides detailed insights into app compatibility whether you’re using ROMs without Google Play Services (likeLineageOS) or ROMs with microG (such asCalyxOS). It helps you identify which apps work, don’t work or have limited features.
All the information is crowdsourced by the community, for the community.
- Visit theHelp page to familiarize yourself with the all the indicators in the app & know how to submit ratings.
- Visit theFAQs page for answers to common questions.
Reproducible builds are enabled, allowing you to install and upgrade the app from any of the following sources, interchangeably:
To verify the integrity of the.apk
/.aab
files, if downloaded from GitHub, perform the following steps:
Windows
- Open Powershell by searching for it in the
Start menu
OR by pressingWin + r
and typingpowershell
- Change directory to the downloaded pathExample:
cd "C:\path\to\downloaded\file"
cd "C:\Users\JohnDoe\Downloads"
- Compute the SHA-256 HashExample:
Get-FileHash -Algorithm SHA256 -Path "filename"
Get-FileHash -Algorithm SHA256 -Path "Plexus_v2.0.0.apk"
- The computed hash value should be exactly the same as the one provided in the
.sha256
file on GitHub.
Linux & macOS
- Open terminal
- Change directory to the downloaded pathExample:
cd /path/to/downloaded/file
cd /home/JohnDoe/Downloads/
- Compute the SHA-256 HashExample:
sha256sum filename
sha256sum Plexus_v2.0.0.apk
- The computed hash value should be exactly the same as the one provided in the
.sha256
file on GitHub.
All notable changes to this project will be documented in thechangelog.
Privacy policy is locatedhere.
If you find bugs or have suggestions, please report it to theissue tracker.
- Make sure you're on the latest version before reporting any issues.
- We encourage you to search for existing issues before opening a new one. Any duplicates will be closed.
Please read thecontributing guidelines before contributing.
New pull requests can be submittedhere.
- StellarSand for developing this app.
- parveshnarwal for helping previously with the initial implementation of json into this app.
- tomkonidas for developing the API & the Plexus website which helped in the development of this project.
- Henry for going forward with the project and designing/modifying some of the icons.
- Contributors for making this app better.
- Everyone who has and continues to contribute data to make this project better than ever.
This project is licensed under the terms ofGPL v3.0 license.
About
Remove the fear of Android app compatibility on de-Googled devices.