macOS
brew install masklocal Homebrew formula metadata
sudo port install maskMacPorts ports tree · sysutils/mask/Portfile · ソース: api.github.com
brew / 順位 3024
mask のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:mask |
|---|---|
| バージョン | 0.11.7 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/jacobdeichert/mask/ |
| リポジトリ | https://github.com/jacobdeichert/mask |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
mask
nix profile install nixpkgs#maskmask
sudo port install maskmain/mask
scoop install main/maskソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.