Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 961 Bytes

File metadata and controls

42 lines (25 loc) · 961 Bytes

deskdown

Transform web address into a desktop app under 20 seconds. Based on Electrobun.

Getting started

Prerequisites

macOS

  • Xcode command line tools
  • cmake

Windows

  • Visual Studio Build Tools or Visual Studio with C++ development tools
  • cmake

Linux

  • build-essential package
  • cmake
  • webkit2gtk and GTK development packages

On Ubuntu/Debian based distros: sudo apt install build-essential cmake pkg-config libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev On Arch: paru -S base-devel cmake pkgconf gtk3 webkit2gtk-4.1 libayatana-appindicator librsvg

Usage

bunx deskdown@latest build https://guarana.studio -n Guarana

Icon

The CLI will look for an app icon in the directory you run build command in under icon.png, assuming it's 512x512px.

Prior art