Installing OpenTofu from GitHub Releases
- winget
- scoop
OpenTofu is available on the winget repository and you can install it by running:
winget install --exact --id=OpenTofu.Tofu
Verify installation:
tofu -version
Note
If you run into issues when installing with winget, please make sure that
%LOCALAPPDATA%\Microsoft\WinGet\Links
is in your PATH environment variable.OpenTofu is available on the scoop repository and you can install it by running:
scoop bucket add main
scoop install main/opentofu
Verify installation:
tofu -version