nektos/act

Run your GitHub Actions locally 🚀

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on May 6th, 2026
Created on January 2nd, 2019
Open Issues & Pull Requests: 361 (+0)
Number of forks: 2,000
Total Stargazers: 71,482 (+2)
Total Subscribers: 203 (+1)

Issue Activity (beta)

Open issues: 199
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 589 days
Stale 30+ days: 187
Stale 90+ days: 179

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 6
Events in 7 days: 8

Top labels

  • kind/bug (285)
  • stale (120)
  • kind/feature-request (100)
  • stale-exempt (17)
  • confirmed/not-planned (15)
  • area/runner (12)
  • kind/discussion (12)
  • backlog (11)

Repository Insights (GitGenius)

Median issue/PR response: 2.0 days
Mean response time: 62.8 days
90th percentile: 180.6 days
Tracked items: 380

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area/runner" is answered fastest, typically in about 6 hours, while "confirmed/not-planned" waits about 5 weeks. 76% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Detailed Description

Act is a command-line tool written in Go that enables developers to run GitHub Actions workflows locally on their machines before pushing code to a repository. The project addresses a fundamental pain point in GitHub Actions development: the need to commit and push changes repeatedly just to test workflow modifications. By running workflows locally, developers gain fast feedback on their `.github/workflows/` files and any embedded GitHub Actions without the overhead of remote execution.

The tool works by reading workflow definitions from the `.github/workflows/` directory and using the Docker API to pull or build the necessary container images as specified in those workflows. It then determines the execution path based on task dependencies and runs containers for each action, configuring environment variables and filesystem structures to match what GitHub's hosted runners provide. This approach allows developers to test their entire CI/CD pipeline locally before committing changes.

Beyond testing, act functions as a local task runner that can replace traditional Makefiles. Developers can leverage their existing GitHub Actions definitions to automate local development tasks, eliminating the need to maintain separate build scripts and reducing duplication across their tooling.

The repository has demonstrated sustained activity and community engagement.

The tool is classified across multiple domains including workflow automation, CI/CD, local runner functionality, actions execution, testing, containerization, event simulation, continuous integration, and developer productivity.

Act is built with Go 1.20 or higher and can be manually built from source using standard make commands for testing and installation. The project maintains comprehensive documentation through its dedicated user guide at nektosact.com and encourages community contribution through established contributing guidelines. A Visual Studio Code extension called GitHub Local Actions has been developed to integrate act directly into the editor, allowing developers to run and test workflows without leaving their development environment. The project is listed on awesome-runners, indicating recognition within the GitHub Actions community as a valuable tool for local workflow execution.

act
by
nektosnektos/act

Repository Details

Fetching additional details & charts...