iamb4uc / rose

Minimalist browser based on webkit2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Rose Browser

Small browser built on gtk and webkit.

🌌 Showcase

image

⚑️ Requirements

  • lua (5.0+)

  • webkitgtk (4.0|6.0)

  • gtk (3|4)

  • libsanitizer-devel

  • Video and audio:

    • gst-plugins-bad
    • gst-plugins-base
    • gst-plugins-good
    • gst-libav
    • gstreamer-vaapi (gpu acceleration)

✨ Features

  • supports the lastes webkit and gtk features
  • configuration via lua modules

πŸ“¦ Installation

$ git clone https://github.com/mini-rose/rose-browser && cd rose
$ (doas|sudo) GTK=(3|4) BUILDTYPE=RELEASE make install

πŸš€ Usage

See how to configure rose here.

πŸ“ TODO

See planned changes here.

About

Minimalist browser based on webkit2.

License:MIT License


Languages

Language:C 92.7%Language:Makefile 7.3%