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.
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 :)
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.
NOTE: Before installation you should build binary file.
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
sudo just install
That's all. You can run Quick Web Apps
from you app launcher.
sudo just uninstall
Code is distributed with GPL-3.0 license