Jump to content
Wikipedia The Free Encyclopedia

Raspberry Pi OS

From Wikipedia, the free encyclopedia
Operating system
Raspberry Pi OS
Raspberry Pi OS (Trixie) running its default desktop environment
Developer Raspberry Pi Holdings
OS familyUnix-like
Working stateCurrent
Source modelOpen-source
Initial release15 July 2012; 13 years ago (2012年07月15日)
Latest release 6.0 / 1 October 2025[1]  Edit this on Wikidata
Available in23 languages[2]
List of languages
  • Chinese
  • Czech
  • Danish
  • Dutch
  • English
  • Finnish
  • French
  • German
  • Greek
  • Hungarian
  • Italian
  • Japanese
  • Korean
  • Norwegian Bokmål
  • Polish
  • Portuguese
  • Russian
  • Slovak
  • Spanish
  • Swedish
  • Thai
  • Turkish
  • Ukrainian
Update method
Package manager APT, dpkg
Supported platformsarmhf, aarch64
Kernel typeMonolithic (Linux)
Userland GNU
InfluencedTwister OS
Influenced byDebian
Default
user interface
labwc (Wayland-based)
License Free and open-source software licenses (mainly GPL)
Official websiteraspberrypi.com/software

Raspberry Pi OS is a Unix-like operating system developed for the Raspberry Pi line of single-board computers. Based on Debian, a Linux distribution, it is maintained by Raspberry Pi Holdings and optimized for the Pi's hardware, with low memory requirements and support for both 32-bit and 64-bit architectures. Originally released in July 2012 under the name Raspbian, it was introduced shortly after the launch of the first Raspberry Pi model.[3] [4]

The operating system is compatible with all Raspberry Pi models except the Raspberry Pi Pico microcontroller. It is available in several configurations: a standard edition, a "Lite" version without a desktop environment, and a "Full" version that includes additional software such as LibreOffice and Wolfram Mathematica. The operating system is available as a free download and can be installed using the official Raspberry Pi Imager utility. It is also sold preloaded on official microSD cards.

History

[edit ]

Raspbian was first developed by Mike Thompson and Peter Green as an independent and unofficial port of Debian to the Raspberry Pi.[5] The first build was released on 15 July 2012.[6] As the Raspberry Pi had no officially provided operating system at the time, the Raspberry Pi Foundation built on the work by the Raspbian project and began producing and releasing their own operating system images of the software.[7] The Foundation's first release of Raspbian, which now referred both to the community project as well as the official operating system, was announced on 10 September 2013.[3]

On 28 May 2020, the Raspberry Pi Foundation announced a beta 64-bit version. However, this version was not based on Raspbian, instead taking its user space software from Debian.[8] When the Foundation did not want to use the name Raspbian to refer to software that was not based on the Raspbian project, the name of the officially provided operating system images was changed to Raspberry Pi OS.[8] This change was also carried over to the 32-bit images that they distributed, though it continued to be based on Raspbian.[8] The 64-bit version of Raspberry Pi OS was officially released on 2 February 2022.[9]

Features

[edit ]

User interface

[edit ]

The Raspberry Pi OS user interface is optimized for Raspberry Pi hardware and tuned to have low base memory requirements, aiming to deliver a lightweight, fast, and energy-efficient desktop experience.[10] [11] [12] It is built on the Wayland display protocol, using labwc as its compositing manager, which is based on wlroots, a modular Wayland implementation that underpins several other compositors.[13]

The operating system previously used the X Window System. A transition to Wayland began with the Bullseye release in 2021, which introduced the mutter window manager to support both X and Wayland environments. In the Bookworm release of 2023, wayfire was adopted as a dedicated Wayland compositor. However, performance issues on older Raspberry Pi models prompted a search for a more suitable alternative. In 2024, developers ultimately selected labwc, a lightweight compositor that better matched the hardware's capabilities. Following collaboration and extensive optimization, labwc now offers performance comparable to X across all models, and Raspberry Pi OS now defaults to Wayland.[13]

The interface is designed to feel familiar to users of macOS and Microsoft Windows.[12] It provides a traditional desktop environment with a top menu bar that includes an application menu, shortcuts to frequently used programs, and system controls such as Bluetooth, Wi-Fi, volume, and clock.[14]

Other components

[edit ]

Raspberry Pi OS originally included the Epiphany web browser, but transitioned to Chromium in 2016.[10] Firefox was added as an additional pre-installed browser option in 2023. The included browsers come with uBlock, an ad-blocking extension, and h264ify, an extension that makes YouTube serve videos using the H.264 codec which is supported by the Raspberry Pi's hardware acceleration.[10] [15] As of May 2025[update] , other pre-installed applications includes Geany, ImageMagick, Thonny, VNC Viewer and VLC media player.[16]

As of May 2025[update] , installations with the full suite of recommended software includes Claws Mail, Firebird database server, KiCad, LibreOffice, Java, Scratch, and Wolfram Mathematica, and additional font packages.[17]

Software can be installed via the APT (Advanced Package Tool) command-line interface, or through graphical front-ends such as the included Add/Remove Software tool, or by using third-party app stores like Pi-Apps.[18]

Reception

[edit ]

According to Raspberry Pi Imager usage statistics, Raspberry Pi OS accounted for 67% of all operating system downloads for the Raspberry Pi in May 2025, followed by Ubuntu at 9%.[2]

In a 2015 review, Jesse Smith of DistroWatch found that while Raspbian was not well-suited for heavier desktop workloads, it provided a functional experience with its lightweight environment. He noted that the system was responsive when running a modest number of applications, but struggled with more resource-intensive software such as LibreOffice or Firefox.[19]

In a January 2024 review for Ars Technica , Andrew Cunningham tested Raspberry Pi OS 12 (Bookworm) on a Pi 5 with 8 GB of RAM and found it functional for general-purpose desktop use, but with notable limitations. While it handled basic tasks like writing, web browsing, and audio editing well, the OS lacked modern conveniences such as window snapping, a notification center, refined window borders, and smooth multi-monitor performance. Its software ecosystem was also constrained by limited native app availability for ARM Linux, often requiring users to rely on web-based versions of services like Slack, Zoom, and Dropbox.[20]

Microsoft repository controversy

[edit ]

In January 2021, the Raspberry Pi OS package raspberrypi-sys-mods added a Microsoft GPG encryption key and repository configuration to the APT package manager, enabling easier installation of Visual Studio Code, a source code editor. As a result, the system contacted Microsoft’s servers during update checks, prompting concerns among users due to privacy considerations and Microsoft's once-adversarial history with the open source software community. The repository configuration was later removed.[21] [22] [23]

Versions

[edit ]

Raspberry Pi OS is available in three main variants:

  • Raspberry Pi OS Lite – a minimal version without a desktop environment
  • Raspberry Pi OS with desktop – includes the desktop environment and a limited number of pre-installed applications
  • Raspberry Pi OS with desktop and recommended software – includes the desktop environment and the full suite of recommended pre-installed applications

Each variant is available in both 32-bit and 64-bit versions.[24] [25]

A "legacy" branch has been available since December 2021. It is based on the previous stable release of Debian, allowing for continued use of older software while still receiving security and hardware support updates. All standard variants (Lite, with desktop, and with desktop and recommended software) are offered in this legacy form.[26]

New major versions of Debian are released every two years, typically in the summer of odd-numbered years (e.g., 2023, 2025, 2027). Raspberry Pi OS ports of each new Debian release generally follow a few months later, usually in the fall.[27]

Raspberry Pi OS can be purchased pre-installed on a microSD card or downloaded as a .img disk image file to be written to an SD card or other media. Official documentation recommends a minimum of 16 GB for the Lite version and at least 32 GB for versions with a desktop environment.[28]

The Raspberry Pi Imager utility was introduced in March 2020 to simplify the installation of a disk image file onto an SD card or other media. Available for macOS, Raspberry Pi OS, Ubuntu, and Windows, it allows users to download and write the disk image file in a single application. In addition to Raspberry Pi OS, the utility supports a variety of third-party operating systems.[29]

Releases

[edit ]
Legend:
Unsupported
Supported
Latest version
Preview version
Future version
Version Release date Debian version Linux kernel GCC APT User interface 1 2 3 Zero 3+ 4 Zero 2 5
Unsupported: 0 2013年09月27日 7
(Wheezy)
3.6 4.7.2 0.9.7 X.Org Server 1 Yes No No No No No No No
2013年10月07日 Yes No No No No No No No
2013年12月24日 3.10 Yes No No No No No No No
2014年01月09日 Yes No No No No No No No
2014年06月22日 3.12 Yes No No No No No No No
2014年07月08日 Yes No No No No No No No
2014年09月12日 Yes No No No No No No No
2014年10月08日 Yes No No No No No No No
2014年12月25日 Yes No No No No No No No
2015年02月02日 3.18 Yes Yes No No No No No No
2015年02月17日 Yes Yes No No No No No No
2015年02月18日 Yes Yes No No No No No No
2015年05月07日 Yes Yes No No No No No No
2015年05月12日 Yes Yes No No No No No No
Unsupported: 1 2015年09月28日 8
(Jessie)
4.1 4.9 1.0.9.8.1 Yes Yes No No No No No No
2015年11月24日 Yes Yes No No No No No No
2016年02月08日 Yes Yes No No No No No No
2016年02月09日 Yes Yes No No No No No No
2016年02月29日 Yes Yes Yes No No No No No
2016年03月18日 Yes Yes Yes No No No No No
2016年05月13日 4.4 Yes Yes Yes No No No No No
2016年05月31日 Yes Yes Yes No No No No No
2016年09月28日 Yes Yes Yes No No No No No
2016年11月29日 Yes Yes Yes No No No No No
2017年02月27日 4.9 Yes Yes Yes No No No No No
2017年03月03日 Yes Yes Yes Yes No No No No
2017年04月10日 Yes Yes Yes Yes No No No No
2017年06月23日 Yes Yes Yes Yes No No No No
2017年07月05日 Yes Yes Yes Yes No No No No
Unsupported: 2 2017年08月17日 9
(Stretch)
6.3 1.4.6 Yes Yes Yes Yes No No No No
2017年09月08日 Yes Yes Yes Yes No No No No
2017年11月29日 Yes Yes Yes Yes No No No No
2018年03月13日 Yes Yes Yes Yes No No No No
2018年04月18日 4.14 1.4.8 Yes Yes Yes Yes Yes No No No
2018年06月29日 Yes Yes Yes Yes Yes No No No
2018年10月09日 Yes Yes Yes Yes Yes No No No
2018年11月13日 Yes Yes Yes Yes Yes No No No
2019年04月08日 1.4.9 Yes Yes Yes Yes Yes No No No
Unsupported: 3 2019年06月24日 10
(Buster)
4.19 8.3 1.8.2 Yes Yes Yes Yes Yes Yes No No
2019年07月10日 Yes Yes Yes Yes Yes Yes No No
2019年09月30日 Yes Yes Yes Yes Yes Yes No No
2020年02月07日 Yes Yes Yes Yes Yes Yes No No
2020年02月14日 Yes Yes Yes Yes Yes Yes No No
2020年05月27日 Yes Yes Yes Yes Yes Yes No No
2020年08月20日 5.4.51 Yes Yes Yes Yes Yes Yes No No
2020年12月02日 5.4.79 1.8.2.1 Yes Yes Yes Yes Yes Yes No No
2021年01月11日 5.4.83 1.8.2.2 Yes Yes Yes Yes Yes Yes No No
2021年03月04日 5.10.17 Yes Yes Yes Yes Yes Yes No No
2021年05月07日 1.8.2.3 Yes Yes Yes Yes Yes Yes Yes No
2021年10月30日 5.10.63 Yes Yes Yes Yes Yes Yes Yes No
Unsupported: 4 2021年12月03日 11
(Bullseye)
10.2.1 2.2.4 X.Org Server 1.20 Yes Yes Yes Yes Yes Yes Yes No
2022年01月28日 5.10.92 Yes Yes Yes Yes Yes Yes Yes No
2022年03月08日 5.10.103 Yes Yes Yes Yes Yes Yes Yes No
2022年04月04日 5.15.30 Yes Yes Yes Yes Yes Yes Yes No
2022年09月06日 5.15.61 Yes Yes Yes Yes Yes Yes Yes No
2022年09月22日 Yes Yes Yes Yes Yes Yes Yes No
2023年02月21日 5.15.84 Yes Yes Yes Yes Yes Yes Yes No
2023年05月03日 6.1.21 Yes Yes Yes Yes Yes Yes Yes No
2023年12月05日 Yes Yes Yes Yes Yes Yes Yes No
2024年03月12日 Yes Yes Yes Yes Yes Yes Yes No
2024年07月04日 Yes Yes Yes Yes Yes Yes Yes No
2024年10月22日 Yes Yes Yes Yes Yes Yes Yes No
2025年05月06日 Yes Yes Yes Yes Yes Yes Yes No
Unsupported: 5.0 2023年10月10日 12
(Bookworm)
12.2.0 2.6.1 X.Org Server 21.1 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.1 2023年12月05日 6.1.69 12.2.4 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.2 2024年03月15日 6.6.20 12.2.0 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.3 2024年05月29日 6.6.31 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.4 2024年07月04日 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.5 2024年11月19日 6.6.51 labwc 0.7.2 Yes Yes Yes Yes Yes Yes Yes Yes
Unsupported: 5.6 2025年05月06日 6.12.25 labwc 0.8.1 Yes Yes Yes Yes Yes Yes Yes Yes
Supported: 5.7 2025年10月01日 6.12.47 Yes Yes Yes Yes Yes Yes Yes Yes
Latest version: 6.0 2025年10月01日 13
(Trixie)
6.12.47 14.2.0 3.0.3 labwc 0.8.4 Yes Yes Yes Yes Yes Yes Yes Yes

References

[edit ]
  1. ^ "Trixie — the new version of Raspberry Pi OS". 1 October 2025. Retrieved 2 October 2025.
  2. ^ a b "rpi-imager Stats". Raspberry Pi. Retrieved 21 February 2021.
  3. ^ a b "Raspbian release notes" . Retrieved 24 February 2022.
  4. ^ Upton, Eben (28 May 2020). "8GB Raspberry Pi 4 on sale now at 75ドル". Raspberry Pi. Retrieved 19 May 2025.
  5. ^ "RaspbianAbout – Raspbian". www.raspbian.org. Archived from the original on 14 June 2016. Retrieved 5 June 2016.
  6. ^ "Index of /raspbian/images/2012-07-15-wheezy-raspbian". downloads.raspberrypi.com. Retrieved 9 December 2021.
  7. ^ "RaspbianImages – Raspbian". www.raspbian.org. Retrieved 24 February 2022.
  8. ^ a b c Piltch, Avram (30 May 2020). "Raspberry Pi OS: Why It's No Longer Called 'Raspbian'". Tom's Hardware . The official Pi operating system is now called 'Raspberry Pi OS.'
  9. ^ "Raspberry Pi OS (64-bit)". Raspberry Pi. 2 February 2022. Retrieved 24 February 2022.
  10. ^ a b c Long, Simon (28 September 2016). "Introducing PIXEL". Raspberry Pi Holdings.
  11. ^ Kabade, Rajat (30 September 2016). "Raspberry Pi gets LXDE-based PIXEL desktop environment". Open Source For You. Retrieved 16 November 2021.
  12. ^ a b "Customise your Raspberry Pi desktop". Raspberry Pi Foundation. Retrieved 26 April 2022.
  13. ^ a b Long, Simon (28 October 2024). "A new release of Raspberry Pi OS". Raspberry Pi. Retrieved 28 May 2025.
  14. ^ Long, Simon (11 October 2023). "Bookworm — the new version of Raspberry Pi OS". Raspberry Pi. Retrieved 28 May 2025.
  15. ^ Long, Simon (7 May 2025). "A new Raspberry Pi OS release". Raspberry Pi. Retrieved 28 May 2025.
  16. ^ "Raspberry Pi OS Bookworm arm64 info". Raspberry Pi Holdings. 2025年05月13日. Retrieved 11 June 2025.
  17. ^ "Raspberry Pi OS Bookworm full arm64 info". Raspberry Pi Holdings. 13 May 2025. Retrieved 11 June 2025.
  18. ^ Pounder, Les (2024年04月04日). "How to manage applications on your Raspberry Pi with Pi-Apps". Tom's Hardware. Retrieved 2025年06月11日.
  19. ^ Smith, Jesse (22 June 2015). "DistroWatch Weekly, Issue 615, 22 June 2015". DistroWatch. Retrieved 19 June 2018.
  20. ^ Cunningham, Andrew (2024年01月08日). "What I learned from using a Raspberry Pi 5 as my main computer for two weeks". Ars Technica . Retrieved 2025年06月02日.
  21. ^ Salter, Jim (8 February 2021). "Raspberry Pi OS added a Microsoft repo. No, it's not an evil secret". Ars Technica. Retrieved 24 February 2022.
  22. ^ "Raspberry Pi | Microsoft Visual Studio Code APT repository automatically added · Issue #4083 · MichaIng/DietPi". GitHub. Retrieved 24 February 2022.
  23. ^ "Remove MS repo · RPi-Distro/raspberrypi-sys-mods@ed96790". GitHub. Retrieved 6 September 2021.
  24. ^ "Operating system images". Raspberry Pi. Retrieved 2025年06月14日.
  25. ^ Bret (2025年05月24日). "Raspberry Pi 5 Operating Systems: Complete Guide to All OS Options". bret.dk. Retrieved 2025年06月16日.
  26. ^ ""New" old functionality with Raspberry Pi OS (Legacy)". Raspberry Pi. 2 December 2021. Retrieved 24 February 2022.
  27. ^ KL, Arun (13 December 2023). "Raspberry Pi OS Guide: Lite vs Desktop vs Full". TheSecMaster. Retrieved 21 May 2025.
  28. ^ "Raspberry Pi Documentation – Getting Started". Raspberry Pi. Retrieved 24 February 2022.
  29. ^ Hollingworth, Gordon (2020年03月05日). "Introducing Raspberry Pi Imager, our new imaging utility". Raspberry Pi. Retrieved 2025年06月11日.
[edit ]
Android
LineageOS
Arch
Debian
Ubuntu
Fedora
CentOS
Stream
Gentoo
Mandrake
Mandriva
Slackware
SUSE
Other
Discontinued
Android
Arch
Debian
Gentoo
Red Hat,
Fedora
Slackware
SUSE
Other

AltStyle によって変換されたページ (->オリジナル) /