Atlas v3.1.11
Overview
Atlas is an open-source network discovery and visualization tool. It scans Docker and physical hosts, maps them into an interactive network graph, and shows live status (online/offline).
It’s designed to be lightweight, self-hosted, and easy to use in homelabs, SMB networks, or personal projects.
Features
- Interactive network graph of hosts and subnets
- Docker host and container scanning
- Online/offline status indicators
- Built with Go backend, FastAPI API, React frontend
- Self-hosted, no cloud dependency
Docker Image
The Docker image is available on Docker Hub:
# Pull the latest image
docker pull keinstien/atlas:latest
# Or pull the specific release version
docker pull keinstien/atlas:3.1.11