You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8.4 KiB

Free/Freedom-Friendly Hardware

Free (as in freedom) hardware is a form of ethical hardware aligned with the philosophy of free (as in freedom) software, i.e. having a free licensed designed that allows anyone to study, use, modify and share such designs for any purpose and so prevent abuse of users by technology. Let us note the word free refers to user freedom, not price! Sometimes the term may be more broadly and not completely correctly used even for hardware that's just highly compatible with purely free software systems -- let us rather call these a freedom friendly hardware -- and sometimes people misunderstand the term free as meaning "gratis hardware"; to avoid misunderstandings GNU recommends using the term free design hardware or libre hardware for free hardware in the strict sense, i.e. hardware with free licensed design. Sometimes -- nowadays maybe even more often -- the term "open source" hardware or open hardware with very similar meaning is encountered, but that is of course a harmful terminology as open source is an inherently harmful capitalist movement ignoring the ethical question of freedom -- hence it is recommended to prefer using the term free hardware. Sometimes the acronym FOSH (free and open source hardware) is used neutrally, similarly to FOSS.

GNU, just like us, highly advocates for free hardware, though, unlike with software, they don't completely reject using non-free hardware nowadays, not just for practical reasons (purely free hardware almost doesn't exist), but also because hardware is fundamentally different from software and it is possible to use some non-free hardware (usually the older one) relatively safely, without sacrificing freedom. The FSF issues so called Respects Your Freedom (RYF) certification for non-malicious hardware products, both free and non-free, that can be used with 100% free software (even though RYF has also been a target of some criticism of free software activists).

We, LRS, advocate for more strict criteria than just a free-licensed hardware design, for example we prefer complete public domain and advocate high simplicity which is a prerequisite of true freedom -- see less retarded hardware for more.

The topic of free hardware is a bit messy, free hardware definition is not as straightforward as that of free software because hardware, a physical thing, has some inherently different properties than software and it is also not as easy to design and create so it evolves more slowly than software. For example the very question of what even is hardware? There is a grey area between hardware and software, sometimes we see firmware as hardware, sometimes as software, sometimes pure software can be hardwired into a circuit so it basically behaves like hardware etc. Hardware design also has different levels, a higher level design may be free-licensed but its physical implementation may require existing lower level components that are non-free -- does such hardware count as free or not? We have to keep these things in mind. While in the software world it is usually quite easy to label a piece of software as free or not, with hardware we rather tend to speak of different levels of freedom, at least for now.

Existing Free And Freedom-Friendly Hardware And Firmware

{ I'm not so much into hardware, this may be incomplete or have some huge errors, as always double check and please forgive :) Report any errors you find, thanks. ~drummyfish }

TODO, WORK IN PROGRESS, UNDER CONSTRUCTION

The following is a list of hardware whose design is at least to some degree free/open (i.e. for example free designs that however may be using a non-free CPU, this is an issue discussed above):

  • Arduino: Extremely popular single board microcontrollers that can be easily used to make various devices. Designs and software tools are free, however the name Arduino is trademarked AND the hardware designs are using existing proprietary components, e.g. the AVR MCUs, i.e. Arduino is not 100% free from the ground up, but the degree of freedom is high and the hardware is kind of simple, i.e. friendly to tinkering and hacking.
  • RISC-V: Big project creating a free-licensed instruction set architecture, usable by anyone for anything etc. (however the RISC-V brand is trademarked). A number of free CPUs/SOC implementations exist (alongside many proprietary implementations), for example PicoRV32 or Sodor.

The following is a list of some "freedom friendly" hardware, i.e. hardware that though partly or fully proprietary is not or can be made non-malicious to the user:

  • Ben NanoNote: tiny GNU/Linux laptop whose design is free, however it utilizes e.g. a proprietary CPU.
  • DragonBox Pyra: Upcoming small handheld computer running GNU/Linux that almost meets the RYF criteria, schematics will be available, GPU drivers are sadly proprietary.
  • Librem 5: WARNING, this device has been criticized a lot. It's an "open"/privacy-friendly smartphone with free-licensed design running GNU/Linux, however it uses proprietary firmware (loaded from secondary CPU to sneakily comply with RYF) and the functionality is, according to reviews, horrible.
  • MNT Reform: "Open hardware" (free-licensed design but using proprietary components) laptop with NXP ARM CPU and Vivante GPU that can run with free drivers, has no camera or microphone. Pretty expensive.
  • Old Thinkpad laptops: Old thinkpads such as X200, T400 and T500 are construction-wise superior to maybe any other laptop ever made, however despite being proprietary they are compatible with libreboot and can be purchased with Intel ME CPU backdoor disabled, offering complete control over the device, plus they can be bought relatively cheap. Very popular.
  • Open consoles such as Arduboy, Pokitto and Gamebuino usually utilize a lot of simple free hardware such as Arduino, provide schematics, free libraries and encourage hacking.
  • Other proprietary laptops: many mostly older laptops are freedom friendly, e.g. Asus C201 Chromebook. You can usually find these in the libreboot compatibility list.
  • Pinephone: Another "free/open" smartphone running GNU/Linux, probably better than Librem5, also uses some proprietary firmware (e.g. for Wifi), design is only source-available.
  • Ringo MakerPhone: Educational Arduino dumbphone running on free software, by Circuitmess. { I own one, is a bit buggy but works for calls and messages. ~drummyfish }

The following is a list of firmware, operating systems and software tools that can be used to liberate freedom-friendly proprietary devices:

  • coreboot: "Open source" replacement for proprietary BIOS in personal computers. For higher compatibility coreboot includes proprietary binary blobs for devices that require them, in a similar fashion to Linux, and so coreboot is not 100% free -- libreboot tries to fix this.
  • libreboot: Completely free version of coreboot, with proprietary blobs removed. However this very much limits the list of libreboot compatible devices.
  • PostmarketOS: Mobile GNU/Linux distribution that can be used to liberate smartphones.
  • Replicant: Fork of Android mobile OS that replaces proprietary components with free software, can be used to liberate smartphones, though it is still bloat.
  • Rockbox: Free firmware for digital audio players allowing replacement of the proprietary firmware and even improving on functionality and GUI.

See Also