Native app or Web app

@ferreirex You could just roll your own using GitHub - tw93/Pake: 🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App

It doesn’t solve the hotkey problem, but at least it will run as its own Application.

It’s as simple as (on macos with homebrew):

brew install rust
npm install -g pake-cli
pake https://design.penpot.app --name PenPot --icon ~/Desktop/penpot.icns

1 Like