logo

Panix – Universal NixOS Deployment Tool

Posted by miha_k |2 hours ago |1 comments

miha_k 2 hours ago[1 more]

Panix is a Universal NixOS Deployment Tool.

Description: Stateless, phase-oriented deployment with real-time visibility across multi-flake fleets.

Homepage: https://github.com/mihakrumpestar/panix

Phases: inspect, bootstrap, build, transfer, secrets, activate, rollback

Why did I build it? I got tired of having to always use 2 different tools for bootstrapping and subsequent deployments. And most deployment tools required me to modify the flake to use them. And most of all, all tools hide what is running underneath, making it hard to debug and see where things failed.

Panix is a TUI, build for the next generation of deployments.

Any feedback is appreciated.