WebGen apps — Debian / Ubuntu .deb builds

Individual .deb packages of the WebGen apps, for Debian/Ubuntu-family systems.

⚠ Please read — these are a coincidental build, unsupported.

These .deb files are a by-product of building the apps on Ubuntu for development and testing. They are provided as-is and are UNTESTED on Debian or any other Debian-like distribution. They are not the supported install path — on WebGen Linux these apps ship through wgpkg. Dependencies are whatever the Ubuntu build box happened to have. Install at your own discretion.

AppVersionDownloadSize
Browser0.25.3-1webgen_0.25.3-1_amd64.deb2.3M
Calc0.1.1-1webgen-calc_0.1.1-1_amd64.deb266K
Contacts0.3.0-1webgen-contacts_0.3.0-1_amd64.deb995K
Disks0.1.0-1webgen-disks_0.1.0-1_amd64.deb901K
Edit0.12.0-1webgen-edit_0.12.0-1_amd64.deb1.5M
Email0.14.0-1webgen-email_0.14.0-1_amd64.deb2.8M
Files0.13.0-1webgen-files_0.13.0-1_amd64.deb1.1M
MacBurger0.1.3-1macburger_0.1.3-1_amd64.deb6.8M
Packages0.4.0-1webgen-packages_0.4.0-1_amd64.deb450K
Paint0.6.0-1webgen-paint_0.6.0-1_amd64.deb972K
PDF0.2.0-1webgen-pdf_0.2.0-1_amd64.deb252K
Screenshot1.0.1-1webgen-shot_1.0.1-1_amd64.deb270K
Security0.4.1-1webgen-security_0.4.1-1_amd64.deb1.1M
Sheets0.1.0-1webgen-sheets_0.1.0-1_amd64.deb493K
Solitaire0.3.1-1webgen-solitaire_0.3.1-1_amd64.deb1.1M
SQL0.9.0-1webgen-sql_0.9.0-1_amd64.deb594K
Swatch0.3.1-1webgen-swatch_0.3.1-1_amd64.deb921K
System Settings0.42.0-1webgen-settings_0.42.0-1_amd64.deb1.5M
Terminal0.2.2-1webgen-terminal_0.2.2-1_amd64.deb1007K
Virtual Machines0.1.0-1webgen-vm_0.1.0-1_amd64.deb932K
Word0.27.0-1webgen-word_0.27.0-1_amd64.deb1.4M

No Debian build yet: Bug Submit, Logs, Manual, Regex Builder. These ship on WebGen Linux via wgpkg.

Recommended: add the apt repository

One-time setup, then install and update the WebGen apps like any other package — apt handles dependencies and future upgrades for you:

sudo curl -fsSLo /usr/share/keyrings/webgen-archive-keyring.gpg \
     https://www.webgen.com.au/linux/deb/webgen-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/webgen-archive-keyring.gpg] https://www.webgen.com.au/linux/deb ./" \
  | sudo tee /etc/apt/sources.list.d/webgen.list

sudo apt update

After that:

sudo apt install webgen          # the browser
sudo apt install webgen-word webgen-edit webgen-settings

The browser's package is called webgen (the others are webgen-<app>). apt search webgen lists everything available.

The repository is signed with the same key that signs WebGen Linux's own updates, and the signed-by= line means apt will only trust that key for this repository. Updates arrive with your normal sudo apt upgrade.

Or download a single .deb

If you would rather not add a repository, download one file from the table above and install it directly (apt still pulls the GTK4 / libadwaita dependencies) — substitute the filename you downloaded:

sudo apt install ./webgen-edit_0.12.0-1_amd64.deb

Screenshots and what each app does: the applications page. On WebGen Linux itself use wgpkg — see the packages page.