# mado を Homebrew, apk, Nix, pacman でインストール

mado のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mado
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mado
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mado
```

  証拠: Alpine Linux edge package indexes: mado from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#mado
```

  証拠: nixpkgs package indexes: pkgs/by-name/ma/mado/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mado
```

  証拠: Arch Linux sync databases: mado from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:mado
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mado>
- **バージョン:** 0.3.0
- **ソース概要:** Fast Markdown linter written in Rust
- **ホームページ:** <https://github.com/akiomik/mado>
- **リポジトリ:** <https://github.com/akiomik/mado>
- **上流ドキュメント:** <https://github.com/akiomik/mado#readme>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/akiomik/mado/archive/refs/tags/v0.3.0.tar.gz>
- **最終更新:** 2026-05-14T20:18:44Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- mado (cli)
- mado (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.3.0
- マネージャ更新日: 2026-05-14
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/akiomik/mado
- 検出された最新: v0.3.0 (最新)
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

- <https://github.com/akiomik/mado>
- <https://github.com/akiomik/mado#readme>
- <https://raw.githubusercontent.com/akiomik/mado/main/README.md>


## セキュリティノート

mado に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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

- 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
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mado
- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - mado: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mado/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mado - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: mado from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast Markdown linter written in Rust | https://github.com/akiomik/mado
- apk - mado-bash-completion - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: mado-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for mado | https://github.com/akiomik/mado
- apk - mado-doc - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: mado-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast Markdown linter written in Rust (documentation) | https://github.com/akiomik/mado
- apk - mado-fish-completion - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: mado-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for mado | https://github.com/akiomik/mado
- apk - mado-zsh-completion - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: mado-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for mado | https://github.com/akiomik/mado
- pacman - mado - 0.3.0-1: normalized package name match | Arch Linux sync databases: mado from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast Markdown linter written in Rust | https://github.com/akiomik/mado


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [oxlint](https://www.automicvault.com/ja/pkg/brew/oxlint/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting, rust.
- [sherif](https://www.automicvault.com/ja/pkg/brew/sherif/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting, rust.
- [doc8](https://www.automicvault.com/ja/pkg/brew/doc8/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [elvis](https://www.automicvault.com/ja/pkg/brew/elvis/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [falco](https://www.automicvault.com/ja/pkg/brew/falco/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [gitlint](https://www.automicvault.com/ja/pkg/brew/gitlint/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [htmlhint](https://www.automicvault.com/ja/pkg/brew/htmlhint/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [iblinter](https://www.automicvault.com/ja/pkg/brew/iblinter/) - Shares av.db curated category or tags: cli, developer-tools, linter, linting.
- [rumdl](https://www.automicvault.com/ja/pkg/brew/rumdl/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, linter, markdown.
- [markdownlint-cli2](https://www.automicvault.com/ja/pkg/brew/markdownlint-cli2/) - Both packages work with overlapping file formats or content types. Shared terms: cli, developer, developer-tools, fast, linting.

## Combined YAML source

View the package source record on GitHub. [combined/mado.yml](https://github.com/automic-vault/db/blob/main/combined/mado.yml)


## ソース

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