This project provides a script to set up a minimal web kiosk on a Raspberry Pi, following the guide at r0b.io.
- Boots directly to Chromium in kiosk mode
- Minimal X11/Openbox environment
- Fast startup, no desktop environment
sudo apt-get install -y git
git clone https://github.com/BE-Code/eyeBot.git
cd eyeBot
./setup-kiosk.shAfter running the script, the Raspberry Pi will launch raspi-config automatically. Use it to enable autologin:
- In the
raspi-configmenu, navigate to:- System Options
- Auto Login
- Yes
- Finish and exit
raspi-config. The Pi will reboot.
Once autologin is enabled, the kiosk will start automatically after each boot.
- Edit
~/.xinitrcto change the kiosk URL or Chromium flags.