This repo has been moved over to https://github.com/LambdaLabs/pciex.
PCI Explorer is a PCIe topology explorer and visualizer. The generated tree can be visualized and each element inspected using a simple terminal UI designed with the bubbletea framework.

This can be installed using:
GOPROXY=direct go install github.com/LandonTClipp/pciex@latest
Or you may run it directly via:
GOPROXY=direct go run github.com/LandonTClipp/pciex@latest
This module requires the lshw
utility to be installed.
sudo apt-get install lshw
sudo yum install lshw