nektos/act
Run your GitHub Actions locally 🚀 observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 96
- Release rhythm 86
- 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: 30.0
- age_days: 2800
- days_rel: 93
- days_push: 24
- n_releases_24m: 23
Adoption not part of the score
71649 stars · 2015 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
act is a Go CLI tool that runs GitHub Actions workflows locally by reading .github/workflows files and executing jobs in Docker containers. It emulates the GitHub Actions environment, enabling fast feedback without pushing commits, and can double as a local task runner.
Use cases
- test github actions workflows locally before pushing
- run ci pipeline on my laptop without committing
- debug a failing github workflow quickly
- use github actions as a local makefile replacement
- run workflow jobs in docker containers locally
- iterate on .github/workflows changes with fast feedback
When to choose
- you want fast feedback on workflow changes without push/commit cycles
- you need a local runner that mimics GitHub-hosted runner environments
- you want to reuse GitHub Actions syntax as a local task runner
- you have Docker available and want to test CI logic offline
When to avoid
- you need exact parity with GitHub-hosted runners or GitHub-specific services
- you rely on podman or non-Docker container backends (unsupported)
- your workflows depend on secrets, hosted services, or runners unavailable locally
- you need full CI/CD pipeline orchestration rather than local testing
Facets
cli-tool · maturity active
ci-cd developer-tools container-runtime testing developer-tools windows cli go github-actions local-ci workflow-runner docker task-runner devops automation containers linux macos
10 sources
- readme: https://github.com/nektos/act · fetched 2026-08-28 · 26f9983573b8
- homepage: https://nektosact.com · fetched 2026-08-28 · 455128529f5b
- site_page: https://nektosact.com/installation/gh.html · fetched 2026-08-28 · cf3d8f89626f
- site_page: https://nektosact.com/installation/index.html · fetched 2026-08-28 · 7297da27a877
- site_page: https://nektosact.com/installation/arch.html · fetched 2026-08-28 · 6316ea5658ce
- site_page: https://nektosact.com/installation/chocolatey.html · fetched 2026-08-28 · f35199ccdc5c
- site_page: https://nektosact.com/installation/copr.html · fetched 2026-08-28 · f2ddd5be7051
- site_page: https://nektosact.com/installation/homebrew.html · fetched 2026-08-28 · ee4db5d0313b
- site_page: https://nektosact.com/installation/macports.html · fetched 2026-08-28 · cc95c060f6ad
- site_page: https://nektosact.com/installation/nix.html · fetched 2026-08-28 · 00522c69067d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nektos/act | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem