Show HN: Gw – lightweight GitOps tool that runs anywhere

github.com

2 points by daniel7grant 3 days ago

Hey HN,

I built `gw`, a minimal, open-source GitOps tool written entirely in Rust. I'm a big fan of pull-based continuous deployments — just push code and let the deployment update automatically (like ArgoCD or Netlify). However these tools often lock you into heavy cloud or Kubernetes-based solutions. I wanted to make a simple binary that you can download and run on anything: from a cheap VM or Raspberry Pi to servers behind NAT or VPN. It regularly pulls from a repository, runs custom scripts or restarts a process whenever changes are detected.

I'd love your feedback and suggestions. Thanks for checking it out!

GitHub link: https://github.com/daniel7grant/gw Docs: https://gw.danielgrants.com/