SaaSHub helps you find the best software and product alternatives Learn more →
Woodpecker Alternatives
Similar projects and alternatives to woodpecker
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
-
-
-
-
drone
Discontinued Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. [Moved to: https://github.com/harness/gitness]
-
-
Concourse
Concourse is a container-based automation system written in Go. It's mostly used for CI/CD.
-
-
terraform-hcloud-kube-hetzner
Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
-
-
-
Gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
-
-
woodpecker discussion
woodpecker reviews and mentions
-
My homelab stack in 2026: what runs, why, and how it all connects
Woodpecker CI is the pipeline runner, hooked directly into Gitea webhooks. Push to a branch, a pipeline runs. The config lives as a .woodpecker.yml at the repo root, which means pipeline definitions are versioned alongside the code. Woodpecker builds Docker images and pushes them to a local registry on the same host.
-
Ask HN: Looking for a CI/CD project for my local lab
You could run Woodpecker, maybe? https://woodpecker-ci.org
-
The Forge We Deserve
Also running Gitea, pretty pleasant experience!
Moved over from Sonatype Nexus to Gitea Packages as well since administering Nexus is annoying: https://docs.gitea.com/usage/packages
However for CI I use WoodpeckerCI (previously used Drone but migrated over), it works well with containers and is delightfully simple: https://woodpecker-ci.org/
-
GitHub is having issues now
Ooh, Woodpecker CI works with Gitea and Forgejo. That might be last piece I needed to migrating Git repos from GitHub to a self-hosted forge.
https://woodpecker-ci.org/
-
Woodpecker CI Has a Free API: Self-Hosted CI/CD That's Actually Simple
Woodpecker CI is a community fork of Drone CI — a lightweight, container-based CI/CD system. It's simple, fast, and self-hosted. Every pipeline step runs in a Docker container.
-
GitHub postponing the announced billing change for self-hosted GitHub Actions
I ended up prototyping self hosted https://woodpecker-ci.org/ on my k8s cluster. Ended up taking just a few hours of AI time (Claude Code). Woodpecker has a helm chart, can connect to Github and post status checks to commits.
Open to feedback or tips and tricks on this, but so far it's looking promising. Curious how other folks experience has been.
- Woodpecker CI
- The GitHub Actions control plane is no longer free
- Pricing Changes for GitHub Actions
-
Starlark-Powered Pipelines in Woodpecker CI
Continuous Integration tools are essential to build and test modern software automatically and regularly. Woodpecker CI is one such open-source tool, a lightweight CI/CD system. Woodpecker CI is an open-source continuous integration and delivery system that help developers in automating deployment, builds, and testing of code. It's an open-source fork and alternative to the popular Drone CI project with numerous design similarities and Drone pipeline compatibility. Traditionally, Woodpecker pipelines are YAML, but now that programmable pipelines are in vogue, we can finally have the liberty of defining our CI configuration through Starlark — a Python-ish config language.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jul 2026
Stats
laszlocph/woodpecker is an open source project licensed under Apache License 2.0 which is an OSI approved license.
woodpecker is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of woodpecker is Go.