#web-apps #gtk #pdf #local #html #viewer #url

app justshell

Simple webapp wrapper

3 releases

0.3.2 Jan 14, 2025
0.3.1 Nov 26, 2024
0.3.0 Jul 2, 2024

#238 in GUI

Download history 132/week @ 2024-11-24 6/week @ 2024-12-01 20/week @ 2024-12-08 1/week @ 2024-12-15 102/week @ 2025-01-12 12/week @ 2025-01-19 3/week @ 2025-02-02

117 downloads per month

MIT license

14KB
220 lines

JustShell

Simple webapp wrapper written in Rust, based on GTK 4 and WebKitGTK 6.

For the legacy version using Qt WebEngine, see here.

Usage

Use JustShell to wrap a webapp.

justshell http://127.0.0.1:5050

Always use URL for local HTML file.

justshell file:///path/to/index.html

Use it as a PDF viewer? No problem! (Thanks, WebKit! :D)

justshell file:///path/to/myfile.pdf

Launch URL input dialog by simply typing in justshell.

justshell

Why switching to Rust?

Qt WebEngine is not good, period.

Dependencies

~20–28MB
~523K SLoC