Ross ROSS = Recommend OSS · open-source software intelligence for agents

Kamal

Deploy web apps anywhere. observed · 2026-08-28

github.com/basecamp/kamal · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 97
  • Release rhythm 89
  • Longevity 95
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 2.5
  • age_days: 1334
  • days_rel: 76
  • days_push: 21
  • n_releases_24m: 29

Full methodology

Adoption not part of the score

14534 stars · 747 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Kamal is a Ruby-based CLI tool that deploys containerized web apps to any server (bare metal or cloud VMs) over SSH with zero-downtime switching via its companion kamal-proxy. It automates Docker installation, image builds, registry pushes, rolling restarts, rollbacks, and accessory services from a simple config/deploy.yml file.

Use cases

  • deploy a Rails app to cheap Hetzner or DigitalOcean VMs with zero downtime
  • deploy a Dockerized web app to my own bare metal servers over SSH
  • avoid vendor lock-in from Heroku, Fly.io, or Render
  • roll back a bad deployment to a previous container version
  • manage accessory services like Redis or a database alongside my app
  • run rolling restarts and asset bridging across multiple servers

When to choose

  • you deploy containerized web apps to plain Ubuntu servers or your own hardware
  • you want Heroku-like deploy ergonomics without managed-platform pricing
  • you want a simple YAML-driven deploy tool without running Kubernetes
  • you're a Rails team wanting a first-party deployment workflow

When to avoid

  • you need autoscaling, self-healing, or multi-region orchestration (use Kubernetes)
  • your app cannot be containerized with Docker
  • you need a fully managed PaaS with no server administration
  • you deploy only to serverless platforms

Facets

cli-tool · maturity active

deployment container-runtime developer-tools cli configuration-management web-development self-hosted cloud-computing cli cross-platform zero-downtime-deploys docker ssh rails kamal-proxy bare-metal rolling-deploys devops containers linux macos

9 sources

Member repositories

RepositoryRoleHealth v2
basecamp/kamalmain94
basecamp/kamal-proxyinfra70

For agents

markdown · JSON · MCP: product_card(name="basecamp/kamal")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem