Find My Device 服务以及围绕Find My Device 体系构建的AirTag等硬件及应用是Apple生态最牛的服务之一。虽然Google 也推出了 Find My Device ,但由于Android生态的割裂,影响力相比Apple Find My 服务差得太多。
但由于Apple生态的封闭性,Android、Windows、Linux用户很难享受Find My Device服务。
市场也有一些项目致力于让非Apple生态用户也能使用Apple Find My Device的服务,汇总一下此类项目和产品。
AirTag替代产品
Tile:https://www.tile.com APP提供iOS/Android,支持 Apple Find My, Google Find My
Chipolo:https://chipolo.net APP提供iOS/Android,支持 Apple Find My, Google Find My
Pebblebee:https://pebblebee.com/ APP提供iOS/Android,支持 Apple Find My, Google Find My
Cube:https://cubetracker.com/ APP提供iOS/Android,只支持Cube network
整体看来,这几个产品,Tile的口碑最好,Chipolo、Pebblebee其次。
三星、小米等手机厂商都有自己的对应产品。
淘宝/Aliexpress/1688上有一堆杂牌的Airtag兼容的产品
Android手机使用 Apple Find My Device
使用iCloud网页版:https://icloud.com/find
Find My Device开源工具
OpenHaystack
https://github.com/seemoo-lab/openhaystack
Apple Find My Device 的开源版,目前已停止开发。也是众多开源Find My服务的基础。
Macless-Haystack
https://github.com/dchristl/macless-haystack
无须真实Mac设备或虚拟机的情况下,实现自定义FindMy网络的轻松部署和使用。基于OpenHaystack
FindMy.py
https://github.com/malmeloo/FindMy.py
https://news.ycombinator.com/item?id=42479233
查询 Apple Find My 网络的Python脚本
基于此脚本的2个应用:
https://github.com/hajekj/OfflineFindRecovery
https://github.com/airy10/SwiftFindMy
可以直接使用OfflineFindRecovery ,有详细的使用说明。
OfflineFindRecovery的开发者的文章很值得一读:
https://hajekj.net/2024/02/26/searching-for-a-lost-macbook/
go-haystack
https://github.com/hybridgroup/go-haystack
https://news.ycombinator.com/item?id=42665367
通过 Apple“Find My”网络跟踪个人蓝牙设备。无需苹果硬件!基于 OpenHaystack 和 Macless-Haystack
FindMy – Home Assistant integration
https://github.com/malmeloo/hass-FindMy
FindMy与Home Assistan集成项目
FakeTag
https://github.com/dakhnod/FakeTag
nRF51芯片固件
A 10-Year Battery for AirTag (elevationlab.com)
https://www.elevationlab.com/blogs/news/introducing-timecapsule
https://news.ycombinator.com/item?id=42453207
更新日志
2025/01/12 新增 go-haystack
2024/12/23 创建