Automic VaultAutomic Vault

brew

Install mado with Homebrew, apk, Nix, pacman

Fast Markdown linter written in Rust. Version 0.3.0 via Homebrew; verified 2026-05-14.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mado

local Homebrew formula metadata

overview

Package summary

Fast Markdown linter written in Rust

Commands and aliases

  • mado

history

Project history and usage

Mado is a fast Markdown linter written in Rust. The official README states that it is compatible with CommonMark and GitHub Flavored Markdown and supports most markdownlint rules.

Project history

The project is developed in the akiomik/mado GitHub repository, with Rust source, tests, fuzzing, benchmarks, a GitHub Action, and package definitions. Its release tags run from v0.1.0 through v0.3.0, and the repository page lists v0.3.0 as the latest release on Apr 11, 2025.

Adoption history

Mado’s official README documents installation through Homebrew, Nix, Arch Linux, Scoop, WinGet, and prebuilt release binaries. It also provides GitHub Actions usage, which makes the linter relevant both as a local CLI and a CI check.

How it is used

The basic workflow is `mado check .` or `mado check path/to/*.md`. Configuration can be placed in `mado.toml` or `.mado.toml` in the current directory, with global configuration under `~/.config/mado/mado.toml` on Linux and macOS and under the Roaming AppData path on Windows.

Why package nerds care

Mado is package-nerd relevant because it is a Rust-native alternative in a space long occupied by Ruby and Node markdownlint tools. The official benchmark claims a large speed advantage on a documentation-sized corpus, which is exactly the sort of difference that matters in monorepos and pre-commit or CI lint loops.

Timeline

  • Public repository: Official Git tags begin at v0.1.0.
  • 2025: GitHub repository page lists v0.3.0 as the latest release on Apr 11, 2025.
  • 2025: README documents package-manager installs and GitHub Actions usage for v0.3.0.

Related projects

  • Mado is related to markdownlint, markdownlint-cli, markdownlint-cli2, CommonMark, and GitHub Flavored Markdown. Its README positions it as mostly markdownlint-rule-compatible while emphasizing Rust performance.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for mado. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Linux
mado.toml.mado.toml~/.config/mado/mado.toml
macOS
mado.toml.mado.toml~/.config/mado/mado.toml
Windows
mado.toml.mado.toml~\AppData\Roaming\mado\mado.toml

executables

Installed executables

CommandKindExposureNote
madocliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.3.0
manager updated2026-05-14
local dataok
upstreamcurrent
latest detectedv0.3.0

https://github.com/akiomik/mado

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mado
Version0.3.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/mado
Homepagehttps://github.com/akiomik/mado
Repositoryhttps://github.com/akiomik/mado
Upstream docshttps://github.com/akiomik/mado#readme
LicenseApache-2.0
Source archivehttps://github.com/akiomik/mado/archive/refs/tags/v0.3.0.tar.gz
Last updated2026-05-14T20:18:44Z
Pulseupdated
Build dependenciesrust
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemado
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

mado

nix profile install nixpkgs#mado
  • normalized package name match
  • Matched by: Mado
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/mado/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

mado 0.3.0-r0

A fast Markdown linter written in Rust

https://github.com/akiomik/mado

sudo apk add mado
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: mado
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mado
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mado from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mado-bash-completion 0.3.0-r0

Bash completions for mado

https://github.com/akiomik/mado

sudo apk add mado-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: mado
  • normalized package name match
  • Matched by: Mado
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mado-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mado-doc 0.3.0-r0

A fast Markdown linter written in Rust (documentation)

https://github.com/akiomik/mado

sudo apk add mado-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: mado
  • normalized package name match
  • Matched by: Mado
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mado-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mado-fish-completion 0.3.0-r0

Fish completions for mado

https://github.com/akiomik/mado

sudo apk add mado-fish-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: mado
  • normalized package name match
  • Matched by: Mado
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mado-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mado-zsh-completion 0.3.0-r0

Zsh completions for mado

https://github.com/akiomik/mado

sudo apk add mado-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: mado
  • normalized package name match
  • Matched by: Mado
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mado-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

mado 0.3.0-1

A fast Markdown linter written in Rust

https://github.com/akiomik/mado

sudo pacman -S mado
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: Mado
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mado from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment