MegaScript.

Built for Linux servers. Run the one-liner to launch the interactive script manager, or install it for quick access anytime.

Linux / macOS

Run the script manager

bash <(curl -s https://s.hep.gg/get)

No install required. Append a shortcut to run it directly, e.g. bash <(curl -s https://s.hep.gg/get) mirror, or add i to install thms for quick access.

ShortcutDescriptionCommand
i Install thms to this system
bash <(curl -s https://s.hep.gg/get) i
mirror Update apt sources to mirror.hep.gg
bash <(curl -s https://s.hep.gg/get) mirror
proxmox activate Activate Proxmox VE subscription
bash <(curl -s https://s.hep.gg/get) proxmox activate
uu Update and upgrade apt packages
bash <(curl -s https://s.hep.gg/get) uu
u Upgrade and autoremove apt packages
bash <(curl -s https://s.hep.gg/get) u
rainbow Install neon shell colorization
bash <(curl -s https://s.hep.gg/get) rainbow
ccas Install Claude Code Sync (Linux/macOS)
bash <(curl -s https://s.hep.gg/get) ccas
Folding@Home
Generate a ready-to-run Folding@Home setup command for your machine and start contributing to Team Hydra.
Harden SSH
Build a customized SSH hardening command: your key, the phases you choose. Your key is assembled in your browser and never sent to Hep.gg.
Add SSH Key
Deploy your own SSH public key to a server with a single command. Touches nothing else.
Windows

Windows tools

MegaScript is built for Linux servers; Windows is a first-class extension that uses the same menu and shortcut system.

irm https://s.hep.gg/get.ps1 | iex

Or run one directly with the same shortcut system:

ShortcutDescriptionCommand
winactivate Activate Windows (all editions) with the Wimdows AIO activator.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winactivate
enablew11 Make the Windows 11 upgrade offer appear on a Windows 10 machine.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) enablew11
upgradew11 Upgrade Windows 10 to Windows 11 via the Installation Assistant.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) upgradew11
winrar Download, install, and license the WinRAR archiver.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winrar
ccas Install Claude Code Sync (Windows)
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) ccas