macOS
brew install masklocal Homebrew formula metadata
sudo port install maskMacPorts ports tree · sysutils/mask/Portfile · 来源: api.github.com
安装
brew install masklocal Homebrew formula metadata
sudo port install maskMacPorts ports tree · sysutils/mask/Portfile · 来源: api.github.com
nix profile install nixpkgs#masknixpkgs package indexes · pkgs/by-name/ma/mask/package.nix · 来源: api.github.com
scoop install main/maskScoop official bucket manifest trees · bucket/mask.json · 来源: api.github.com
概览
CLI task runner defined by a simple markdown file
历史
mask is a Rust CLI task runner whose commands are defined in a Markdown file. It treats `maskfile.md` as both human-readable project documentation and executable command metadata.
The mask repository was created in July 2019, and the earliest GitHub releases followed within the same month. Its initial release introduced the core Markdown-driven task-runner idea; later early releases added shell executors and adjusted argument syntax so required arguments would not conflict with Markdown rendering.
The README explains the author's motivation: mask grew from frustration with Makefile syntax, interest in `just`, and inspiration from `maid`, while choosing a single Rust binary instead of an npm package with many dependencies. That origin is central to its package identity: a lightweight executable with docs-as-commands semantics.
mask has modest but real adoption for a specialized developer tool, with GitHub showing around 1.6k stars and packaging in Homebrew, MacPorts, Nix, and Scoop according to the supplied package metadata.
Its adoption is concentrated among users who prefer checked-in project task files that read like documentation, especially where a `Makefile` or ad hoc scripts feel too terse for onboarding.
A project defines headings, blockquotes, options, and code blocks in `maskfile.md`; running `mask build` or another subcommand executes the associated script. The README documents support for positional arguments, named flags, multiple runtimes, nested commands, and injected helper variables.
By default mask searches the current directory for `maskfile.md`, but `--maskfile <path_to_maskfile>` lets users run a project or global task file from another location.
mask is interesting to package users because it competes in the same ergonomic space as `make`, `just`, and npm scripts while using Markdown as the configuration language.
The single-binary Rust distribution model makes it easy to install through general package managers, which fits its pitch as a low-friction project automation tool.
安全态势
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.
Config paths the tool may read or write during local use.
maskfile.mdfile supplied with --maskfile可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
mask | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/jacobdeichert/mask
安装元数据
| 软件包键 | brew:mask |
|---|---|
| 版本 | 0.11.7 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/mask |
| 主页 | https://github.com/jacobdeichert/mask/ |
| 仓库 | https://github.com/jacobdeichert/mask |
| 上游文档 | https://github.com/jacobdeichert/mask#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/jacobdeichert/mask/archive/refs/tags/mask/0.11.7.tar.gz |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mask |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
mask
nix profile install nixpkgs#maskmask
sudo port install maskmain/mask
scoop install main/mask来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.