This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ header('Content-type: text/html; charset=utf-8'); ob_start(); include_once "common/variables.php"; include_once "common/functions.php"; ?> <?php echo gettext("Libreboot project"); ?>

free (libre) BIOS/UEFI replacement. Based on coreboot, the aim is to distribute low-level boot firmware that is 100% free software, and easy to use."); ?>

Libreboot has many practical advantages over proprietary boot firmware, such as faster boot speeds and better security; source audits are possible and, therefore, the firmware is unlikely to contain backdoors (common in proprietary firmware). You can install GNU/Linux with encrypted /boot/, verify GPG signatures on your kernel, write-protect the flash chip, run a full operating system directly from the flash chip (planned for a future release), and more.

commercial suppliers."); ?>

How to help?

Libreboot is developed in a series of git repositories for the firmware (coreboot distribution), documentation and the main part of the website.

A list of high priority tasks can be found at docs/tasks.html.

Information about how libreboot is maintained, can be found at docs/maintain/index.html.