Sign inSign up

olalie/tapmap

By olalie

Updated about 7 hours 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 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.


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 network connections
  • Application and process information
  • Operating system verification information
  • Insights for new and frequent activity
  • Daily Activity Report with historical activity patterns
  • Open ports and LAN services
  • Integrated GeoIP database management
  • Local-only processing

Docs & source

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

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

Tag summary

Content type

Image

Digest

sha256:faee99cfd

Size

299.5 MB

Last updated

about 7 hours ago

docker pull olalie/tapmap