olalie/tapmap

By olalie

Updated 18 days ago

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

Image
Networking
Security
Monitoring & observability
1

10K+

olalie/tapmap repository overview

TapMap demo

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.


Quick start

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

Notes

  • Linux host only
  • Not supported on Docker Desktop for Windows/macOS
  • Data stays on your machine
  • Process visibility may depend on host security policies

Features

  • Live world map of connections
  • Insights for new and frequent activity
  • Open ports and LAN services
  • Integrated GeoIP database management
  • Interactive exploration and zoom
  • Local-only processing

Docs & source

Documentation: https://olalie.github.io/tapmap/

GitHub: https://github.com/olalie/tapmap

Tag summary

Content type

Image

Digest

sha256:ae6c70f10

Size

275.8 MB

Last updated

18 days ago

docker pull olalie/tapmap