Intro
Turn any web page into a desktop app (but, lightweight <1MB)
- The bundle will be less than 2MB
- Demo: https://i.imgur.com/BLr03oF.mp4
Install
cargo install nativefier_tauri
Run
# 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/nativefier_tauri_apps/icon.png):
Output
- The output will be saved in
$HOME/nativefier_tauri_apps/<name>
directory.