Static assets for distributing CLI tooling such as hyperctl. Deploy this folder to Vercel. Files placed under public/ will be exposed as-is, so the installer script is available at /hyperctl_install.sh.
public/hyperctl_install.sh– Linux amd64 installer that fetches the latesthyperctlrelease from GitHub and installs it into/usr/local/binby default.public/index.html– human-friendly landing page with usage instructions.
- Connect this repository to Vercel and deploy as a static project. Vercel automatically serves the
public/directory. - (Optional) Map the Vercel project to
dl.openhack.orgfor clearer download URLs.
- Build and upload the
hyperctl-linux-amd64asset to a GitHub release in theopenlabs-hq/hyperctlrepository. - The installer points to
https://github.com/openlabs-hq/hyperctl/releases/latest/download/hyperctl-linux-amd64, so no repository changes are needed when you publish new releases. - If you change the asset name or release location, update the installer script accordingly.
sh public/hyperctl_install.shOverride INSTALL_DIR if you do not want to write to /usr/local/bin in your development environment.