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
activate Activate Windows with the Team Hydra all-in-one activator.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) activate
enablew11 Bypass the Windows 11 hardware requirements check.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) enablew11
upgradew11 Run Microsoft's Installation Assistant to upgrade 10 to 11.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) upgradew11
winrar Install a WinRAR license key.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) winrar
ccas Install ccas - Claude Code Analytics + Sync. Routes Claude Code through the Hydra proxy for usage analytics and syncs your .claude project state. Windows.
& ([scriptblock]::Create((irm https://s.hep.gg/get.ps1))) ccas