About Anaconda Help Download Anaconda

Run your GitHub Actions locally!

copied from cf-post-staging / act

Installers

  • linux-64 v0.2.82
  • osx-64 v0.2.82
  • osx-arm64 v0.2.82
  • linux-aarch64 v0.2.82
  • linux-ppc64le v0.2.82
  • win-64 v0.2.82

conda install

To install this package run one of the following:
conda install conda-forge::act

Description

Run your GitHub Actions locally! Why would you want to do this? Two reasons: - Fast Feedback - Rather than having to commit/push every time you want to test out the changes you are making to your .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. - Local Task Runner - I love make. However, I also hate repeating myself. With act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile!


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy