Skip to content

Gulo Gulo 0.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Sep 07:45
· 8 commits to main since this release

Gulo Gulo 0.1.7

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.7-standalone.tar.gz 6.3MiB 5b75b93183ca2c6484d75b2b6a8e3cadc658a7ce2be513b2ef1d3e9b88fdd309
cPanel (AlmaLinux/CloudLinux/RHEL) gulogulo-0.1.7_cpanel_.tar.gz 6.3MiB 567442147029ed2040df20b27cdec3984cb583272217a1f935b1c6250d8521f1
Plesk (Debian/Ubuntu) gulogulo-0.1.7_plesk_.tar.gz 6.3MiB d6ac0076724367cae16ba3946914c46600e63d3f26bc9c073c652b2f1e3a9a61

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.