I don't have a Mac anymore, for now I can't maintain this project. If I get a Mac and Airtags one day, I will do a complete rewrite with a Android/Windows/Linux/ChromeOS client.
Feel free to open a PR if you have some fixes/improvements.
With this project, you can see the airtags location on a simple web-app from any device. The idea of this project is to learn how Airtags location are stored and how to use them, it has been made for educational purposes.
localhost
" with the local ip address of your Mac in front_airtags/src/config.json
(or the external IP address if you want to open it outside of your network) npm install
in both back and front foldernpm start
in back then front folderlocalhost:3000
on your browser and check if it's workingIf you want to access it from the external network, do a wireguard server (or open the port 3000, but I do not recommend it)