lbwww/site/index.md

59 lines
2.7 KiB
Markdown
Raw Normal View History

2021-05-18 12:21:48 +00:00
---
2021-11-13 05:48:07 +00:00
title: Free your BIOS today!
2021-05-18 12:21:48 +00:00
...
Libreboot is
2021-09-01 05:56:49 +00:00
[freedom-respecting](https://www.gnu.org/philosophy/free-sw.html) *boot
firmware* that initializes the hardware (e.g. memory controller, CPU,
peripherals) on [specific Intel/AMD x86 computers](docs/hardware/) and starts
a bootloader for your operating system. [GNU+Linux](docs/gnulinux/)
and [BSD](docs/bsd/) are well-supported. It replaces proprietary BIOS/UEFI
firmware. Help is available
via [\#libreboot](https://web.libera.chat/#libreboot)
on [Libera](https://libera.chat/) IRC.
2021-11-22 21:11:07 +00:00
The latest version is [Libreboot 20211122](news/libreboot20211122.md), released
on 22 November 2021.
2021-09-05 12:26:15 +00:00
2021-11-13 05:48:07 +00:00
Join us now and flash the firmware!
2021-09-05 12:26:15 +00:00
-----------------------------------
2021-09-06 06:38:28 +00:00
You have rights. The right to privacy, freedom of thought, freedom of speech
and the right to read. [Free
2021-09-06 06:47:36 +00:00
software](https://www.gnu.org/philosophy/free-sw.html) gives you these rights.
Your freedom matters.
2021-09-06 06:38:28 +00:00
[Right to repair](https://vid.puffyan.us/watch?v=Npd_xDuNi9k) matters.
Many people use [proprietary](https://www.gnu.org/proprietary/proprietary.html)
boot firmware, even if they use [GNU+Linux](https://www.gnu.org/distros/).
Non-free firmware often [contains](faq.html#intel) [backdoors](faq.html#amd),
and can be buggy. Libreboot was founded in in December 2013, with the express
purpose of making Free Software accessible for non-technical users at the
2021-09-06 06:47:36 +00:00
firmware level. Libreboot can be called Open Source, [but you should call it
Free
Software](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html).
2021-09-01 09:45:05 +00:00
Libreboot uses [coreboot](https://www.coreboot.org/) for [hardware
initialization](https://doc.coreboot.org/getting_started/architecture.html).
2021-09-06 06:38:28 +00:00
Coreboot is notoriously difficult to install for most non-technical users; it
handles only basic initialization and jumps to a separate
2021-09-01 09:45:05 +00:00
[payload](https://doc.coreboot.org/payloads.html) program (e.g.
[GRUB](https://www.gnu.org/software/grub/),
[Tianocore](https://www.tianocore.org/)), which must also be configured.
*Libreboot solves this problem*; it is a *coreboot distribution* with
2021-09-01 10:07:13 +00:00
an [automated build system](docs/build/) that builds complete *ROM images*, for
2021-09-06 02:04:42 +00:00
more robust installation. Documentation is provided.
2021-09-05 13:54:33 +00:00
How to help
-----------
Check the [tasks](tasks/) page and pick a task to work on. You can also check
bugs listed on the [bug tracker](https://notabug.org/libreboot/lbmk/issues).
If you spot a bug and have a fix, [here are instructions for how to send
patches](git.md), and you can also report it. Also, this entire website is
written in Markdown and hosted in a [separate
repository](https://notabug.org/libreboot/lbwww) where you can send patches.
Libreboot development discussion and user support are all done on the IRC
channel. More information is on the [contact page](contact.md).