Build your own private map of every place you have ever been
GitHub RepoImpressions634

Build your own private map of every place you have ever been

@githubprojectsPost Author

Project Description

View on GitHub

Build Your Own Private Map of Everywhere You've Been

Remember that amazing hole-in-the-wall restaurant you found in Lisbon five years ago? Or the quiet park bench where you had your best idea? Our lives are tied to places, but our memories of them fade, and trusting our location history to big tech companies comes with privacy trade-offs. What if you could keep a detailed, personal map that you fully own and control?

That's the idea behind Wanderer. It's an open-source, self-hosted platform that quietly logs your location (with your explicit permission, of course) and builds a private, browsable map of your travels over time. No data leaves your server, no ads, no selling your location patterns—just your personal geography, stored for you.

What It Does

Wanderer is a suite of tools that work together to create a private location history. At its core, it consists of a mobile app that collects your GPS coordinates and a web application that visualizes that data on a map. You install the server component on a machine you control (like a Raspberry Pi at home or a VPS), point the mobile app to it, and it starts securely sending your location points. The web interface then lets you scroll through a timeline and see your personal "wander lines" across the map.

Why It's Cool

The cool factor here is all about ownership and intentionality. This isn't another app gamifying check-ins or broadcasting your location. It's a personal log.

  • Privacy-First by Design: Everything is self-hosted. Your location data never touches the developer's servers. You can even run it on a local network with no internet connection if you want.
  • It's a Time Machine for Location: The web interface isn't just a static map. You can scrub through a timeline, watching your path animate day by day or month by month. It turns raw GPS points into a story.
  • Built for Developers: The project is open-source and modular. You can extend it, tweak the visualization, or integrate the data into other personal analytics projects. The data is yours to use however you like.
  • Low-Energy Background Tracking: The mobile app is designed to be efficient, using adaptive location tracking to balance detail with battery life.

How to Try It

The quickest way to get a feel for Wanderer is to check out the demo. The project maintainers often have a live instance running (check the repository's README for the current link).

To run your own, you'll need a server. The project provides a Docker setup, which is the easiest path.

  1. Head over to the Wanderer GitHub repository.
  2. The README has detailed setup instructions. You'll need docker-compose installed.
  3. Clone the repo, configure a few environment variables (like a secret key), and run docker-compose up.
  4. Once the server is running, you can build the mobile app from source (instructions are in the repo) or download a pre-release if available, and point it to your server's address.

Final Thoughts

As developers, we often build tools for others. Wanderer feels like a tool built for us—for anyone who values data autonomy and has a bit of nostalgia for their own journey. It's a practical project that solves a real desire for a private life-log, and its open-source nature makes it a great codebase to explore if you're curious about location data, mapping, or self-hosted services. It might not have the polish of a commercial app, but it gives you something they can't: complete ownership of your own trail.


@githubprojects

Back to Projects
Project ID: ed3cb4f0-2d7d-41d7-be4e-6eebbaf14652Last updated: January 30, 2026 at 07:33 AM