HotSpotOS
A Raspberry Pi distribution that starts a WiFi hotspot when it cannot join an existing network, and bridges Ethernet to WiFi clients when wired internet is available.
Source
How it works
Based on CustomPiOS and auto-hotspot scripts (derived from roboberry’s approach).
- Flash the image like any Raspberry Pi OS image
- Optionally set WiFi in
hotspotos-wpa-supplicant.txton the boot partition - Boot — if WiFi joins, behaves like normal Pi OS; otherwise AP
hotspot/ passwordraspberry - Ethernet connected → bridges WAN to the hotspot
- SSH:
hotspot.lan(Bonjour) or router-assigned IP; userpi/ passwordraspberry(change withpasswd)
Default hotspot IP: 192.168.50.1. Hostnames use .lan.
Features
- Headless WiFi config via
hotspotos-wpa-supplicant.txt - IPv6 with prefix delegation
- Pi 3 / 3B+ / Zero W supported (see repo for current hardware notes)