sampctl is a single command-line program named sampctl (or sampctl.exe on Windows).
- Open the releases page.
- Download the archive for your OS/CPU.
- Put
sampctlsomewhere on yourPATH.
Releases: https://github.com/Southclaws/sampctl/releases
If you installed manually (by downloading a release):
- Put
sampctl.exein a folder such asC:\sampctl\. - Add that folder to your
Pathenvironment variable.- Windows 10/11: Start Menu → search “Environment Variables” → “Edit the system environment variables” → “Environment Variables…” → select
Path(User variables) → “Edit…” → “New”.
- Windows 10/11: Start Menu → search “Environment Variables” → “Edit the system environment variables” → “Environment Variables…” → select
- Close and re-open PowerShell/Command Prompt, then run
sampctl version.
This repo includes simple installer scripts under scripts/.
Binary tarball (no package manager):
curl -fsSL https://raw.githubusercontent.com/Southclaws/sampctl/master/scripts/install-bin.sh | bashDebian/Ubuntu (.deb via dpkg):
curl -fsSL https://raw.githubusercontent.com/Southclaws/sampctl/master/scripts/install-deb.sh | bashRPM-based distros (.rpm via rpm):
curl -fsSL https://raw.githubusercontent.com/Southclaws/sampctl/master/scripts/install-rpm.sh | bashNotes:
- These scripts download the latest GitHub release for your CPU architecture.
- The
.debinstall usessudo dpkg -i .... - If you prefer, download the release asset manually instead.
A Homebrew formula is provided in Casks/sampctl.rb. If you use Homebrew, you can also install from a tap/bottle if one is available for your setup.
If you’re not sure, use “Option A” (GitHub releases).
If you use Scoop on Windows, you can install sampctl using the Scoop manifest in this repo (sampctl.json).
- Install Scoop (if you don’t already have it): https://scoop.sh/
- Add the sampctl bucket:
scoop bucket add sampctl https://github.com/Southclaws/sampctl- Install sampctl:
scoop install sampctl/sampctlNote: sampctl is not yet available in the official Scoop buckets (like main or extras). The above method adds this repository as a custom bucket for easier updates. If you prefer a one-time install without adding a bucket, you can use:
scoop install https://raw.githubusercontent.com/Southclaws/sampctl/master/sampctl.jsonHowever, this method won’t support automatic updates via scoop update.
sampctl version
sampctl help