📦 IPX APT Repository

IPX is a modern IP subnet calculator for cybersecurity professionals, with rich CLI output powered by typer and rich.

🔧 Install via APT (insecure but simple)

echo "deb [trusted=yes] https://0xdolan.github.io/ipx stable main" | sudo tee /etc/apt/sources.list.d/ipx.list
sudo apt update
sudo apt install ipx

🔐 Install securely with GPG key

curl -fsSL https://0xdolan.github.io/ipx/public_key.gpg | sudo tee /usr/share/keyrings/ipx.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/ipx.gpg] https://0xdolan.github.io/ipx stable main" | sudo tee /etc/apt/sources.list.d/ipx.list
sudo apt update
sudo apt install ipx

📚 More Info

View full source code and documentation on GitHub.

📋 Copied to clipboard