Drone CI
Open-source · self-hostable · replaces 1 SaaS tool on os-alt
harness/drone · alive · ★ 35.6k · last commit 1d ago · 91 open issues
License: Apache-2.0 — Acquired by Harness; OSS edition remains Apache-2.0; Enterprise adds RBAC and secrets manager.
Good fit for Container-native pipelines where every step is a Docker image — Drone is the most natural fit for that mental model.
Weak at macOS / iOS builds need self-hosted runners with manual setup; GPU builds similarly bring-your-own.
In a terminal? npx -y github:SolvoHQ/os-alt-cli circleci prints
the CircleCI comparison table including Drone CI.
how the CLI works →
Replaces these SaaS
- CircleCI · Hosted CI/CD
Pull `drone/drone:2` and `drone/drone-runner-docker:1` via the official compose at docs.drone.io. Configure with your git provider OAuth (GitHub / GitLab / Gitea / Bitbucket). Pipeline conversion: CircleCI's `jobs/steps/workflows` map cleanly to Drone's `pipeline/steps/depends_on`; rewrite `.circleci/config.yml` as `.drone.yml`. Most CircleCI orbs have direct Drone plugin equivalents (S3, Slack, Docker).
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.