catacombing / kumo

A Wayland Mobile Browser
GNU General Public License v3.0
19 stars 2 forks source link

Kumo - A Wayland Mobile Browser

Kumo is a web browser with a UI focused on portrait-mode touchscreen mobile devices. It is optimized to run on low-end hardware with a limited battery life.

Features

Kumo is a UI written around Safari's WebKit browser engine, so they should be comparable in behavior and performance.

The following noteworthy features are implemented:

Demo

https://github.com/user-attachments/assets/0eb3879c-d3d7-4ebb-bc44-61dbd9a588fd

Installation

The following dependencies are required for running Kumo:

Dependency Version Details
wpewebkit libWPEWebKit-2.0
gst-plugins-good 1.0 Required for audio/video playback; specifically autodetect plugin
gst-libav 1.0 Required for audio/video playback

After compiling, the binary can be found at ./target/release/kumo:

cargo build --release