Intro
Turn any web page into a desktop app (but, lightweight <1MB)
Install
sh
cargo install nativefier_tauri
Run
```sh
Run
nativefier_tauri
🍀 Enter Name (TestApp):
🍀 Enter URL (https://trello.com):
🍀 Enter Description (An example application.):
🍀 Enter Version (0.1.0):
🍀 Enter Author (John Doe):
🍀 Enter Identifier (com.example.testapp):
🍀 Enter Icon (/Users/user/nativefiertauriapps/icon.png):
```
Output
- The output will be saved in
$HOME/nativefier_tauri_apps/<name>
directory.
Libraries