macOS
brew install actions-batchlocal Homebrew formula metadata
brew
Time-sharing supercomputer built on GitHub Actions. Version 0.0.3 via Homebrew; verified 2026-06-15.
install
brew install actions-batchlocal Homebrew formula metadata
overview
Time-sharing supercomputer built on GitHub Actions
history
actions-batch is a small Go CLI by Alex Ellis for submitting shell scripts to disposable GitHub Actions workflows and collecting logs or artifacts. Its own description frames it as a time-sharing supercomputer built on GitHub Actions.
The project appeared as a public GitHub repository in October 2022 and was documented by the author in a blog post that explains the time-sharing analogy, disposable repository workflow, and artifact retrieval model. Public releases began in December 2023 with v0.0.1.
The README targets GitHub-hosted runners, private repositories, self-hosted runners, and Actuated runners, so adoption is mostly in the GitHub Actions and self-hosted runner niche rather than as a general batch scheduler.
Users pass a script with --file, identify an owner with --owner, provide a GitHub token via --token-file, and optionally pass secrets via --secrets-from. The tool creates a temporary workflow, runs it, and can download files placed in an uploads directory.
For package-manager users, actions-batch is interesting because it packages GitHub Actions as an ad hoc batch-compute backend: a single local CLI wraps repository creation, workflow generation, token handling, secrets, and artifact download.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/pat.txt~/batch.secrets/*executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
actions-batch | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/alexellis/actions-batch
install metadata
| Package key | brew:actions-batch |
|---|---|
| Version | 0.0.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/actions-batch |
| Homepage | https://blog.alexellis.io/github-actions-timesharing-supercomputer/ |
| Repository | https://github.com/alexellis/actions-batch |
| Upstream docs | https://blog.alexellis.io/github-actions-timesharing-supercomputer |
| License | MIT |
| Source archive | https://github.com/alexellis/actions-batch/archive/refs/tags/v0.0.3.tar.gz |
| Last updated | 2026-06-15T10:20:09-04:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | actions-batch |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.