Enterprise container security in seconds
Run this command in your terminal to install ArmoredGate:
curl -fsSL https://get.armoredgate.com/install.sh | bash
The install script performs these steps automatically:
Identifies your OS (Linux, macOS, WSL), architecture (x86_64, ARM64), and package manager.
Fetches the correct ArmoredGate binary for your system from our global CDN.
Checks SHA256 checksum to ensure the file wasn't tampered with during download.
Places the ArmoredGate binary in your system path. May prompt for sudo password.
Runs armoredgate --version to confirm everything works correctly.
Every download is verified with SHA256
Packages are cryptographically signed
Inspect all code on GitHub
All downloads over encrypted connections
We encourage you to review the install script before running it. Here's how:
curl -fsSL https://get.armoredgate.com/install.sh | less
This command downloads the script and opens it in a viewer so you can read it before running.
sudo to install the binary to /usr/local/bin.
This is the only elevated permission required. ArmoredGate itself runs with the
minimum permissions needed for container management.
tar -xzf armoredgate-*.tar.gz && sudo mv armoredgate /usr/local/bin/
sudo rm /usr/local/bin/armoredgate
~/.config/armoredgate/ — remove that directory too for a complete uninstall.
GPG-signed packages
Installs in under 60s
systemd-nspawn isolation
Edge-cached downloads
Prefer to download manually? Grab the tarball for your platform:
Debian, Ubuntu, RHEL, Rocky
AWS Graviton, Ampere
M1/M2/M3/M4 Macs
Intel Macs
📋 Download SHA256 checksums to verify your download