I need suggestion for a lightweight browser for kiosk mode for raspberry pi zero. Chromium is running but it is a bit slow for my required application. My application is just displaying scrolling text data from server port.
Asked
Active
Viewed 1.4k times
2 Answers
5
Kweb would be a pretty good option for a kiosk as it was made for that purpose. Midori also might work fine for you. You can look at this MagPi article about different browsers on the Pi. If you search you'll find websites with benchmarks of different browsers like this.
aditya
- 994
- 6
- 17
0
Try Falkon which you'll find packaged by recent versions of debian.
sudo apt install falkon
I found it used about 80M on the start page.
brettinternet
- 101
- 2