Network Cartographer
Star on GitHubSee where every app connects on a live 3D globe
A tool to view a live map of your apps’ network requests and trace where they go.
Run this command to launch the live map
curl -fsSL https://mapmy.network/run | shPaste it into your terminal. The app runs locally and opens in your browser.
Interactive previewNetwork mapSample data · 4 apps · 5 routes
Loading globe…
How it works
- Read the OS socket table and map each connection to its owning process.
- For each destination, run an unprivileged traceroute (
traceroute/tracepath/tracert). - Geocode each hop through Network Cartographer, or use a local MaxMind database for offline lookups.
- Serve the globe UI on
127.0.0.1only. Connection and process data stay on your machine.
Limits: no payload inspection. UDP coverage includes connected sockets only.