# Installer limine avec Homebrew, apk, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:limine
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install limine
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add limine
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#limine
```

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

- pacman (92%):

```sh
sudo pacman -S limine
```

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

- zypper (92%):

```sh
sudo zypper install limine
```

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

## Faits du paquet

- **Clé du paquet:** brew:limine
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/limine>
- **Version:** 12.4.0
- **Résumé source:** Modern, advanced, portable, multiprotocol bootloader and boot manager
- **Page d'accueil:** <https://github.com/Limine-Bootloader/Limine>
- **Dépôt:** <https://github.com/Limine-Bootloader/Limine>
- **Docs amont:** <https://github.com/limine-bootloader/limine/blob/trunk/CONFIG.md>
- **Licence:** BSD-2-Clause
- **Archive source:** <https://github.com/Limine-Bootloader/Limine/releases/download/v12.4.0/limine-12.4.0.tar.gz>
- **Dernière mise à jour:** 2026-07-02T00:17:30Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- limine (cli)
- limine (alias)

## Dépendances de compilation

- lld
- llvm
- mtools
- nasm

## 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: 12.4.0
- gestionnaire mis à jour: 2026-07-02
- données locales: OK
- dépôt amont: https://github.com/Limine-Bootloader/Limine
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

Limine is a bootloader, boot manager, and reference implementation of the Limine boot protocol. It is packaged for people building operating systems, custom boot media, and systems that need a modern multiprotocol loader rather than a general-purpose application.

### Historique du projet

Limine developed as a portable bootloader that supports BIOS and UEFI-style use cases across multiple architectures. Its README describes support for IA-32, x86-64, aarch64, riscv64, and loongarch64, plus boot protocols including Linux, Limine, Multiboot 1, Multiboot 2, and chainloading.

The project is closely tied to its own boot protocol: Limine is both a boot manager for users and the reference implementation for OS developers targeting that protocol. The repository also documents configuration and protocol details in standalone files, which is typical for bootloader projects where the file format and ABI are as important as the executable.

### Historique d'adoption

Limine's adoption is strongest in hobby operating-system development, custom kernels, and boot-media workflows. Its packaging in Homebrew and several Linux-oriented package sets makes it easier to install the host-side limine tool without vendoring a bootloader tree into every OS project.

### Modes d'utilisation

Packaged usage generally means installing the limine host tool, placing Limine boot files on a target disk or image, and writing a limine.conf menu. The documented configuration search paths explain why the package is useful for repeatable image-building scripts as well as interactive boot-manager setups.

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

Limine matters to package nerds because it packages a low-level boot artifact with a normal userland CLI. That makes an unusually hardware-adjacent workflow reproducible through ordinary package managers, while still carrying protocol documentation, binary releases, and strict configuration-file semantics.

### Chronologie

- 2021: Public issue traffic referenced Limine v1.0 in bootloader installation workflows.
- 7.x series: Limine releases began using Semantic Versioning for release naming.
- 2026-06-09: The GitHub repository release panel listed v12.3.3.

### Related projects

- Related projects and standards include the Limine boot protocol, Linux boot protocol support, Multiboot 1, Multiboot 2, UEFI booting, and other bootloaders such as GRUB and systemd-boot.

### Sources

- <https://github.com/limine-bootloader/limine>
- <https://github.com/limine-bootloader/limine/blob/trunk/CONFIG.md>
- <https://github.com/limine-bootloader/limine/blob/trunk/PROTOCOL.md>
- <https://github.com/limine-bootloader/limine/blob/trunk/README.md>
- <https://github.com/limine-bootloader/limine/issues/63>


## Notes de sécurité

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



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

- Unix: <EFI app path>/limine.conf, /boot/limine/limine.conf, /boot/limine.conf, /limine/limine.conf, /limine.conf
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - limine: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/limine/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - limine - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager | https://limine-bootloader.org
- apk - limine-bios - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-bios from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (BIOS sys file) | https://limine-bootloader.org
- apk - limine-bios-cd - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-bios-cd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (BIOS CD binary) | https://limine-bootloader.org
- apk - limine-bios-pxe - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-bios-pxe from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (BIOS PXE executable) | https://limine-bootloader.org
- apk - limine-bios-updater - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-bios-updater from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Limine auto-updater for BIOS | https://limine-bootloader.org
- apk - limine-doc - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (documentation) | https://limine-bootloader.org
- apk - limine-efi-aarch64 - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-aarch64 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (aarch64 EFI image) | https://limine-bootloader.org
- apk - limine-efi-cd - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-cd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (EFI CD binary) | https://limine-bootloader.org
- apk - limine-efi-loongarch64 - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-loongarch64 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (loongarch64 EFI image) | https://limine-bootloader.org
- apk - limine-efi-riscv64 - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-riscv64 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (riscv64 EFI image) | https://limine-bootloader.org
- apk - limine-efi-updater - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-updater from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Limine auto-updater for EFI payload | https://limine-bootloader.org
- apk - limine-efi-x86 - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-x86 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (IA-32 EFI image) | https://limine-bootloader.org
- apk - limine-efi-x86_64 - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-efi-x86_64 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Modern, secure, portable, multiprotocol bootloader and boot manager (x86-64 EFI image) | https://limine-bootloader.org
- apk - limine-tool - 12.3.3-r0: normalized package name match | Alpine Linux edge package indexes: limine-tool from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Limine host tool | https://limine-bootloader.org
- pacman - limine - 12.3.3-1: normalized package name match | Arch Linux sync databases: limine from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An advanced, portable, multiprotocol bootloader | https://github.com/Limine-Bootloader/Limine


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [lld](https://www.automicvault.com/fr/pkg/brew/lld/) - Build dependency declared by Homebrew.
- [llvm](https://www.automicvault.com/fr/pkg/brew/llvm/) - Build dependency declared by Homebrew.
- [mtools](https://www.automicvault.com/fr/pkg/brew/mtools/) - Build dependency declared by Homebrew.
- [nasm](https://www.automicvault.com/fr/pkg/brew/nasm/) - Build dependency declared by Homebrew.
- [u-boot-tools](https://www.automicvault.com/fr/pkg/brew/u-boot-tools/) - Shares av.db curated category or tags: bootloader, cli, system.
- [bootloadhid](https://www.automicvault.com/fr/pkg/brew/bootloadhid/) - Shares av.db curated category or tags: bootloader, cli, system.
- [bootterm](https://www.automicvault.com/fr/pkg/brew/bootterm/) - Shares av.db curated category or tags: bootloader, cli, system.
- [i686-elf-grub](https://www.automicvault.com/fr/pkg/brew/i686-elf-grub/) - Shares av.db curated category or tags: bootloader, cli, system.
- [x86_64-elf-grub](https://www.automicvault.com/fr/pkg/brew/x86-64-elf-grub/) - Shares av.db curated category or tags: bootloader, cli, system.
- [abduco](https://www.automicvault.com/fr/pkg/brew/abduco/) - Shares av.db curated category or tags: cli, system.
- [acl](https://www.automicvault.com/fr/pkg/brew/acl/) - Shares av.db curated category or tags: cli, system.
- [acpica](https://www.automicvault.com/fr/pkg/brew/acpica/) - Shares av.db curated category or tags: cli, system.
- [clifm](https://www.automicvault.com/fr/pkg/brew/clifm/) - Local package facts share a topical domain. Shared terms: cli, manager, system.
- [facad](https://www.automicvault.com/fr/pkg/brew/facad/) - Local package facts share a topical domain. Shared terms: cli, modern, system.

## Combined YAML source

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


## Sources

- 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
