Related Projects#
FindMy.py is not the only project thatβs active in the Find My scene, nor is it the first. This page serves as a showcase of all the amazing projects that people are working on.
Projects are grouped by category and ordered by date of insertion. Projects with a snake emoji (π) prepended to their name are either using or based on FindMy.py. Want to add your own project to the list? Create an issue, PR or shoot me a message on Discord.
Research / Proof of Concepts#
OpenHaystack#
Author: seemo-lab
The original FindMy project that started it all. Seemo-lab originally used an Apple Mail plug-in to obtain the authentication tokens necessary to request device locations.
OpenHaystack also includes scripts and firmware to turn devices such as the Micro:Bit and generic Linux devices into DIY AirTags.
FindMy#
Author: biemster
After JJTech discovered how to obtain the authentication tokens without using a Mac, biemster published his βFindMyβ project. It was one of the first scripts that was able to query locations for DIY AirTags without needing access to a Mac.
Fun fact: FindMy.py originally started as an adoptation of biemsterβs FindMy, but refactored as a Python library. Since then, FindMy.py has deviated from biemsterβs project somewhat. FindMy.py solely focuses on querying device locations and has added support for local Bluetooth scanning and official AirTags, while biemsterβs FindMy mainly focuses on DIY tags, and includes firmware for some embedded devices to turn them into AirTags.
Location Tracking#
π hass-FindMy#
Author: malmeloo
Home Assistant integration made by the author of FindMy.py that allows you to track your devices as device tracker entities. FindMy.py is continuously updated to ensure compatibility with Home Assistantβs requirements and to minimize breakage due to dependency conflicts.
π OfflineFindRecovery#
Author: hajekj
Set of scripts meant to precisely locate a lost MacBook.
π homeassistant-FindMy#
Author: krmax44
Home Assistant integration to track your FindMy devices.
π OpenTagViewer#
Author: parawanderer
Android app that allows you to track your FindMy devices.
π Find My Dad#
Author: NickCrews
Geofencing application for AirTags using Google Sheets and SMS.
π FindMy-Dashboard#
Author: Philip2809
Web dashboard to view the location of your FindMy devices on a map.
π LockMyTag#
Author: pablobuenaposada
Geofencing for FindMy devices. Also includes a map to view device locations.
π AirTrack#
Author: franga2000
Basic web UI for AirTags and other MFI trackers.
Libraries#
π SwiftFindMy#
Author: Airy10
Swift port of FindMy.py