My personal Pi stack.
pi-zstack can be installed as a Pi package, or bootstrapped from GitHub with a curl-to-bash installer.
The preferred install method is the bash installer below. It installs each package directly with pi install, which lets Pi keep those packages updated normally.
curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main | bashSafer inspect-first version:
curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main -o /tmp/pi-zstack-install.sh
less /tmp/pi-zstack-install.sh
bash /tmp/pi-zstack-install.shThe installer reads packages.txt, so updating the stack is just adding/removing lines there.
pi install npm:pi-zstackThis installs pi-zstack as a meta package. Prefer the bash installer if you want Pi to manage and update each package individually.
See packages.txt.
Current packages: