Scanopy provides self-updating network documentation that keeps itself current. It automatically discovers, maps, and visualizes your network infrastructure generating diagrams and documentation. Built in Rust for performance, it supports homelab and enterprise environments with network analysis, topology visualization, and automatic documentation generation. Self-hosted alternative to commercial network documentation tools.
git clone https://github.com/scanopy/scanopy.git
# Run with Docker
docker run -d --network host \
scanopy/scanopy:latest
# Access dashboard
# http://localhost:8080
# Features:
# - Auto network discovery
# - Topology visualization
# - Self-updating documentation