AC

act

act is an open-source CLI tool by nektos that lets you run GitHub Actions workflows locally by simulating the GitHub Actions environment using Docker containers.
Latest: 2025080102
Last checked: Jun 9, 2026 12:10am
Rank: 910/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Open SourceWinget: Available

Version & Lifecycle

0
Current: 2025080102 N-2: 0.2.88 Avg cadence: Every 30 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 19, 2026
0

act Docker prerequisite, runner image, and per-run input file note

For managed act installs, remember that act is not a standalone GitHub Actions runner: the project README says it uses the Docker API to pull or build the container images that workflow jobs need. Make Docker Desktop or another reachable Docker Engine part of the prerequisite check before treating act failures as package-install failures.

Keep runner-image and host-architecture choices explicit in repeatable scripts. The act command source documents -P/--platform for mapping workflow labels such as ubuntu images to a specific container image, --container-architecture linux/amd64 for architecture control, and --container-daemon-socket when the Docker socket should be selected or not bind-mounted.

Do not bake secrets into the install package or into a shared desktop profile. The CLI supports per-run files for --secret-file, --var-file, --env-file, and --input-file; its config-file lookup also reads act/actrc under the user config path plus .actrc in the home and invocation directories, so deployment defaults can be different from per-repository test inputs.

Sources: nektos/act README and act command-line option definitions.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

actnektos act

Packaging Notes

0

Uses Docker images to simulate GitHub Actions environments locally

Notes

0

Supports custom Docker images via .actrc file; useful for fast feedback and local task running; integrates with VS Code extension for local workflow testing