talosctl to interact with the Talos API, manage nodes, and configure your Talos machines. Follow the instructions below to install it on your operating system.
Linux and macOS
The recommended way to installtalosctl on Linux and macOS is via the Homebrew package manager. This method automatically keeps talosctl up to date as new versions are released, without any manual intervention.
omnictl.
Your
talosctl version should match the version of Talos Linux running on your host. To install a specific version of talosctl with Homebrew, refer to this GitHub issue for guidance.Alternative install
If Homebrew is not available in your environment, you can use the installer script to automatically download the correct version oftalosctl for your operating system and architecture:
Windows
For Windows, alltalosctl releases can be downloaded manually from the Talos releases page, which includes binaries for Linux, macOS, and Windows.
Once downloaded, add the binary to a folder on your $PATH so you can run it without specifying the full path to the executable. As with the alternative install method, updating talosctl on Windows is a manual process.