Watch your computer connect across the internet in real time. Discover the world behind your apps.
10K+

Watch your computer connect across the internet in real time. Discover the world behind your apps.
Runs locally. No telemetry. Docker supported on Linux.
TapMap visualizes live network activity on an interactive world map and builds local activity history to identify patterns over time.
It is an awareness tool, not a firewall or full security suite. TapMap makes network activity visible and easy to explore.
Create a local data folder:
mkdir -p ~/tapmap-data
Run:
docker run --rm \
--network host \
--pid host \
--cap-add=SYS_PTRACE \
--security-opt apparmor=unconfined \
-v ~/tapmap-data:/data \
-e TAPMAP_IN_DOCKER=1 \
olalie/tapmap:latest
Optional environment variables:
TAPMAP_LON=10.7522
TAPMAP_LAT=59.9139
Use fixed coordinates for the local map marker and skip external public-IP lookup.
Open:
http://127.0.0.1:8050
Documentation: https://olalie.github.io/tapmap/
Content type
Image
Digest
sha256:faee99cfd…
Size
299.5 MB
Last updated
about 7 hours ago
docker pull olalie/tapmap