# Installer mupdf avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mupdf pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:mupdf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mupdf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mupdf
```

  Preuve: MacPorts ports tree: graphics/mupdf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mupdf
```

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

- Debian apt (92%):

```sh
sudo apt install mupdf
```

  Preuve: Debian stable package indexes: mupdf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mupdf
```

  Preuve: Fedora Rawhide package metadata: mupdf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mupdf
```

  Preuve: nixpkgs package indexes: pkgs/by-name/mu/mupdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mupdf
```

  Preuve: Arch Linux sync databases: mupdf from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mupdf
```

  Preuve: openSUSE Tumbleweed package metadata: mupdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install mupdf
```

  Preuve: Chocolatey community package catalog: mupdf from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.4028','coreinfo'

- Scoop (92%):

```sh
scoop install extras/mupdf
```

  Preuve: Scoop official bucket manifest trees: bucket/mupdf.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id ArtifexSoftware.mutool -e
```

  Preuve: Windows Package Manager source index: ArtifexSoftware.mutool from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:mupdf
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/mupdf>
- **Version:** 1.28.1
- **Résumé source:** Lightweight PDF and XPS viewer
- **Page d'accueil:** <https://mupdf.com/>
- **Docs amont:** <https://mupdf.com/>
- **Licence:** AGPL-3.0-or-later
- **Archive source:** <https://mupdf.com/downloads/archive/mupdf-1.28.1-source.tar.gz>
- **Dernière mise à jour:** 2026-07-31T12:44:48Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- mudraw (cli)
- mupdf-gl (cli)
- mupdf-x11 (cli)
- mutool (cli)
- mudraw (alias)
- mupdf-gl (alias)
- mupdf-x11 (alias)
- mutool (alias)

## Dépendances

- brotli
- freetype
- gumbo-parser
- harfbuzz
- jbig2dec
- jpeg-turbo
- leptonica
- libarchive
- openjpeg
- openssl@3
- python@3.14
- tesseract

## Dépendances de compilation

- llvm@21
- pkgconf
- swig

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.28.1
- gestionnaire mis à jour: 2026-07-31
- données locales: OK
- dépôt amont: https://mupdf.com/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

MuPDF is a lightweight open-source document framework developed by Artifex Software and written in C for viewing, converting, and manipulating PDF, XPS, and e-book documents. Historical accounts trace the project to Tor Andersson's work on a PDF renderer in 2002, followed by Artifex's acquisition of the project and the development of Fitz, the graphics library that became MuPDF's rendering core. The first Fitz-based MuPDF release appeared in 2005, and the GitHub project copyright notice covers Artifex's stewardship from 2006 onward.

### Historique du projet

The project became known for speed, small code size, and high-quality anti-aliased rendering. Its scope grew from a minimal PDF viewer and renderer into a document toolkit with viewers for multiple platforms, command-line tools, and embeddable libraries. MuPDF's documented format support includes PDF, XPS/OpenXPS, EPUB, MOBI, FB2, comic-book archives, common images, and limited SVG, while its toolchain handles rendering, conversion, extraction, inspection, cleaning, and scripting.

### Modes d'utilisation

MuPDF's ecosystem role sits between desktop viewers, embedded renderers, and developer SDKs. SumatraPDF documents MuPDF as the library it uses to parse and render PDF files, and Artifex markets MuPDF Core, PyMuPDF, MuPDF.js, and MuPDF.NET as related products around the same engine family. In package managers, brew:mupdf is the full viewer/toolkit formula, while mupdf-tools-style packages expose only the CLI utilities for automation-heavy systems.

### Sources

- <https://artifex.com/blog/mupdfjs-with-npm>
- <https://en.wikipedia.org/wiki/MuPDF>
- <https://formulae.brew.sh/formula/mupdf>
- <https://github.com/ArtifexSoftware/mupdf>
- <https://mupdf.com/>
- <https://mupdf.readthedocs.io/en/1.27.1/guide/what-is-mupdf.html>
- <https://mupdf.readthedocs.io/en/latest/tools/mutool.html>
- <https://www.sumatrapdfreader.org/docs/Contribute-to-SumatraPDF>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mupdf. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mupdf
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** mupdf-tools
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libmupdf-dev - 1.25.1+ds1-6+deb13u1: normalized package name match | Debian stable package indexes: libmupdf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for the MuPDF viewer | https://mupdf.com/
- Debian apt - libmupdf25.1 - 1.25.1+ds1-6+deb13u1: normalized package name match | Debian stable package indexes: libmupdf25.1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | shared library for the MuPDF viewer | https://mupdf.com/
- Debian apt - mupdf - 1.25.1+ds1-6+deb13u1: normalized package name match | Debian stable package indexes: mupdf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight PDF viewer | https://mupdf.com/
- Debian apt - mupdf-tools - 1.25.1+ds1-6+deb13u1: normalized package name match | Debian stable package indexes: mupdf-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line tools for the MuPDF viewer | https://mupdf.com/
- Debian apt - python3-mupdf - 1.25.1+ds1-6+deb13u1: normalized package name match | Debian stable package indexes: python3-mupdf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python bindings for MuPDF library | https://mupdf.com/
- Nix - mupdf: normalized package name match | nixpkgs package indexes: pkgs/by-name/mu/mupdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libmupdf-dev - 1.23.10+ds1-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmupdf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for the MuPDF viewer | https://mupdf.com/
- Ubuntu apt - mupdf - 1.23.10+ds1-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mupdf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight PDF viewer | https://mupdf.com/
- Ubuntu apt - mupdf-tools - 1.23.10+ds1-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mupdf-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command line tools for the MuPDF viewer | https://mupdf.com/
- apk - mupdf - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer | https://mupdf.com
- apk - mupdf-dev - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer (development files) | https://mupdf.com
- apk - mupdf-doc - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer (documentation) | https://mupdf.com
- apk - mupdf-gl - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-gl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer with OpenGL backend | https://mupdf.com
- apk - mupdf-libs - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer | https://mupdf.com
- apk - mupdf-tools - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tools for a lightweight PDF and XPS viewer | https://mupdf.com
- apk - mupdf-x11 - 1.27.2-r0: normalized package name match | Alpine Linux edge package indexes: mupdf-x11 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight PDF and XPS viewer with X11 backend | https://mupdf.com


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [openssl@3](https://pkg.so/fr/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [harfbuzz](https://pkg.so/fr/brew/harfbuzz/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/fr/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [brotli](https://pkg.so/fr/brew/brotli/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [libarchive](https://pkg.so/fr/brew/libarchive/) - Runtime dependency declared by Homebrew.
- [tesseract](https://pkg.so/fr/brew/tesseract/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [swig](https://pkg.so/fr/brew/swig/) - Build dependency declared by Homebrew.
- [llvm@21](https://pkg.so/fr/brew/llvm-21/) - Build dependency declared by Homebrew.
- [pymupdf](https://pkg.so/fr/brew/pymupdf/) - Popular package that depends on this formula.
- [fancy-cat](https://pkg.so/fr/brew/fancy-cat/) - Popular package that depends on this formula.
- [gowall](https://pkg.so/fr/brew/gowall/) - Popular package that depends on this formula.
- [cairo](https://pkg.so/fr/brew/cairo/) - Shares pkgdb curated category or tags: cli, media, pdf, rendering.
- [poppler](https://pkg.so/fr/brew/poppler/) - Shares pkgdb curated category or tags: cli, media, pdf, rendering.
- [tdf](https://pkg.so/fr/brew/tdf/) - Shares pkgdb curated category or tags: cli, document-viewer, media, pdf.
- [librsvg](https://pkg.so/fr/brew/librsvg/) - Shares pkgdb curated category or tags: cli, media, rendering.
- [ghostscript](https://pkg.so/fr/brew/ghostscript/) - Shares pkgdb curated category or tags: cli, media, pdf.
- [qpdf](https://pkg.so/fr/brew/qpdf/) - Shares pkgdb curated category or tags: cli, media, pdf.
- [ocrmypdf](https://pkg.so/fr/brew/ocrmypdf/) - Shares pkgdb curated category or tags: cli, media, pdf.
- [psutils](https://pkg.so/fr/brew/psutils/) - Shares pkgdb curated category or tags: cli, media, pdf.
- [efl](https://pkg.so/fr/brew/efl/) - Local package facts share a topical domain. Shared terms: cli, freetype, harfbuzz, jpeg, jpeg-turbo.

## Combined YAML source

View the package source record on GitHub. [combined/mupdf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mupdf.yml)


## Sources

- pkg.so package database
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
