# HyperBian
Is a ready to use image for your Raspberry Pi. Based on the original Raspberry Pi Foundation image "Raspberry Pi OS Lite". Hyperion is already pre installed. So simply
- Download
- Burn image on SD
- Power on your Pi
- Visit with your Browser
http://IpOfYourPi:8090
for configuration
# Requirements
- SD card with at least 2GB size
- Raspberry Pi
- Linux/Mac/Windows + SD card read/writer
# Installation
- Download the image here: HyperBian Download (opens new window)
- Extract HyperBian-XXXX.img out of the HyperBian.zip
- Burn the extracted HyperBian-XXXX.img to your SD card. Below 3 instructions for the specific system
- On Windows: INSTALLING OPERATING SYSTEM IMAGES USING WINDOWS (opens new window)
- On Mac: INSTALLING OPERATING SYSTEM IMAGES ON MAC OS (opens new window)
- On Linux: INSTALLING OPERATING SYSTEM IMAGES ON LINUX (opens new window)
- In case your Raspberry Pi has WiFi or you want to use a WiFi stick, you could pre-configure the Wifi SSID and password before you plugin the SD in your Pi. See HyperBian Wifi
- Optional: Enable SSH HyperBian SSH
# HyperBian WiFi
In case you want to use WiFi with your Raspberry Pi, you can include the Wifi SSID and password after you burned the HyperBian-XXXX.img to your SD card for auto configuration on first boot. Open the SD card with a file explorer. It's called "boot".
- Create a new text file
Create a new textfile
- Rename it to "wpa_supplicant.conf"
Rename to wpa_supplicant.conf
- Add your WiFi credentials.
Replace YOUR_SSID and YOUR_PASSWORD with your values.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="YOUR_SSID"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
Note:
You need to replace 'GB' with the ISO code of your country. See Wikipedia for a list of country codes.
- Save it! You are done, the WiFi will be configured during next boot
# HyperBian SSH
You should never need it for daily usage, but for completion: To enable SSH access, plugin your sd card with HyperBian already installed into your computer, and open the "boot" partition with a file explorer. Create a empty file named ssh
in the root directory (without file extension). SSH will be enabled now on next boot.

# SSH LOGIN
- User:
hyperion
- Password:
ambientlight
TIP
HyperBian is shipped with an English keyboard configured. If you do not own an English keyboard some keys might be found at a different place.
For the first time login, type as you would have an English keyboard; after logging in successfully you can update to your keyboard layout via sudo raspi-config
.