11 releases
0.1.10 | Jun 16, 2022 |
---|---|
0.1.9 | Jun 10, 2022 |
#10 in #webpage
27 downloads per month
34KB
228 lines
localapp
Rust CLI to convert webpage into desktop app with tauri under 3 MB.
Install
-
Install rust from https://www.rust-lang.org/tools/install
-
Install
localapp
withcargo
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:
Dependencies
~72MB
~1M SLoC