pressly/sup
Super simple deployment tool - think of it like 'make' for a network of servers observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4209
- days_rel: n/a
- days_push: 983
- n_releases_24m: 0
Adoption not part of the score
2513 stars · 183 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Stack Up (sup) is a simple deployment tool written in Go that runs defined shell commands on multiple hosts in parallel, configured via a YAML Supfile. It supports host networks, serial (rolling) execution, once-only commands, local commands, and dynamic host inventories.
Use cases
- run commands on multiple servers in parallel
- restart docker containers across a fleet of hosts
- rolling update deployments with serial execution
- tail logs from all production servers at once
- build an image on one host and distribute it to all servers
- fetch dynamic host lists from an inventory endpoint
- simple make-like remote task runner over ssh
When to choose
- you want a lightweight, single-binary alternative to Ansible or Fabric
- you need parallel or throttled (serial) command execution across server groups
- your deployment is shell-command based and YAML config is enough
- you prefer a make-style tool for a network of servers
When to avoid
- you need templating, idempotent modules, or complex orchestration like Ansible
- you need full CI/CD pipelines rather than remote command execution
- you require agent-based or container-native deployment tooling
- the project is in maintenance mode with infrequent releases
Facets
cli-tool · maturity maintenance
deployment configuration-management cli developer-tools developer-tools windows cross-platform cli go remote-execution parallel-ssh yaml-config rolling-update server-fleet deployment-tool devops automation command-line linux macos
2 sources
- readme: https://github.com/pressly/sup · fetched 2026-08-28 · 43c1db4214ff
- homepage: https://pressly.github.io/sup · fetched 2026-08-29 · ea44e756c31f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pressly/sup | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem