infrastructure automation in pure Go

Salt's mental model.
One static binary.

Zester is a SaltStack alternative powered by NATS JetStream and nkeys. No Python runtime, no external database, no ZeroMQ — same flavor family as Salt, sharper tool.

operator@bastion
$ zester 'web-*' state.highstate
web-01 OK 14 states applied 1.8s
web-02 OK 14 states applied 1.9s
web-03 OK 2 changed 2.1s
$ zester 'G@os_family:debian' pkg.installed nginx
42 peels matched · 42 returned · 0 failed

Coming from Salt? The vocabulary translates.

MinionPeel
GrainsFacts
PillarSettings
MineBasket
SyndicLeaf node
ZeroMQNATS JetStream

Everything Salt does. Less to carry.

Ready to peel off the Python stack?

Spin up the Docker Compose playground — a master, five peels, and NATS — in one command.

Read the Quick Start