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 using local socket data and IP geolocation.
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:ae6c70f10…
Size
275.8 MB
Last updated
18 days ago
docker pull olalie/tapmap