AppImage
Portable — runs on any Linux distro, no install needed.
Download AppImage (v1.1.0)
Gumdrop Studio is available three ways: the web app (no install needed), the Linux desktop app (AppImage or .deb), or you can build from source.
The fastest way to start creating — just open your browser:
Works in any modern browser (Chrome, Firefox, Safari, Edge). Your projects are automatically saved in your browser’s local storage — nothing to install, no account required.
The desktop version wraps the full app in a native window and adds:
AppImage
Portable — runs on any Linux distro, no install needed.
Download AppImage (v1.1.0)
Debian Package
For Ubuntu, Debian, Linux Mint, Pop!_OS and compatible distros.
Download .deb (v1.1.0)
Two installer formats are available:
AppImages are portable — they run on any Linux distribution without installation. No root access required.
# 1. Download the AppImage from the releases page, then make it executable:chmod +x "Gumdrop Studio_1.1.0_amd64.AppImage"
# 2. Run it:./"Gumdrop Studio_1.1.0_amd64.AppImage"For Debian, Ubuntu, Linux Mint, Pop!_OS, and compatible distributions.
# Install:sudo dpkg -i "Gumdrop Studio_1.1.0_amd64.deb"
# Uninstall:sudo dpkg -r gumdrop-studioAfter installation, launch Gumdrop Studio from your application menu, or run gumdrop-studio in a terminal.
For developers who want to contribute or build the very latest code.
# Arch Linuxsudo pacman -S webkit2gtk-4.1 libappindicator-gtk3 librsvg
# Ubuntu / Debiansudo apt install libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelfgit clone https://github.com/pinkpixel-dev/gumdrop-studiocd gumdrop-studionpm install
# Run in desktop dev mode:npm run tauri:dev
# Or run in the browser:npm run devnpm run tauri:buildOutput files in src-tauri/target/release/bundle/:
appimage/ — portable AppImagedeb/ — Debian package