# OS Installation

There are different operating systems available for Raspberry Pi. I usually choose Raspberry Pi OS, which was formerly known as Raspbian.

### Requirements

To install the OS, we need:

* Raspberry Pi
* Memory SD card
* USB cable

### Raspberry Pi OS

Raspberry provides a software assistant to download and burn the chosen OS into your SD card. You can download it from the [official website](https://www.raspberrypi.org/software/).

![](https://3843519048-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MS0GkbkSOa0mBDFFjNz%2F-MS4HgO-PDWWvsnY68NB%2F-MS4Jlg728b7qNNNnDdA%2Fimage.png?alt=media\&token=e6bf6c2a-99fe-4d17-b041-56221aef5504)

### Install

Connect the Raspberry Pi to the computer and launch the Raspberry Pi manager. Choose the operating system, the SD card, and click on *Write*. This process might take few minutes.

If everything succeeds, you’ll see the following message:

![](https://cdn-images-1.medium.com/max/1600/1*ToV6Z-PlWXqgUZH11SqtWQ.png)

If not, you may want to try to select the *Erase* option from the *Operating System* options in the first figure.

{% hint style="info" %}
More info in the [Raspberry Pi blog](https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/).
{% endhint %}
