FindMe v0.1.0 — Initial Release
Self-hosted, privacy-first location sharing for families and teams.
Highlights
- Real-time location tracking with live map (SSE)
- People sharing with invite system
- Geofencing with push and email alerts
- Location history with GPX/CSV export
- Offline mode with local caching
- Passkey (WebAuthn) authentication
- QR code mobile pairing
- Admin panel with SMTP settings
- Dark mode
- Multi-arch Docker image (amd64/arm64)
Downloads
- FindMe-v0.1.0.apk — Install directly on Android
- FindMe-v0.1.0.aab — For Google Play Store submission
- Docker:
docker pull ghcr.io/bjoernch/findme:0.1.0
Quick Start (Server)
mkdir findme && cd findme
curl -O https://raw.githubusercontent.com/bjoernch/FindMe/main/findme/docker-compose.yml
docker compose up -d