Skip to content

cosmic-utils/web-apps

Repository files navigation


Quick Web Apps

Quick Web Apps

Web App Manager for the COSMIC™ desktop written with love and libcosmic. Allow you to simply create web applications from given url working inside separate window of your browser of choice.


Quick Web Apps Light window Quick Web Apps Dark window Quick Web Apps Rose Pine window




Download on Flathub

Support

Hey! This app is fully distributed for free with free license. I'm doing it with passion in my free time. Trying to keep it stable and bug free as long as I can. However, would be nice if you could bring me some coffee so I can work longer on it :)

Thanks!

Installation

Clone the repository:

git clone https://github.com/cosmic-utils/web-apps.git

cd into folder

cd web-apps

Just use, just

For Pop OS make sure you have just installed.

sudo apt install just

Make sure you are in web-apps directory. You should be already.

Building

NOTE: Before installation you should build binary file.

Build prerequisites

Before compilation please add needed dependencies to your system, or make sure they are installed.

  • pkg-config
  • libssl-dev
  • libxkbcommon-dev

for Pop OS you can install them via this command:

sudo apt install pkg-config libssl-dev libxkbcommon-dev

You need also rust compiler, so we recommend you tu use rustup.rs. Run this command to install full toolchain:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

and restart your shell.

Run this command and after it, you will be able to install app.

just

Installation

sudo just install

That's all. You can run Quick Web Apps from you app launcher.

Uninstall

sudo just uninstall

License

Code is distributed with GPL-3.0 license