Universal deploy framework. Gorgeous TUI.
Your scripts, your way — muster just makes them look good.
curl -fsSL https://getmuster.dev/install.sh | bashA deploy framework that gets out of your way. No runtimes, no config files, no learning curve.
Written in pure bash. No Node, Python, Ruby, or external binaries required. It just works — on any machine, any CI, any server.
Live dashboard, spinners, progress bars, color-coded output. Deploying actually feels good.
Kubernetes, Docker Compose, bare metal, SSH remotes. Muster runs your scripts beautifully.
Deploy went sideways? One command. Interactive picker. Recovery menus — not cryptic errors.
Run muster setup and it scans your project — detects Dockerfiles, k8s manifests, compose files, and generates real working hook scripts. Not empty stubs.

Muster orchestrates your hooks, streams output with beautiful formatting, and runs health checks after each service. Failures get interactive recovery menus — not stack traces.
your-project/
├── muster.json
└── .muster/
└── hooks/
├── api/
│ ├── deploy.sh
│ ├── health.sh
│ └── rollback.sh
└── redis/
├── deploy.sh
└── health.shCheck status, stream logs, review history. Deploy went sideways? One command, interactive picker, you're back. muster doctor runs 11 diagnostics and can auto-fix common issues.
$ muster rollback
? Select service: api
↻ Rolling back api...
✓ Rollback complete
✓ Health check passed
$ muster doctor
Running 11 diagnostics...
✓ muster.json valid
✓ hooks directory exists
✓ all services have deploy hooks
⚠ redis: missing health.sh
→ Run: muster doctor --fixLLMs can deploy, check status, rollback, and manage services via the Model Context Protocol. Pure bash, runs locally.
Deploy to remote servers via SSH. Hook scripts pipe over SSH and execute remotely — output streams back live.
Three modes: Keychain, session, or prompted. Never in config files, never in git. Exported on remote, never as args.
Interactive recovery menus on failure. K8s auto-diagnoses 7 error patterns before showing options.
Scan-first TUI wizard. Detects project files, identifies stack, generates hooks. Or use --scan for non-interactive.
Community addons that extend muster. Install from git URLs — skills appear in the dashboard automatically.
A managed tunnel relay for Muster. Deploy to any server from anywhere — no VPN, no open ports, no SSH keys to manage. Just connect and deploy.
Stop wrestling with deploys. Life's too short for bad tooling.
curl -fsSL https://getmuster.dev/install.sh | bash