limine-bootloader/limine

Modern, secure, portable, multiprotocol bootloader and boot manager.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:Server / PlatformCategory(s):Operating Systems & LinuxSystems, Hardware & HPC
Added to GitGenius on September 18th, 2026
Created on May 15th, 2019
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 230
Total Stargazers: 3,756 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 hours
Mean response time: 13.2 days
90th percentile: 22.8 days
Tracked items: 151

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 12% of issues opened in the past year have never received a reply. Work labelled "bug" is answered fastest, typically in about 2 hours, while "enhancement" waits about 3 days. 79% of issues opened in the past year have been closed, leaving a working backlog. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 4
Closed in 7 days: 2
Avg open age: 60 days
Stale 30+ days: 7
Stale 90+ days: 1

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (42)
  • bug (20)
  • unconfirmed-bug (18)
  • good first issue (6)
  • invalid (6)
  • question (5)
  • wontfix (1)

Detailed Description

Limine is a modern, secure, portable bootloader and boot manager that serves as the reference implementation for the Limine boot protocol.

Limine addresses the need for a contemporary bootloader that works across multiple architectures and boot protocols. It supports IA-32, x86-64, aarch64, riscv64, and loongarch64 systems, and can boot Linux, Limine protocol kernels, Multiboot 1 and 2 kernels, and chainload other bootloaders. The tool handles MBR, GPT, and unpartitioned media, with filesystem support for FAT12/16/32 and ISO9660. It includes an interactive boot menu and is designed with security and portability as core principles.

Limine suits projects that need a bootloader supporting multiple architectures and boot standards without being locked into legacy constraints. It works well for custom operating systems, embedded systems, and distributions targeting modern hardware. The minimum requirement for 32-bit x86 is Pentium Pro class CPUs; all x86-64, aarch64, riscv64, and loongarch64 UEFI systems are supported. Binary releases are provided for convenience, with the host tool available in portable source form buildable with any C99 compiler, and Windows binaries included in release packages.

Development activity shows consistent engagement with the community through an active Matrix chat room for support and discussion. The project maintains a structured approach to versioning using Semantic Versioning for releases since version 7.x. Documentation is comprehensive, with dedicated guides for installation, usage, and third-party software acknowledgments, suggesting attention to clarity for both users and contributors.