# Installer verovio avec Homebrew, apk

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

## installation

```sh
sudo av install brew:verovio
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install verovio
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add py3-verovio
```

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

## Faits du paquet

- **Clé du paquet:** brew:verovio
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/verovio>
- **Version:** 6.2.1
- **Résumé source:** Command-line MEI music notation engraver
- **Page d'accueil:** <https://www.verovio.org>
- **Dépôt:** <https://github.com/rism-digital/verovio>
- **Docs amont:** <https://book.verovio.org/>
- **Licence:** LGPL-3.0-only
- **Archive source:** <https://github.com/rism-digital/verovio/archive/refs/tags/version-6.2.1.tar.gz>
- **Dernière mise à jour:** 2026-05-22T22:42:20Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- verovio (cli)
- verovio (alias)

## Dépendances de compilation

- cmake

## 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-07-08
- version du gestionnaire: 6.2.1
- gestionnaire mis à jour: 2026-05-22
- données locales: OK
- dépôt amont: https://github.com/rism-digital/verovio
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

Verovio is an open-source music-notation engraving library and command-line toolkit centered on MEI, the Music Encoding Initiative format. It renders structured music encodings to SVG and is designed for web, desktop, server-side, and browser-embedded digital musicology workflows.

### Historique du projet

The RISM Digital Center launched Verovio development in 2013 to render music incipits for the RISM project while supporting MEI natively. The project's own history explains that earlier MEI rendering workflows often required converting MEI into another notation format before engraving, losing some of the structure that made MEI valuable.

Verovio was therefore written as a lightweight, dependency-minimal C++ library that parses and renders MEI in one step. The project chose SVG as its main output because browsers can display it directly, it remains suitable for high-quality printing, and its XML structure lets applications connect rendered notation back to encoded musical elements.

### Historique d'adoption

RISM describes Verovio as having moved from a Muscat component for visualizing music incipits into a fully fledged open-source project developed with the MEI community. RISM also characterizes it as a reference implementation for important core features of the MEI schema.

Its adoption pattern is tightly tied to digital humanities and digital musicology rather than general office notation. RISM notes use across dozens of projects, including critical editions, genetic editions, audio alignment, online editing, visualization, performance, and AI-assisted composition.

### Modes d'utilisation

As a CLI package, Verovio is commonly used to convert MEI and related notation encodings into SVG for publication, inspection, or downstream web embedding. The broader toolkit also supports JavaScript and Python bindings, which explains why the same engraving engine appears in browser-based viewers and interactive scholarly applications.

Verovio's niche value comes from preserving MEI structure into SVG. That makes the rendered score more than a static picture: applications can highlight notes, connect visual symbols to source encoding, reflow notation for different displays, and build interactive score interfaces.

### Pourquoi les passionnés de paquets s'y intéressent

Verovio is notable in packaging terms because it makes specialized scholarly notation rendering available as a normal command-line tool and embeddable library, without requiring a full notation editor or heavyweight typesetting stack. For MEI users, that makes it one of the practical bridges between archival/musicological encoding and modern web presentation.

### Chronologie

- 2013: RISM Digital Center launched Verovio development for RISM music incipits and native MEI rendering.
- 2014-01-09: Public GitHub repository created.
- 2014-03-04: Early public release version-0.9.0 published on GitHub.
- 2020s: Verovio is described by RISM as used in dozens of digital musicology projects and developed with the MEI community.

### Related projects

- MEI: the native encoding community and schema around which Verovio was designed.
- RISM and Muscat: the original institutional context in which Verovio's incipit-rendering use case emerged.
- LilyPond: an established notation engraver mentioned by the Verovio history as a powerful but dependency-heavy command-line alternative often used in earlier MEI workflows.

### Sources

- <https://api.github.com/repos/rism-digital/verovio>
- <https://api.github.com/repos/rism-digital/verovio/releases?per_page=100>
- <https://book.verovio.org/introduction/history.html>
- <https://github.com/rism-digital/verovio>
- <https://rism.digital/tools/verovio.html>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour verovio. Les métadonnées de paquet Nucleus 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:** verovio
- **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

## Autres enregistrements de gestionnaires de paquets

- apk - py3-verovio - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: py3-verovio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Music notation engraving for MEI with MusicXML and Humdrum support (python module) | https://www.verovio.org/index.xhtml
- apk - py3-verovio-pyc - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: py3-verovio-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for py3-verovio | https://www.verovio.org/index.xhtml
- apk - verovio - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: verovio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Music notation engraving for MEI with MusicXML and Humdrum support | https://www.verovio.org/index.xhtml
- apk - verovio-data - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: verovio-data from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Music notation engraving for MEI with MusicXML and Humdrum support (data) | https://www.verovio.org/index.xhtml
- apk - verovio-dev - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: verovio-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Music notation engraving for MEI with MusicXML and Humdrum support (development files) | https://www.verovio.org/index.xhtml
- apk - verovio-libs - 4.1.0-r2: normalized package name match | Alpine Linux edge package indexes: verovio-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Music notation engraving for MEI with MusicXML and Humdrum support (libraries) | https://www.verovio.org/index.xhtml


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [lilypond](https://www.automicvault.com/fr/pkg/brew/lilypond/) - Shares av.db curated category or tags: cli, engraving, media, music-notation.
- [abcm2ps](https://www.automicvault.com/fr/pkg/brew/abcm2ps/) - Shares av.db curated category or tags: cli, media, music-notation.
- [ly](https://www.automicvault.com/fr/pkg/brew/ly/) - Shares av.db curated category or tags: cli, media, music-notation.
- [abcmidi](https://www.automicvault.com/fr/pkg/brew/abcmidi/) - Shares av.db curated category or tags: cli, media, music-notation.
- [a52dec](https://www.automicvault.com/fr/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, media.
- [aalib](https://www.automicvault.com/fr/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, media.
- [ab-av1](https://www.automicvault.com/fr/pkg/brew/ab-av1/) - Shares av.db curated category or tags: cli, media.
- [abcde](https://www.automicvault.com/fr/pkg/brew/abcde/) - Shares av.db curated category or tags: cli, media.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
