Windows Beta
📘 Trunk Check is available for beta on Windows!Try it out by following the instructions below.
From
git-bash
or msys2
, download the Bash launcher and add it to your PATH
:curl https://get.trunk.io -fsSL | bash
From
powershell
, download the powershell launcher:Invoke-RestMethod -Uri https://trunk.io/releases/trunk.ps1 -OutFile trunk.ps1
Ensure you can execute powershell scripts:
Set-ExecutionPolicy Bypass -Scope CurrentUser
You can then execute trunk as
.\trunk.ps1
.To use the Trunk VSCode Extension, merge the following into
.vscode/settings.json
:{
"trunk.enableWindows": true
}
Trunk only supports Windows with the following versions and above:
Tool | Where to Modify | Minimum Required Version |
---|---|---|
CLI | cli version in .trunk/trunk.yaml | 1.13.0 |
Plugins | ref for the trunk plugin in .trunk/trunk.yaml | v1.0.0 |
VSCode | Reload VSCode to update | 3.4.4 |
Thank you for being a beta tester of Trunk Check on Windows! We are actively working to improve the experience. If you have any feedback or questions, please reach out to us directly on Slack.
If you want to override a repo-wide setting just for your Windows machine, you can modify your
.trunk/user.yaml
.We intend to bring full feature support to Windows for Trunk. Currently, the following features are supported:
Trunk runs most linters on all platforms. However, some linters are not yet supported on Windows. For a full list of all linters, see our Plugins repo.
Linter | Plans for Support |
---|---|
ansible-lint | Only supported on WSL |
clang-format | Long-term plans for LLVM linter support |
clang-tidy | Long-term plans for LLVM linter support |
detekt-gradle | Long-term plans for support |
include-what-you-use | Long-term plans for LLVM linter support |
nixpkgs-fmt | Long-term plans for support |
perlcritic | No immediate plans for support |
perltidy | No immediate plans for support |
scalafmt | No download available for Windows |
semgrep | No download available for Windows |
shellcheck | No download available for Windows |
stringslint | Only supported on MacOS |
swiftformat | Only supported on MacOS |
swiftlint | Only supported on MacOS |
taplo | No download available for Windows |
Last modified 1mo ago