Raspberry Pi OS: Why It's No Longer Called 'Raspbian'

Raspberry Pi OS
(Image credit: Tom's Hardware)

 On Thursday, in addition to releasing the new 8GB Raspberry Pi 4, the Raspberry Pi Foundation announced that it was changing the name of its official operating system from "Raspbian" to "Raspberry Pi OS." For Pi fans who've been using (and writing about) the operating system for years, this is a fairly consequential change, but not one without justification.

The organization that develops and sells Raspberry Pi hardware will now support two different types of its first-party operating system, the traditional 32-bit variety that was formerly known as Raspbian and a new, 64-bit one that looks the same but enables you to use 64-bit apps that can consume more than 4GB of RAM.  Both platforms will be named Raspberry Pi OS, just as Microsoft, which has both 32 and 64-bit OSes, calls both of its products Windows 10.

So why not just name the 64-bit operating system Raspbian (64-bit)? The answer lies in the history of Raspbian and the people behind it. First developed in 2012, the year that the original Raspberry Pi launched, Raspbian is a 32-bit fork of Debian Linux that's optimized for the Pi, especially the BCM2835 ARMv6 processor that powers the Raspberry 1 and Raspberry Pi Zero.

Raspbian is run as its own open-source project by developers Peter Green and Mike Thompson and, though they work closely with and are supported by the Raspberry Pi Foundation, they are an independent entity. However, the first-party "Raspbian" OS image that users have been downloading from the Raspberry Pi Foundation is just one image of several that are built on the Raspbian core. Raspbian.org lists several other Raspbian-powered OS images compiled by other organizations, though most haven't been updated in years. 

Raspbian.org Home Page

The Raspbian project maintains its own website at raspbian.org. (Image credit: Tom's Hardware)

The new, 64-bit operating system doesn't use software from the Raspbian project at all, instead taking its "userland," the part of the OS that floats above the Kernel, from Debian arm64. In a post on the raspberrypi.org forums, Green explains that he doesn't want the Raspbian name used for something that doesn't incorporate code from his project.

"For a while now raspberry pi have been considering 64-bit images," Green wrote. "Eben [Upton, founder of Raspberry Pi] sent me an email asking my opinion about nomenclature and I expressed that I would not be pleased about the use of the name "Raspbian" for images that did not contain anything from Raspbian."

Green also wrote that he plans to continue the Raspbian project, which will undoubtedly continue to be used to build the 32-bit version of Raspberry Pi OS. Considering that many models of Raspberry Pi, including the very-popular Raspberry Pi Zero, will never work with a 64-bit OS, the 32-bit platform will continue to be important if not dominant for years to come. 

According to Raspberry Pi Founder Eben Upton, the name change to Raspberry Pi OS makes sense, because Raspbian has always been the underlying technology, not the platform itself. In a statement to Tom's Hardware, he wrote:

"Raspbian is an independent open-source project, which maintains a rebuild of the Debian armhf port modified to run on armv6 hardware. Starting from an armhf bootstrap, NEON fastpaths and a small number of armv7-only scalar instructions are removed through build settings). Using Raspbian allows us to take advantage of the hardware floating point unit on the original BCM2835 AP, which using the "official" Debian armel port wouldn't. 

So when we say 'Raspbian image' what we mean is 'our Raspberry Pi operating system image built using the Raspbian repos', but what people hear is 'Raspbian is the name of Raspberry Pi's operating system.'

This confusion is fairly harmless, until you get to 64-bit. The 64-bit equivalent of 'Raspbian' is 'the Debian arm64 port.' It isn't 'Raspbian' or 'Raspbian64' or anything like that. So we're overdue for an actual name for the OS, and we're taking the opportunity to clear up the confusion around the 32-bit OS at the same time."

The first release to be labeled Raspberry Pi OS launched on May 28th, with several new features, including Bookshelf, an app that offers free issues of MagPi, the official Raspberry Pi magazine. You can see the new name in the splash screen at bootup, but you'll still find the Raspbian nomenclature in some parts of the OS, including when you use the cat /etc/os-release command. 

Avram Piltch
Avram Piltch is Tom's Hardware's editor-in-chief. When he's not playing with the latest gadgets at work or putting on VR helmets at trade shows, you'll find him rooting his phone, taking apart his PC or coding plugins. With his technical knowledge and passion for testing, Avram developed many real-world benchmarks, including our laptop battery test.
  • quintux
    what is in a name? a raspbian by any other name would smell as a berry :D
    Reply
  • JarredWaltonGPU
    quintux said:
    what is in a name? a raspbian by any other name would smell as a berry :D
    O Raspbian, Raspbian, wherefore art thou Raspbian?
    Deny thy founder and refuse thy base.
    Or if thou wilt not, be but newly compiled
    And I'll no longer be a 32-bit.
    Reply
  • bit_user
    For me, Raspian always sounded a bit too much like Rasputin:

    https://en.wikipedia.org/wiki/Grigori_Rasputin
    I'm not sure that's quite the image Raspberry Pi is going for...

    I find the new name somewhat disappointing. I think they really should've riffed on themes of Raspberry, Pi, or Pie, to come up with something more clever and catchy. Not worth losing sleep over, but a missed opportunity.

    I'm much more concerned about how Avram's 8 GB review claims the 64-bit image still uses entirely 32-bit userspace. The Linux world has over 15 years of experience with distros simultaneously supporting 32-bit and 64-bit userspace (on x86). This is not rocket science.
    Reply
  • mrv_co
    Better than 'Raspbian RT'. Not better than PiOS 64-Bit.
    Reply
  • TJ Hooker
    bit_user said:
    I'm much more concerned about how Avram's 8 GB review claims the 64-bit image still uses entirely 32-bit userspace. The Linux world has over 15 years of experience with distros simultaneously supporting 32-bit and 64-bit userspace (on x86). This is not rocket science.
    The 64 bit version is still in beta, hopefully they'll have implemented a 64 bit userspace by the time it's formally released.
    Reply
  • bit_user
    TJ Hooker said:
    The 64 bit version is still in beta, hopefully they'll have implemented a 64 bit userspace by the time it's formally released.
    I share your hope, but realistically that's a very major change that should've happened pretty much at the outset, if they were going to do it at all.

    The one bright spot is that with a 64-bit kernel, you should be able to compile your own 64-bit userspace software, or install 64-bit 3rd party packages. I assume people have even setup additional repos with 64-bit userspace components. It's just unfortunate if it has to be such a hodgepodge approach.

    BTW, let's not forget that Pi v3 had 64-bit cores, as well. So, that's presumably now 2 generations of Pi's that should be able to run R.PiOS-64 (my abbreviation).
    Reply