TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Open-Source Alternatives to Google Location History?

14 pointsby simonmysun6 months ago
I&#x27;ve been using Google Timeline (Location History) for years to remind me of what I have been doing on a specific day. However, Google will no longer store data in its cloud (https:&#x2F;&#x2F;www.techradar.com&#x2F;phones&#x2F;google-maps-will-soon-delete-your-location-history-unless-you-tell-it-not-to ). This brings me troubles because I really don&#x27;t like to operate the cell phone when I have a much more powerful PC at hand.<p>I would like to ask for advises for open source self hosted alternatives that collect location data quietly in background. Here are what I&#x27;ve found:<p><pre><code> https:&#x2F;&#x2F;github.com&#x2F;traccar&#x2F;traccar (server, client) https:&#x2F;&#x2F;github.com&#x2F;mendhak&#x2F;gpslogger (client) https:&#x2F;&#x2F;github.com&#x2F;home-assistant (server, has location tracking integration) https:&#x2F;&#x2F;github.com&#x2F;owntracks (server, client) https:&#x2F;&#x2F;github.com&#x2F;Freika&#x2F;dawarich (server) https:&#x2F;&#x2F;github.com&#x2F;aaronpk&#x2F;Overland-iOS (iOS client) https:&#x2F;&#x2F;github.com&#x2F;OpenHumans&#x2F;overland_android (Android client, inactive) https:&#x2F;&#x2F;github.com&#x2F;aaronpk&#x2F;Compass (server) https:&#x2F;&#x2F;github.com&#x2F;julien-nc&#x2F;phonetrack (web client, use Nextcloud as server) </code></pre> Any recommendations or tips?<p>Thanks!

3 comments

sathyabhat6 months ago
I’ve been using owntracks for a while now, and while it is pretty decent in terms of accuracy of data collection, it unfortunately lacks in the nice things that make Google Location History so good: automatic clustering, grouping, search, classification of trips and travel methods.<p>The initial setup is slightly annoying as well. Here’s a small write up from me: <a href="https:&#x2F;&#x2F;sathyasays.com&#x2F;2024&#x2F;07&#x2F;13&#x2F;self-hosting-owntracks-google-maps-timeline-alternative&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sathyasays.com&#x2F;2024&#x2F;07&#x2F;13&#x2F;self-hosting-owntracks-goo...</a>
评论 #42212581 未加载
runjake6 months ago
It doesn&#x27;t meet your needs, but I have something kind of like this for my iPhone.<p>I wrote a Shortcuts Automation that triggers when CarPlay <i>disconnects</i>. It then grabs the current date and time, the current latitude and longitude, the street address and an Apple Maps link and appends it to a &quot;Location Log&quot; note in the Notes app. I could&#x27;ve dumped it to a file instead, but I wanted it in a note.<p>It requires zero interaction from me.
评论 #42212444 未加载
whatarethembits6 months ago
Interested in something similar. Would love to keep a log of locations, especially when travelling, but don’t want Google to be tracking this. A local solution would be awesome.