Web applications at your fingertips.
  • Rust 70.4%
  • Fluent 26.9%
  • Just 1.9%
  • Shell 0.7%
  • Dockerfile 0.1%
Find a file
Piotr e74e1bcf9b
Merge pull request #132 from Dymkom/master
Update Ukrainian translation
2026-05-07 16:37:27 +02:00
.devcontainer chore: update devcontainer 2026-02-27 16:42:34 +01:00
.github update funding 2025-01-28 09:42:13 +01:00
i18n Update webapps.ftl 2026-03-23 15:44:38 +02:00
resources Update dev.heppen.webapps.metainfo.xml 2026-03-23 15:45:15 +02:00
src fix: icons handling 2026-03-08 14:54:37 +01:00
.gitignore add gitignore 2025-09-05 19:05:43 +02:00
cargo-sources.json chore: update cargo sources 2026-03-01 19:02:07 +01:00
Cargo.lock chore: update Cargo.lock 2026-03-01 18:27:54 +01:00
Cargo.toml chore: bump version 2026-03-01 18:25:07 +01:00
cef-rs-cargo-sources.json fix: flatpak manifest and cef-rs sources 2026-03-04 15:20:53 +01:00
dev.heppen.webapps.json fix: flatpak manifest and cef-rs sources 2026-03-04 15:20:53 +01:00
i18n.toml added Serbian translation 2024-05-18 09:47:19 +02:00
justfile fix: icon validation, justfile 2026-03-04 16:43:25 +01:00
LICENSE add LICENSE 2024-04-18 15:04:23 +02:00
README.md chore: update readme 2026-03-01 18:29:12 +01:00


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. With some customization options.


Quick Web Apps




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

Building is simple. Make sure you have configured flathub remote as --user.

flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Install flatpak-builder.

flatpak install -y flathub org.flatpak.Builder

and start the process:

flatpak run --command=flathub-build org.flatpak.Builder --install dev.heppen.webapps.json

Launching

flatpak run dev.heppen.webapps

Uninstall

flatpak uninstall dev.heppen.webapps

Usage

Created Web Apps are using WebKitGTK rendering engine. You can create new Web App by filling the form in the editor window. To be able to create Web App you need to provide:

  • valid URL (starting with http:// or https://).
  • name of the application.
  • icon (press the icon button to choose one from your system).
  • the category of the web app

For creating launcher, the application uses DynamicLauncher Portal. Make sure you have this portal supported on your system.

License

Code is distributed with GPL-3.0 license