Description
Share live location and presence with the people you trust, your family, your friends, the people on your road trip. No accounts. No servers. No subscriptions.
Your circle's location data lives only on the devices you pair. PearCircle has no central server, no analytics, no telemetry, and never sees a single thing about you or your circle.
KEY FEATURES
- Private circles: create a circle, invite people via a link or QR code, share live location directly with them
- Multiple circles: one identity, many circles such as family, friends, or partners on a trip; switch between them or see everyone at once
- Places and geofences: long-press the map to drop a Place; everyone in that circle gets a notification when someone arrives or leaves
- Trips: your motion timeline records each drive or walk; opt in per-circle to let members see each other's trips on the map
- Motion at a glance: pins surface walking, driving, flying, or stationary state, with battery and last-seen time
- Sharing pause: one tap silences your location for the rest of the day; peers see "Sharing paused" instead of stale dots
- Offline map tiles: tiles you've viewed stay cached so the map keeps working without a network connection; download an area in advance for trips into dead zones
- No accounts: your identity is a cryptographic key pair generated on your device
- No data collection: PeerLoom, Apple, and no third party ever sees your location data
HOW IT WORKS
PearCircle uses peer-to-peer technology powered by Hypercore Protocol. When devices in the same circle are online at the same time, they find each other using a distributed hash table, the same kind of technology that powers BitTorrent. Once connected, they sync directly, device to device, with no middleman.
All sync traffic is encrypted in transit. Each location update, place change, and trip is cryptographically signed by the writing device, so circle members only apply updates they can verify came from a paired member.
Place transitions such as "arrived at Home" or "left School" are computed locally on each device. When you cross a geofence, your device writes a signed transition that replicates to peers, and their devices fire the local notification. No server involved.
PRIVACY
- No accounts or sign-up required
- No analytics, tracking, or telemetry
- No third-party SDKs
- All sync traffic is end-to-end encrypted
- Location data stays on the devices in your circles, never uploaded anywhere
- Map tiles come from a public tile provider as stateless tile-coordinate requests; they don't identify you or your circle
- Trip history is local-only by default; per-circle sharing is opt-in
PERMISSIONS
PearCircle asks for location permission on first launch and explains why each step is needed. "Always" lets the foreground worklet keep sharing while the app is in the background. "While Using the App" works only when PearCircle is foregrounded.
If you previously declined, an in-app banner offers a direct link to your iOS Settings.
LIMITATIONS
- Both devices in a circle must be online at the same time to sync in real time. Changes made offline replicate the next time devices can reach each other.
Open source. No vendor lock-in. Built by PeerLoom.
Nouveautés (v1.0.9)
## What's Changed
### Improvements
- shed dead connections fast so replication recovers while moving
- proximity-rank the OS region slots by distance
- persist classification to recover crossings after suspend/force-quit