SCAL-P ships as a single static binary with no runtime dependencies. The fastest path is downloading a pre-built release for your platform. If you prefer to audit what you’re running, build from source — the entire build uses only the Go standard library and a singleDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/CarlosEduJs/SCAL-P/llms.txt
Use this file to discover all available pages before exploring further.
make command.
Download or build the binary
Choose your platform below. All pre-built binaries are compiled with
CGO_ENABLED=0 for maximum portability.- Linux (amd64)
- macOS (amd64)
- Build from source
Add scalp to your PATH (if needed)
If you moved the binary to If the command is not found, add the directory containing the binary to your Add that line to your shell profile (
/usr/local/bin/, it is already on your PATH on most systems. To confirm, open a new terminal and run:PATH. For example, to add ~/.local/bin:~/.bashrc, ~/.zshrc, etc.) to make it permanent.Verifying the binary (optional)
SCAL-P dogfoods its own release verification. You can verify a downloaded binary against the published checksums usingscalp verify:
--ci flag causes scalp verify to exit 1 on any mismatch. See binary verification for a complete walkthrough.
Available platforms
Releases are built for the following targets by GoReleaser:| OS | Architecture | Archive format |
|---|---|---|
| Linux | amd64 | .tar.gz |
| Linux | arm64 | .tar.gz |
| macOS | amd64 | .tar.gz |
| macOS | arm64 | .tar.gz |
| Windows | amd64 | .zip |
| Windows | arm64 | .zip |
What’s next
Quickstart
Run your first guarded install and generate your first CI report.
Commands
Full reference for every SCAL-P command and flag.