
Warning
This project is not stable and currently in heavy development.
KioskiPi is an automated web kiosk setup written in Go, designed for Raspberry Pi systems.
- Auto-launch web in kiosk mode
- Hide Cursor
- Custom config port
- Raspberry Pi Lite support
- Auto-restart on failure/crash
- Auto-scroll
- Auto-updates
- Multi-page support
- Show page on specific time
curl -fsSL https://raw.githubusercontent.com/robke96/kioskipi/master/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/robke96/kioskipi/master/scripts/install_lite.sh | bash
curl -fsSL https://raw.githubusercontent.com/robke96/kioskipi/master/scripts/uninstall.sh | bash
After installation, KioskiPI runs automatically. To edit config, open a browser and go to:
http://<raspberry-pi-ip>:54321
Replace <raspberry-pi-ip>
with the IP address of your Raspberry Pi on the local network.
- Raspberry Pi OS (Full) 32-64bit
Contributions are welcome! Open an issue or submit a pull request to get started.