Apparently, this is the first Android App to allow you to view/track your
official Apple AirTags.
I made this because I couldn't find any app or webpage that lets me do this
This project is a relatively polished looking Android/Java UI-wrapper around the Python FindMy.py library, which is a derivative of the openhaystack project.
Warning
This project is not afilliated with Apple Inc. or Android/Google LLC in any capacity
Video Demo | Demo: ☀️ Light Mode | Demo: 🌑 Dark Mode |
---|---|---|
app_demo_smallw.mp4 |
![]() |
![]() |
(No, the location history in this demo isn't real)
- View current "live" location of your AirTags on Android
- Track & (automatically) save historical location history of your AirTags (a feature notably missing from the iOS FindMy apps!)
- UI customisation options
- An Android phone with the
OpenTagViewer
app installed - A (free) Apple Account with 2FA enabled to be via either
SMS
orTrusted Device
- One or more AirTags, which need to be already registered to some Apple account via the
FindMy
app - A Mac or a MacOS Virtual Machine (only needed once/initially)
See 📖 wiki for more details:
- Install the app and log in to your Apple Account
- Create an export
.zip
file by following this wiki guide - Import the
.zip
file in the app - Profit: you can now track your AirTags on your Android Phone indefinitely!
Contributions/MRs are more than welcome.
Plenty of things can be improved in this project as it was mostly a "hackathony" thing I tried to throw together ASAP and make presentable for layusers. Plenty of best practices haven't been followed, e.g. in the Testing & CI/CD setup.
I think it would be nice if the app could support the following features:
🔴 BLOCKED due to 🐛Bug
Locate Nearby AirTags using Low-Power Bluetooth & display the latest update in that case🔴 BLOCKED by 🙏Feature Request
"Ring"/"Make Noise" button🟡 Doable
Support showing unofficial "AirTags" created using openhaystack🟠 Doable with enough effort
Integrate with projects that query Google's/Samsung's network and also show these in the same UI:- See thread, thread and repo GoogleFindMyTools. TL;DR: I think this (these two?) are separate projects with their own repos.
🟢 Easy
If you'd like to contribute a Language or make corrections in my Translations, feel free to do that too- Current list of languages can be found back here, translation files can be found back at paths like
./app/src/main/res/values-en/strings.xml
(replacevalues-en
withvalues-<your locale>
)
- Current list of languages can be found back here, translation files can be found back at paths like
- UI Icons by Google
- Material theme 3 library + colours by Google
Do with it whatever you like, I don't really care :P