arm编译捷径
sudo apt-get install qt5-qmake cmake libqt5webkit5-dev git
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev qt5-qmake cmake
git clone https://github.com/44670/fbrowser
cd fbrowser
mkdir build;cd build;cmake ..;make
./FBrowser --platform linuxfb
riscv64也许也可以这样?
QtWebKit-based web browser on Linux framebuffer.
This browser is not intended for visiting untrusted websites.
By default, OSBridge is enabled, which allows JavaScript to execute arbitrary code on the host system for accessing hardware resources and system services directly. This feature could be disabled in config.json.
Additionally, QtWebKit is based on an old WebKit revision with known unpatched security issues. In this case, it is strongly recommended to avoid using this browser with untrusted websites or transferring sensitive data.
- A simple web browser that draws on framebuffer directly, does not require X server.
- Low memory footprint, works well on devices with >= 128MB RAM.
- Webkit-based, supports modern HTML5 features, 100/100 on ACID3 test.
- No OpenGL implementation required, works on embedded processors that have no GPU or GPU driver is not available.
- Packaged as a rootfs including all dependencies, could be used as a standalone OS or inside a chroot container on existing Linux distributions.
- Built-in websocket server for remote management.
- Provides JSBridge/OSBridge API for controlling host system with JavaScript.
- Compiled for armv6 and riscv64. Tested on Rpi Zero/Zero2 and Allwinner D1.
This project is licensed under the LGPLv3 and commercial license.
Commercial license can be purchased by individual users or organizations.
Please note that you don't need to buy commercial license if your use of this project is compitable with LGPLv3 .