LinuxCommandLibrary

pake

converts web pages to desktop apps

TLDR

Package URL as app

$ pake [https://example.com]
copy
Package with custom name
$ pake [url] --name [AppName]
copy
Package with custom icon
$ pake [url] --icon [icon.png]
copy
Package for specific platform
$ pake [url] --targets [macos|linux|windows]
copy

SYNOPSIS

pake [options] url

DESCRIPTION

pake converts web pages to desktop apps. Uses Rust and system webview.
The tool creates lightweight native wrappers. Cross-platform support.

PARAMETERS

URL

Web URL to package.
--name NAME
Application name.
--icon FILE
Application icon.
--targets PLATFORMS
Build targets.
--width PIXELS
Window width.
--height PIXELS
Window height.
--help
Display help information.

CAVEATS

Written in Rust. System webview used. Size smaller than Electron.

HISTORY

Pake was created as a lightweight alternative to Electron for packaging web apps.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community