Installation Guide

Installation Guide

Mac and Linux

Use the following command to install rackctl:

# Install rackctl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ginger-society/infra-as-code-repo/main/rust-helpers/installer.sh)" -- rackmint/rackctl:latest

rackctl includes a built-in token-login command, so no separate authentication tool is required.

Windows

Download the rackctl executable directly:

  1. Download the Windows binary: rackctl.exe

  2. Add the executable to your PATH or move it to a directory already in your PATH

Verifying Installation

After installation, verify that the tool was installed correctly:

# Check rackctl version
rackctl --version

Troubleshooting

If you encounter permission issues on Mac/Linux, you may need to make the binary executable:

chmod +x ~/.local/bin/rackctl