macOS
brew install masklocal Homebrew formula metadata
sudo port install maskMacPorts ports tree · sysutils/mask/Portfile · source: api.github.com
brew
CLI task runner defined by a simple markdown file. Version 0.11.7 via Homebrew; verified from local package data.
install
brew install masklocal Homebrew formula metadata
sudo port install maskMacPorts ports tree · sysutils/mask/Portfile · source: api.github.com
nix profile install nixpkgs#masknixpkgs package indexes · pkgs/by-name/ma/mask/package.nix · source: api.github.com
scoop install main/maskScoop official bucket manifest trees · bucket/mask.json · source: api.github.com
overview
CLI task runner defined by a simple markdown file
history
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.
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.
Config paths the tool may read or write during local use.
maskfile.mdfile supplied with --maskfileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mask | 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/jacobdeichert/mask
install metadata
| Package key | brew:mask |
|---|---|
| Version | 0.11.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mask |
| Homepage | https://github.com/jacobdeichert/mask/ |
| Repository | https://github.com/jacobdeichert/mask |
| Upstream docs | https://github.com/jacobdeichert/mask#readme |
| License | MIT |
| Source archive | https://github.com/jacobdeichert/mask/archive/refs/tags/mask/0.11.7.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mask
nix profile install nixpkgs#maskmask
sudo port install maskmain/mask
scoop install main/masksource 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.