Skip to content

Gulo Gulo 0.1.6

Choose a tag to compare

@github-actions github-actions released this 04 Sep 06:02
· 19 commits to main since this release

Gulo Gulo 0.1.6

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.6-standalone.tar.gz 6.3MiB 06950783e5798336202d002adbfca90bb70717f2c05a99b27fff654d44bcb853
cPanel (AlmaLinux/CloudLinux/RHEL) gulogulo-0.1.6_cpanel_.tar.gz 6.3MiB a268166a54809fccb5902aa50d42555a837c82680ebcf9e70a7333e58f8a61c7
Plesk (Debian/Ubuntu) gulogulo-0.1.6_plesk_.tar.gz 6.3MiB a2d655be45da7998f64fa6f60e3bb5c393c88b44f629b85c9c1e1b39b71135d1

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.