Crates.io | nativefier_tauri |
lib.rs | nativefier_tauri |
version | 0.2.5 |
source | src |
created_at | 2022-11-28 08:56:30.820284 |
updated_at | 2023-03-12 07:17:57.601976 |
description | Turn any web page into a desktop app (but, lightweight <1MB) |
homepage | |
repository | |
max_upload_size | |
id | 724281 |
size | 118,194 |
Turn any web page into a desktop app (but, lightweight <1MB)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# macOS
brew install imagemagick
# apt
sudo apt install imagemagick
# arch
sudo pacman -S webkit2gtk
# debian
sudo apt install -y webkit2gtk
cargo install nativefier_tauri
# Run with args
nativefier_tauri args -n Notion -u https://www.notion.so -i icon.png
# Run with interactive mode
nativefier_tauri interactive
# 🍀 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 (icon_path.png):
# 🍀 Enter User Agent (Mozilla/5.0):
$HOME/nativefier_tauri_apps/<name>
directory.native_tauri_apps
repo to host common built apps through Github Action