macOS
brew install actions-batchlocal Homebrew formula metadata
安装
brew install actions-batchlocal Homebrew formula metadata
概览
Time-sharing supercomputer built on GitHub Actions
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/*可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
actions-batch | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/alexellis/actions-batch
安装元数据
| 软件包键 | brew:actions-batch |
|---|---|
| 版本 | 0.0.3 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/actions-batch |
| 主页 | https://blog.alexellis.io/github-actions-timesharing-supercomputer/ |
| 仓库 | https://github.com/alexellis/actions-batch |
| 上游文档 | https://blog.alexellis.io/github-actions-timesharing-supercomputer |
| 许可证 | MIT |
| 源码归档 | https://github.com/alexellis/actions-batch/archive/refs/tags/v0.0.3.tar.gz |
| 最后更新 | 2026-06-15T10:20:09-04:00 |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.