Hauk
Open-source self-hosted real-time location sharing service
Hauk is an open-source, self-hosted service for sharing your location in real time. It provides a PHP backend that stores location data in memory and a web frontend; companion mobile clients (Android and community iOS clients) connect to your server to start temporary share sessions.
Key Features
- PHP-based backend designed to run on a standard PHP web server
- Uses Memcached or Redis for in-memory storage of live location data (no disk persistence by default)
- Generates temporary, randomly generated share links for real-time tracking sessions
- Companion mobile clients (official Android client; third-party/official iOS clients exist) to start and manage shares
- Official Docker image and docker-compose support for easy deployment; distribution packages available (e.g., Arch AUR)
- Optional LDAP authentication support and configurable session expiration and permissions
- Demo instance provided for quick testing (demo instances impose short retention limits)
Use Cases
- Temporarily share your live location with friends or family while en route
- Real-time location updates for meetups, deliveries, or small events without third-party tracking
- Privacy-focused short-term tracking where location data should not be stored long-term
Limitations and Considerations
- Requires a separate Memcached or Redis service and the corresponding PHP extension; location data is kept in memory and is lost on cache restart
- No built-in TLS termination in the backend; a reverse proxy (e.g., nginx) or external TLS termination is recommended for production deployments
- Demo/public instances are intentionally limited (short retention) and may route traffic through third-party CDNs for DDoS protection
- Companion app requirements vary; the Android client requires Android 6.0+ and store availability may vary by platform
Hauk is a lightweight option when you need ephemeral, self-hosted location sharing with minimal server footprint. It is optimized for privacy by avoiding disk storage and by giving operators control over hosting and retention.
Categories:
Tags:
Tech Stack:
Similar Services

Rocket.Chat
Self-hosted secure team chat with voice, video, and omnichannel
Rocket.Chat is an open-source communications platform for secure team messaging, channels, DMs, voice/video, integrations, and customer omnichannel support.


Novu
Open-source notifications infrastructure for inbox and multi-channel delivery
Novu is an open-source notifications platform with a unified API, workflow orchestration, and embeddable in-app inbox for email, SMS, push, and chat.

Mattermost
Secure, self-hosted team collaboration and messaging platform.
Open-source, self-hosted messaging platform for secure team collaboration with real-time chat, audio calls, screen sharing, and integrations.


ntfy
HTTP-based pub-sub push notification service via PUT/POST
ntfy is a lightweight HTTP pub-sub service to send push notifications to phones, desktops, and browsers via PUT/POST or a REST API.

Chatwoot
Open-source omnichannel customer support and live chat platform
Chatwoot is an open-source customer support platform with a shared inbox for live chat, email, and messaging channels, plus automation, reporting, and a help center.

Zulip
Organized team chat with topic-based threading
Open-source team chat server with topic-based threading for focused, asynchronous, and real-time communication in distributed teams.
JavaScript
Redis
HTML
Docker
PHP
PHP-FPM
Android