Skip to content

Gulo Gulo 0.1.5

Choose a tag to compare

@github-actions github-actions released this 03 Sep 17:54
· 40 commits to main since this release

Gulo Gulo 0.1.5

Three prebuilt packages, all built from the same TypeScript application
core via packaging/shared/stage-application.ts. Verify a download by
checking its .sha256 (or the aggregated checksums.txt) before you
extract it.

Package File Size SHA-256
Standalone (any Linux host, Node.js 26+) gulogulo-0.1.5-standalone.tar.gz 3.0MiB 506482f92c10e5489e9a4d8ead7f087b02672b45eb7ea4f7cc440b5e75c20113
cPanel (AlmaLinux/CloudLinux/RHEL) gulogulo-0.1.5_cpanel_.tar.gz 3.0MiB 95fe66ef2cba193404044675a042f810840bf359f7725c5c1a18ac829a7ebea8
Plesk (Debian/Ubuntu) gulogulo-0.1.5_plesk_.tar.gz 3.0MiB 5691c58843b61a945295ec322d439733012373236f0711dc2ca1fa5b61114003

All three currently ship as a plain .tar.gz plus
install.sh/upgrade.sh/uninstall.sh shell scripts. The
cPanel and Plesk targets each have a real, OS-native package format
fully implemented (.rpm for cPanel, .deb for Plesk), but this
project does not yet have a code-signing key/certificate for
RPM/DEB packages, and publishing an unsigned package through a
host's package manager is a worse trust signal than an unsigned
tar.gz. That code is not deleted - it is one call away from being
re-enabled once a signing key exists.

See INSTALL.md
for full installation instructions, requirements, and known gaps
for each target.