Automic VaultAutomic Vault

brew

mdbook mit Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mdbook in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install mdbook

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install mdbook

MacPorts ports tree · textproc/mdbook/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add mdbook

Alpine Linux edge package indexes · mdbook · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install mdbook

Debian stable package indexes · mdbook · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#mdbook

nixpkgs package indexes · pkgs/by-name/md/mdbook/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S mdbook

Arch Linux sync databases · mdbook · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install mdbook

openSUSE Tumbleweed package metadata · mdbook · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/mdbook

Scoop official bucket manifest trees · bucket/mdbook.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Rustlang.mdBook -e

Windows Package Manager source index · Rustlang.mdBook · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Create modern online books from Markdown files

Verlauf

Projektgeschichte und Nutzung

mdBook is the Rust project's Markdown-based static book generator. The upstream README describes it as a utility for creating modern online books from Markdown files, and the GitHub repository description summarizes it as like GitBook but implemented in Rust.

Projektgeschichte

The official GitHub repository was created on 2015-07-07. mdBook grew in the Rust ecosystem as a documentation-oriented command-line tool: books are initialized with `mdbook init`, configured with `book.toml`, organized with `src/SUMMARY.md`, and rendered or served with commands such as `mdbook build` and `mdbook serve`.

The official user guide is itself an mdBook output, so the documentation doubles as a demonstration of the generated site format. The repository has continued active releases, with the GitHub releases API showing v0.5.3 published on 2026-05-19.

Adoptionsgeschichte

The supplied package-manager metadata shows mdBook in Homebrew, Alpine, Debian, MacPorts, Nix, Arch, Scoop, winget, and openSUSE. That broad packaging matches its use as a documentation build tool rather than only as a Rust crate.

Within package-manager culture, mdBook became familiar because it appears in source trees and documentation build pipelines: installing `mdbook` is often enough to preview or publish a project's manual locally.

Wie es verwendet wird

A typical workflow is `mdbook init my-first-book`, edit Markdown files under `src`, maintain the chapter tree in `src/SUMMARY.md`, and run `mdbook serve --open` for live rebuilding and browser refresh. Publishing uses `mdbook build` to generate a `book` directory of static HTML.

The book configuration file is `book.toml` at the book root. The official guide describes it as TOML and shows a minimal `[book]` table with a title.

Warum Paket-Nerds sich dafür interessieren

mdBook matters to package maintainers because it turned documentation into a reproducible command-line build artifact. Instead of relying on a hosted wiki or a JavaScript-heavy documentation system, projects can build a static manual from Markdown with one packaged binary.

It is also a visible Rust ecosystem tool: it uses Rust's distribution channels and is packaged widely enough that documentation builds can depend on the system package manager instead of a project-local install step.

Zeitleiste

  • 2015-07-07: Official GitHub repository created.
  • 2010s: mdBook established the `book.toml` plus `src/SUMMARY.md` structure documented in the official guide.
  • 2026-05-19: GitHub releases API lists v0.5.3 published.

Related projects

  • The repository description explicitly compares mdBook to GitBook while emphasizing that mdBook is implemented in Rust.
  • The official guide links the book format to Markdown content, TOML configuration, and static HTML publishing.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für mdbook wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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.

Unix
book.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
mdbookcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version0.5.4
Manager aktualisiert2026-07-06
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.5.4

https://github.com/rust-lang/mdBook

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:mdbook
Version0.5.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/mdbook
Homepagehttps://rust-lang.github.io/mdBook/
Repositoryhttps://github.com/rust-lang/mdBook
Upstream-Dokumentationhttps://rust-lang.github.io/mdBook
LizenzMPL-2.0
Quellarchivhttps://github.com/rust-lang/mdBook/archive/refs/tags/v0.5.4.tar.gz
Zuletzt aktualisiert2026-07-06T21:38:51Z
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

librust-mdbook-dev 0.4.48+ds-2

Markdown book creator tool - Rust source code

https://rust-lang.github.io/mdBook/

sudo apt install librust-mdbook-dev
  • Section: rust
  • Architecture: amd64
  • Source Package: mdbook
  • 32 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mdbook
Debian stable package indexes · deb.debian.org · Debian stable package indexes: librust-mdbook-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mdbook 0.4.48+ds-2

Markdown book creator tool

https://rust-lang.github.io/mdBook/

sudo apt install mdbook
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mdbook
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mdbook from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mdbook

nix profile install nixpkgs#mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/md/mdbook/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

mdbook 0.5.3-r0

mdBook is a utility to create modern online books from Markdown files

https://rust-lang.github.io/mdBook/

sudo apk add mdbook
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: mdbook
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mdbook
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mdbook from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mdbook-bash-completion 0.5.3-r0

Bash completions for mdbook

https://rust-lang.github.io/mdBook/

sudo apk add mdbook-bash-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mdbook-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mdbook-fish-completion 0.5.3-r0

Fish completions for mdbook

https://rust-lang.github.io/mdBook/

sudo apk add mdbook-fish-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mdbook-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mdbook-zsh-completion 0.5.3-r0

Zsh completions for mdbook

https://rust-lang.github.io/mdBook/

sudo apk add mdbook-zsh-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mdbook-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

mdbook 0.5.3-1

Create book from markdown files, like Gitbook but implemented in Rust

https://github.com/rust-lang/mdBook

sudo pacman -S mdbook
  • License: MPL2
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mdbook
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mdbook from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

mdbook 0.4.49-1.2

Create books from markdown

https://github.com/rust-lang/mdBook

sudo zypper install mdbook
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mdbook
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mdbook
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mdbook from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

mdbook

sudo port install mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/mdbook/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/mdbook

scoop install main/mdbook
  • normalized package name match
  • Abgeglichen nach: Mdbook
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/mdbook.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Rustlang.mdBook

winget install --id Rustlang.mdBook -e
  • normalized package name match
  • Abgeglichen nach: Mdbook
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Rustlang.mdBook from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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