PAUIOps Manager · Free forever
Install the complete server operations layer.
No subscription, trial period, per-server charge, or feature lock. Use Manager by itself on every supported server, or connect it to a paid Center plan later.
One-command installation
A real shell response, served over HTTPS.
The endpoint returns text/x-shellscript, not an HTML landing page. It resolves the current release from published metadata, detects Linux or macOS and the host architecture, downloads the matching binary, verifies SHA-256, preserves existing configuration during upgrades, and reports readiness failures clearly.
- Strict POSIX shell behavior
- Release resolved from published metadata, never a hardcoded URL
- Linux AMD64, ARM64, and ARM32 detection
- macOS Intel and Apple Silicon detection
- Published SHA-256 verification
- systemd and launchd service management
- Automatic rollback after a failed update
curl -fsSL https://pauiops.kpa.ph/install.sh | shcurl -fsSLo pauiops-install.sh https://pauiops.kpa.ph/install.sh
less pauiops-install.sh
sh pauiops-install.shCurrent stable release
1.1.3
Released
July 25, 2026
Supported platforms
3 operating systems · 7 builds
Verification
SHA-256 published per artifact
Direct downloads
Versioned Manager binaries
Every artifact below is published by the release pipeline with the version compiled into the binary. Verify a manual download against the SHA-256 shown here, or against the release-wide checksums.txt.
Release: 1.1.3
Published binary manifest
Choose one architecture for each operating system.
| Platform | Architecture | Binary | Size | SHA-256 | Actions |
|---|---|---|---|---|---|
Linux systemd service | pauiops-1.1.3-linux-amd64 | 24.4 MB | 1fbeaa4be6a1920fb881b7ecd489582331104a123cb655c986ab63139bb6c7f1Checksum file | Download | |
macOS per-user launchd | pauiops-1.1.3-darwin-amd64 | 24.7 MB | 17d8f724260c45697a11553af1478acb63a0dbf57f21eea801ae1828431513aaChecksum file | Download | |
Windows manual binary | pauiops-1.1.3-windows-amd64.exe | 24.7 MB | 4802f0a7a58ff406d8ff14da0f7ce7f8034d66d6985ca84ef359bc169ce419efChecksum file | Download |
Choose an architecture in each OS row. Scroll horizontally on smaller screens; checksums are shown in full.
Release notes
What is in 1.1.3
This release was published without notes. Supply them at publish time with ./deploy.sh version=1.1.3 notes=<file>.
- Source commit
- 6e1ec01
- Branch
- feature/ui-redesign
- Toolchain
- go1.23.2
Previous releases
Verify before you run
Checksums
The installer verifies SHA-256 automatically against the published release metadata. To verify a manual download, fetch the release checksum file and let your platform tooling do the comparison.
curl -fsSLO https://pauiops.kpa.ph/releases/1.1.3/checksums.txt
sha256sum -c checksums.txt --ignore-missingcurl -fsSL https://pauiops.kpa.ph/releases/stable.json
curl -fsSL https://pauiops.kpa.ph/releases/1.1.3/release.jsonStart with the hosted operations center