-
Notifications
You must be signed in to change notification settings - Fork 0
Ubuntu Linux Debian Packaging
WebToApp Studio Pro provides both a native Linux desktop edition for Ubuntu/Debian users to build applications visually, and a pure C# Debian packaging compiler that produces compliant .deb installers and portable Linux applications directly on Windows or Linux with zero external toolchain dependencies.
Linux developers and Ubuntu users can run WebToApp Studio Pro natively with the exact same visual interface and capabilities as the Windows edition.
- OS: Ubuntu 20.04+, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS, Debian 11/12, Linux Mint, or compatible Debian-based distribution.
-
Architecture: x86_64 (
amd64) -
Dependencies:
-
.NET 8 Runtime:sudo apt-get install -y dotnet-runtime-8.0(ordotnet-sdk-8.0) -
WebKitGTK:sudo apt-get install -y libwebkit2gtk-4.1-0(orlibwebkit2gtk-4.0-37)
-
Download the latest WebToApp-Studio-Pro_1.1.8_amd64.deb from Releases:
sudo dpkg -i WebToApp-Studio-Pro_1.1.8_amd64.deb
sudo apt-get install -fOnce installed, launch it directly:
- From your application launcher / GNOME Dash: Search for WebToApp Studio Pro
- From any terminal:
webtoapp-studio
If you prefer not to install system packages with root privileges:
tar -xzf WebToApp-Studio-Pro-Linux-x64-v1.1.8-Portable.tar.gz
cd WebToApp-Studio-Pro
chmod +x run.sh WebToExe.Studio.Linux
./run.shWebToApp Studio Pro builds two distinct distribution formats for every Linux project:
-
Debian Installer (
.deb):- Compliant Unix
arbinary archive (!<arch>\n) containingdebian-binary,control.tar.gz, anddata.tar.gz. - Standard package install:
sudo dpkg -i myapp_1.0.0_all.deb sudo apt-get install -f
- Compliant Unix
-
Portable AppDir (
.tar.gz):- Self-contained directory runnable directly without root access:
tar -xzf myapp_1.0.0_linux_portable.tar.gz cd myapp ./run.sh
- Self-contained directory runnable directly without root access:
-
Desktop Menu Integration: Registers
/usr/share/applications/myapp.desktopwith standard XDG desktop entry specifications and/usr/share/icons/hicolor/256x256/apps/icon scaling. - Dual Engine Fallback: Uses native WebKitGTK with automatic fallback to Chromium kiosk mode if WebKit is unavailable.
- Ephemeral Port Server: Internal Python HTTP server starts on an ephemeral random port with dynamic per-session UUID tokens to isolate local web traffic from other system users.
- Unified Tri-Platform Compiler: Package for Windows (.exe), Google Play Android, and Ubuntu Linux (.deb) concurrently in a single multi-platform build run.
© 2026 Wildcat Studio. WebToApp Studio Pro — Official Developer Documentation & Technical Wiki.
Portal • Web Docs • Releases • Issues • ☕ Buy Me a Coffee
- 03. Windows Executable (.exe)
- 04. Web Frameworks & APIs
- 05. HTML5 Games & Audio
- 06. Icons & Icon Studio
- 07. Splash & Day/Night Mode
- 08. SQLite Database Bridge
- 09. Native OS Notifications
- 10. WordPress Companion
- 11. Deep-Linking (myapp://)
- 12. Inno Setup Wizards (.iss)
- 13. Microsoft Store (MSIX)
- 14. Android & Google Play
- 15. Ubuntu Linux Debian (.deb)
- 16. Integrated PWA Studio
- 17. Multi-Platform Build
- 18. Enterprise Security
- 19. Authenticode Code Signing
- 20. 1-Click Auto-Updater
- 21. Release Protocol & Gateway