Getting Started with Raspberry Pi
Raspberry Pi is one of the most accessible ways to begin exploring computing, electronics, and DIY technology. Whether you want a compact desktop computer, a home server, or a platform for learning to code, Raspberry Pi offers a flexible and beginner-friendly place to start.
What is Raspberry Pi?

Raspberry Pi is a compact, affordable personal computer designed to make computing accessible to everyone. About the size of a credit card, it connects to a monitor, keyboard, and mouse, and runs a full desktop operating system called Raspberry Pi OS.
For home users, Raspberry Pi offers a familiar desktop environment that can be used much like a traditional PC — browsing the internet, creating documents, managing files, and running applications — while also providing the flexibility to explore programming, electronics, and creative projects.
What makes Raspberry Pi unique is its versatility. In addition to functioning as a regular desktop computer, it can also be used for home servers, media centers, smart home systems, retro gaming consoles, and countless DIY technology projects.
What You Need to Get Started
Before setting up your Raspberry Pi, you’ll need a few essential hardware components. Raspberry Pi is a complete computer on a single board, but it still requires external peripherals to function like a desktop system.
Essential Hardware
- Raspberry Pi board – such as Raspberry Pi 4 or Raspberry Pi 5
- microSD card – 16GB or larger recommended
- Power supply – official adapter recommended
- HDMI cable – some models use micro-HDMI
- Monitor or TV
- USB keyboard and mouse
Installing the Operating System

Before you can use your Raspberry Pi, you need to install an operating system (OS). The operating system manages the hardware and allows you to run applications, access the desktop, and use programming tools.
The recommended option is Raspberry Pi OS, the official operating system designed specifically for Raspberry Pi hardware.
Step 1: Download Raspberry Pi Imager
Download Raspberry Pi Imager, the official tool used to install operating systems onto a microSD card. It is available for Windows, macOS, and Linux.
Step 2: Select Your Device and OS
- Select your Raspberry Pi model
- Choose an operating system (Raspberry Pi OS recommended)
- Insert your microSD card
- Select the correct storage device
Step 3: Optional Configuration
You can preconfigure settings such as:
- Username and password
- Wi-Fi credentials
- Time zone and keyboard layout
- SSH for remote access
Step 4: Write the Image
Click Write to install the OS onto the microSD card. Once complete, safely remove the card and insert it into your Raspberry Pi.
First Boot

After inserting the microSD card, connect your monitor, keyboard, mouse, and power supply. The Raspberry Pi will turn on automatically when powered.
During first boot, you may be prompted to:
- Set your country and language
- Connect to Wi-Fi
- Create a username and password
- Update the system
Updating the System
Open the Terminal and run:
$ sudo apt update
$ sudo apt upgrade
Basic Navigation
Raspberry Pi OS provides a desktop environment similar to Windows or macOS, making it easy to navigate for new users.
The Desktop
- Application Menu – access programs and settings
- Taskbar – view open applications
- System Tray – network, volume, and system status
- Clock – date and time
Terminal Basics
Open the Terminal with:
Ctrl + Alt + T
Useful commands:
$ pwd
$ ls
$ cd foldername
$ sudo apt update
Learning a few basic commands will help you get the most out of your Raspberry Pi and unlock more advanced capabilities.
Cover image credit: Raspberry Pi Ltd.