localapp

Crates.iolocalapp
lib.rslocalapp
version0.1.10
sourcesrc
created_at2022-06-07 11:20:26.872013
updated_at2022-06-16 11:38:23.373101
descriptionRust CLI to convert webpage into desktop app with tauri under 3 MB
homepage
repository
max_upload_size
id601450
size122,956
xcodebuild (xcodebuild)

documentation

README

GitHub top language

localapp

Rust CLI to convert webpage into desktop app with tauri under 3 MB.

Install

cargo install localapp

Usage

localapp <you-website-url>
# For example
# localapp https://flomoapp.com
# localapp -i <icon-path> -t <Title> <you-website-url>

Why localapp

  • No electron, 2.6 MB dmg for flomo example.

  • Acceptable memory footprint with system webview.

  • Cross-platform based on rust toolchain and tauri.

Screenshot

flomo in macOS and M1 Macbook Pro:

Commit count: 0

cargo fmt