Run your GitHub Actions locally 🚀
71,882
stars
1,157
commits
Go
primary language
Aug 9, 2026
updated

"Think globally,
actlocally"
Run your GitHub Actions locally! Why would you want to do this? Two reasons:
.github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides.act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile![!TIP] Now Manage and Run Act Directly From VS Code!
Check out the GitHub Local Actions Visual Studio Code extension which allows you to leverage the power ofactto run and test workflows locally without leaving your editor.
When you run act it reads in your GitHub Actions from .github/workflows/ and determines the set of actions that need to be run. It uses the Docker API to either pull or build the necessary images, as defined in your workflow files and finally determines the execution path based on the dependencies that were defined. Once it has the execution path, it then uses the Docker API to run containers for each action based on the images prepared earlier. The environment variables and filesystem are all configured to match what GitHub provides.
Let's see it in action with a sample repo!

Please look at the act user guide for more documentation.
Need help? Ask in discussions!
Want to contribute to act? Awesome! Check out the contributing guidelines to get involved.
git clone git@github.com:nektos/act.gitmake testmake install(top 30 of 202)
Hacker News (1)
Go
81.5%
JavaScript
17.1%
Shell
1.1%
Run your GitHub Actions locally 🚀
71,882
stars
1,157
commits
Go
primary language
Aug 9, 2026
updated

"Think globally,
actlocally"
Run your GitHub Actions locally! Why would you want to do this? Two reasons:
.github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides.act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile![!TIP] Now Manage and Run Act Directly From VS Code!
Check out the GitHub Local Actions Visual Studio Code extension which allows you to leverage the power ofactto run and test workflows locally without leaving your editor.
When you run act it reads in your GitHub Actions from .github/workflows/ and determines the set of actions that need to be run. It uses the Docker API to either pull or build the necessary images, as defined in your workflow files and finally determines the execution path based on the dependencies that were defined. Once it has the execution path, it then uses the Docker API to run containers for each action based on the images prepared earlier. The environment variables and filesystem are all configured to match what GitHub provides.
Let's see it in action with a sample repo!

Please look at the act user guide for more documentation.
Need help? Ask in discussions!
Want to contribute to act? Awesome! Check out the contributing guidelines to get involved.
git clone git@github.com:nektos/act.gitmake testmake installHacker News (1)
(top 30 of 202)
Go
81.5%
JavaScript
17.1%
Shell
1.1%