pake

Convert any webpage into a standalone desktop app using Rust

brewmacoslinux
Try with needOr install directly
Source

About

Turn any webpage into a desktop app with Rust with ease

Commands

pake

Examples

Create a desktop app from a website URL$ pake https://example.com
Create a desktop app with custom window size$ pake https://example.com --width 1200 --height 800
Create a desktop app with custom app name$ pake https://example.com --name MyApp