Skip to content

Gulo Gulo 0.1.8

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 11:19
· 1 commit to main since this release

Gulo Gulo 0.1.8

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.8-standalone.tar.gz 6.3MiB 09336e6b7ed465c8a731799f972fa3cccce9a50c794c6e3bebfc69e2e0ae8684
cPanel (AlmaLinux/CloudLinux/RHEL) gulogulo-0.1.8_cpanel_.tar.gz 6.3MiB 7e3bc50d7b26086f2c1b89d3cb569f62fd8df55c462e46291584106023a83dd2
Plesk (Debian/Ubuntu) gulogulo-0.1.8_plesk_.tar.gz 6.3MiB 82e4ff8f632f3d84633b6d66b6dab6572af8c92f102e0009da97116c6968f5fb

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.