4.md 2.1 KB

["Installation Guide"]

Installation

For Raspberry Pi (For Raspberry Pi 4B+)

If you are using Raspberry Pi as your host, you can download one of the images and flash the image into your SD card. You will find a new network device named "ArozOS (ARxxx)" pop up in your "Network Neighbourhood". Double click the icon and you will be redirect to the system Web setup interface.

You can find the links of the image in the README file of the Github repo.

https://github.com/tobychui/arozos

To optain the .img file, you can unzip the compressed image using 7zip. If you don't have it, you can get it here

For other ARM SBC(e.g. Orange Pi / Banana Pi / Friendly ARM's Pis)

Download the correct architecture binary from the "release" tab and upload the binary with the "web" and "system" folder in "/src". After upload, you should have the following file structure

$ ls
aroz_online_linux_arm64  web  system

Start the binary by calling sudo ./aroz_online_linux_arm64 (or without sudo if you prefer no hardware management)

For PC with x64 (amd64) CPU

Install Debian Buster on your PC and download the binary arozos_linux_amd64 with the web and system folder. You will see something like this everything is downloaded.

$ ls
arozos_linux_amd64  web  syste

Start the binary with ./arozos_linux_amd64

Build From Source

Linux (Debian) / Darwin (MacOS)

To build from source, install Git and Go and follow the instructions below.

git clone https://github.com/tobychui/arozos arozos
cd ./arozos/src
go build

Required Linux Packages

The ArozOS will require these extra packages to function normally.

  1. fmpeg

  2. wpa_supplicant (or nmcli), if you have wlan interface(s)

Windows

If you are deploying on Windows, you need to add ffmpeg to %PATH% environment variable.

This system can be built and run on Windows hosts with the following build instructions

# Download the whole repo as zip and cd into it
cd .\arozos\src\
go build
arozos.exe

However, not all features are available for Windows (e.g. WiFi / Samba)