EXE
WinGet
Skaffold
Google · 2.16.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
skaffold-windows-amd64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.ContainerTools.Skaffold
Version
2.16.1
Description
Easy and Repeatable Kubernetes Development
License
Apache-2.0
↗
Installer URL
https://github.com/GoogleContainerTools/skaffold/releases/download/v2.16.1/skaffold-windows-amd64.exe
Release Notes
v2.16.1 Release - 2025-06-18
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv sk…