traefikctl

binstall

cargo binstall traefikctl

cargo

cargo install traefikctl

homebrew

brew install traefikctl

macos/linux/unix

curl -L https://raw.githubusercontent.com/auser/traefikctl/main/install.sh | bash

powershell

powershell -c "irm https://github.com/auser/traefikctl/releases/download/v0.2.36/traefikctl-installer.ps1 | iex"
Source

shell

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/auser/traefikctl/releases/download/v0.2.36/traefikctl-installer.sh | sh
Source

windows

Start-BitsTransfer -Source https://raw.githubusercontent.com/auser/traefikctl/main/install.ps1 -Destination $env:TMP/install_traefikctl.ps1; Unblock-File $env:TMP/install_traefikctl.ps1; Invoke-Expression $env:TMP/install_traefikctl.ps1

Downloads

File Platform
traefikctl-aarch64-apple-darwin.tar.xz macOS Apple Silicon
traefikctl-x86_64-apple-darwin.tar.xz macOS Intel
traefikctl-x86_64-pc-windows-msvc.msi Windows x64
traefikctl-x86_64-pc-windows-msvc.zip Windows x64
traefikctl-x86_64-unknown-linux-gnu.tar.xz Linux x64