Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcodebuild/localapp
Rust CLI to convert webpage into desktop app with tauri under 3 MB
https://github.com/xcodebuild/localapp
rust tauri
Last synced: 3 months ago
JSON representation
Rust CLI to convert webpage into desktop app with tauri under 3 MB
- Host: GitHub
- URL: https://github.com/xcodebuild/localapp
- Owner: xcodebuild
- Created: 2022-06-07T11:08:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T11:31:21.000Z (over 2 years ago)
- Last Synced: 2024-06-14T03:37:42.800Z (5 months ago)
- Topics: rust, tauri
- Language: Rust
- Homepage:
- Size: 121 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub top language](https://img.shields.io/github/languages/top/xcodebuild/localapp?style=for-the-badge)
# 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](https://www.rust-lang.org/tools/install)
- Install `localapp` with `cargo`
```shell
cargo install localapp
```## Usage
```
localapp
# For example
# localapp https://flomoapp.com
# localapp -i -t
```## 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:
![](https://s1.ax1x.com/2022/06/07/XDyfne.png)