|
1 | 1 | # Awesome Raspberry Pi [](https://github.com/sindresorhus/awesome)
|
2 | 2 |
|
3 |
| -> The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries. |
| 3 | +> The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries. Official Link: [Raspberry Pi Homepage](https://raspberrypi.org) |
4 | 4 |
|
5 | 5 | This list is a collection of tools, projects, images and resources conforming to the [Awesome Manifestio](https://github.com/sindresorhus/awesome/blob/master/awesome.md)
|
6 | 6 |
|
7 | 7 | Contributions *very welcome* but first see [Contributing](#contributing)
|
8 | 8 |
|
9 | 9 | # Contents
|
10 |
| -* [Images](#images) |
| 10 | +* [OS Images](#os_images) |
11 | 11 | * [Tools](#tools)
|
12 | 12 | * [Projects](#projects)
|
13 | 13 | * [Resources](#resources)
|
14 | 14 |
|
15 |
| -# Images |
| 15 | +# OS Images |
| 16 | +* [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) - The official supported Raspberry Pi OS, based on Debian and available as a lite version. |
| 17 | +* [NOOBS](https://www.raspberrypi.org/downloads/noobs/) - New Out Of the Box Software, an easy OS installer for beginners. |
| 18 | +* [Ubuntu MATE](https://ubuntu-mate.org/raspberry-pi/) - Ubuntu distribution for the Raspberry Pi based on MATE desktop. |
| 19 | +* [Snappy Ubuntu Core](https://developer.ubuntu.com/en/snappy/start/raspberry-pi-2/) - Official (minimal) Ubuntu distribution for IoT. |
| 20 | +* [Windows 10 IoT Core](https://developer.microsoft.com/nl-nl/windows/iot/Downloads.htm) - Windows 10 distribution for IoT. |
| 21 | +* [OSMC](https://osmc.tv/) - Open Source Media Centre, based on Kodi |
| 22 | +* [PiNet](http://pinet.org.uk/) - A system to manage Raspberry Pi classrooms. |
| 23 | +* [Risc OS](https://www.riscosopen.org/content/downloads/raspberry-pi) - Non-Linux OS originated from the group that developed the ARM microprocessor |
| 24 | +* [RuneAudio](http://www.runeaudio.com/) - A free and open source OS that turns embedded hardware into Hi-Fi music players. |
| 25 | +* [OpenELEC](http://openelec.tv/) - Open Embedded Linux Entertainment Center, a very lightweight Kodi build. |
16 | 26 |
|
17 | 27 | # Tools
|
| 28 | +* [PiBakery](http://www.pibakery.org/) - The blocks based, easy to use setup tool for Raspberry Pi. |
| 29 | +* [ApplePi Bakery](http://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/) - A macOS application to easily install/backup/restore images onto an SD card. |
18 | 30 |
|
19 | 31 | # Projects
|
20 | 32 |
|
|
0 commit comments