OpenSource-Hub
T

trip

1.4k stars·Privacy Protection·SHA-256 checksum verified

Self-hosted map tracker and trip planner with no tracking, ads, or telemetry. Deploy via Docker.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A self-hosted minimalist map and trip planner that respects your privacy.

Core Features

  • Mark and manage points of interest on interactive maps with filters
  • Plan multi-day trips with detailed itineraries and notes
  • Collaborate with travel companions in real time
  • Self-hosted for full data control and privacy
  • Supports OIDC authentication for secure access

What It Can't Do

  • No authentication by default – configure OIDC or use reverse proxy for security. Backup the ./storage folder regularly. Depends on online map tile services; not usable fully offline. Docker-only deployment.

Use Cases

  • Individual trip planning: save restaurants, attractions, accommodations
  • Group travel coordination: jointly edit itineraries
  • Geographic data collection: catalog and export points of interest

Detailed Introduction

TRIP (Tourism and Recreational Interest Points) is an open-source, self-hosted application that lets you plot and manage locations on interactive maps, plan multi-day trips with detailed itineraries, and share plans with travel companions. It emphasizes privacy with zero telemetry, tracking, or ads. Deploy easily via Docker, configure OIDC authentication, and keep your travel data under your control. The license has been changed from CC-BY-NC-4.0 to MIT for broader reuse.

Troubleshooting & FAQ (1)

Troubleshooting
Why are days missing when I create a trip with a date range?

This is a known bug in TRIP versions prior to 1.45.0. It occurs due to concurrent access to the SQLite database, resulting in a 'database is locked' error that interrupts day creation. Upgrade to TRIP version 1.45.0 or later to fix the issue. In the upgrade, the database locking mechanism was improved to handle concurrent operations correctly, ensuring all days in the selected date range are created without missing days. If upgrading is not immediately possible, try restarting the application and creating the trip again, but the permanent solution is the update.

GitHub Issue #257

Tags

travelmaptrip-plannerself-hostedopen-sourceprivacy

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker and Docker Compose on your server

4

Step 2: Clone the repo or download the docker-compose.yml file

5

Step 3: Run docker-compose up -d to start the service

Install Guide
  1. Step 1: Install Docker and Docker Compose on your server
  2. Step 2: Clone the repo or download the docker-compose.yml file
  3. Step 3: Run docker-compose up -d to start the service
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop containers with docker-compose down; delete the project folder. To remove data, delete the mounted storage directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 11:35:31
GitHub Repository

Having issues? Check the FAQ below

1 FAQ

Similar Projects