Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 607 Bytes

Native WebApps

Description

Proof of Concept for Shortcut WebApp launching regularly used website in a tauri (Rust WebView) desktop application.

Images

screen-mail-tab

screen-calendar-tab

screen-proton-view

Developing

Install tauri

Install dependencies with npm install (or pnpm install or yarn / bun), start a development server:

cargo tauri dev

# use --host to expose
cargo tauri dev --host