Downloads
Current release of ctrl-exec — open source mTLS remote script execution.
ctrl-exec 0.8.4
- ctrl-exec-0.8.4.tar.gz
-
Source tarball. Contains
ctrl-exec-dispatcher(ced),ctrl-exec-agent(cea),ctrl-exec-api, installer, and documentation. - ctrl-exec-0.8.4.tar.gz.sha256
- SHA-256 checksum file for the tarball above.
Verify the download
After downloading, verify the checksum:
curl -sO [% download_base %]/ctrl-exec-[% version %].tar.gz
curl -sO [% download_base %]/ctrl-exec-[% version %].tar.gz.sha256
sha256sum -c ctrl-exec-[% version %].tar.gz.sha256
Install
Extract the tarball and run the installer:
tar xzf ctrl-exec-[% version %].tar.gz
cd ctrl-exec-[% version %]
sudo ./install.sh --ctrl-exec # on the control host
sudo ./install.sh --agent # on each agent host
See the Installation guide for prerequisites and first-time setup, or the full INSTALL reference for all installer options.
Previous releases
Older releases are available in the repository history.