MAGDOX Code Security documentation
Install the CLI
Supported platforms, installation on Windows, macOS and Linux, verification and upgrades.
Status: Preview
The CLI ships as one signed binary per platform with no runtime dependencies. Download locations are issued to your team when access is arranged; the commands below show the intended shape.
Supported platforms
| Platform | Architectures | Install | Signing |
|---|---|---|---|
| macOS 12+ | Apple silicon, Intel | Homebrew, install script | Apple Developer ID, notarised |
| Windows 10+, Server 2019+ | x86_64, arm64 | winget, Scoop, MSI | Authenticode |
| Linux (glibc and musl) | x86_64, arm64 | apt, rpm, install script | Checksums and cosign signature |
| Container (CI) | linux/amd64, linux/arm64 | Docker image | Signed image digest |
macOS
brew install magdox/tap/magdox
magdox versionWindows (PowerShell)
winget install MAGDOX.magdox
# or
scoop bucket add magdox https://example.invalid/scoop
scoop install magdox
magdox versionLinux
curl -fsSL https://magdox.io/install.sh | sh
# or use the .deb / .rpm packages issued with your engagement
magdox versionCI container
docker run --rm -v "$PWD:/src" -w /src -e MAGDOX_TOKEN magdox/magdox:latest scan --yesVerify and upgrade
magdox verify-install # checks binary signature and checksum
magdox upgrade # self-update to the latest signed release
# The dashboard publishes a minimum supported CLI version; older clients are asked to upgrade before uploading.Package names, repository URLs and the install script location are placeholders until the first release.