Skip to content

Android Open Source API compatibility

License

Notifications You must be signed in to change notification settings

jonathanklee/Sapio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d33df55 · Mar 1, 2026

History

435 Commits
Feb 28, 2026
Feb 28, 2026
Feb 28, 2026
Feb 11, 2026
Jul 1, 2022
Jul 18, 2022
Dec 10, 2023
Dec 10, 2023
Mar 1, 2026
Oct 30, 2025
Oct 30, 2025
Jul 24, 2023
Sep 30, 2023
May 13, 2022
May 13, 2022
May 20, 2022

Repository files navigation

Sapio

Sapio is the anagram of Open Source API.

Sapio provides the compatibility of an Android application running on a device without Google Play Services (i.e. deGoogled bare Android Open Source Project (AOSP) devices, coupled or not with microG).

Sapio can serve as a lobbying tool by sharing compatibility on social media to raise awareness among app developers about respecting users' personal data.

Evaluations in Sapio are given to the community by the community.

Get it on F-Droid Get it on GitHub

    

Rating

🟢 The app works perfectly without Google Play Services

🟡 The app works partially: at least one feature (notifications, in-app purchases, login methods etc) does not work without Google Play Services

🔴 The app does not work at all or crashes without Google Play Services

bareAOSP The device is a bare AOSP device

microG The device has microG installed

secure The device is considered secured

risky The device is considered risky

🔨 Build

Get the sources

git clone git@github.com:jonathanklee/Sapio.git

Build Sapio

cd Sapio
./gradlew assembleDebug

📱 Install

adb install ./app/build/outputs/apk/debug/app-debug.apk

🌍 Public API

Base url

https://server.sapio.ovh/api

Endpoints

List evaluations

curl -X GET "https://server.sapio.ovh/api/sapio-applications?pagination\[pageSize\]=100&sort=updatedAt:Desc"

Search evaluations

curl -X GET "https://server.sapio.ovh/api/sapio-applications?filters\[name\]\[\$eq\]=ChatGPT"

Get icons

curl -X GET "https://server.sapio.ovh/api/upload/files?filters\[name\]\[\$eq\]=com.openai.chatgpt.png"

☕ Coffee

If you want to offer me a coffee for the maintenance of the server part:

Buy Me a Coffee at ko-fi.com

👏 Credits

Brain icons created by Freepik - Flaticon

Search icons created by Smashicons - Flaticon