MSI
WinGet
DevPod
Loft Labs, Inc. · 0.6.8 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i DevPod_windows_x64_en-US.msi /quiet
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{36E1639B-1F97-43E3-B759-B80BF36652B7}
Product version operator
Greater than or equal to
Product version
0.6.8
MSI Properties
Product Code
{36E1639B-1F97-43E3-B759-B80BF36652B7}
File Identity
Filename
DevPod_windows_x64_en-US.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LoftLabs.DevPod
Version
0.6.8
Description
DevPod is a tool used to create reproducible developer environments. Each developer environment runs in a separate container and is specified through a devcontainer.json.
License
MPL-2.0
↗
Homepage
https://devpod.sh/
Installer URL
https://github.com/loft-sh/devpod/releases/download/v0.6.8/DevPod_windows_x64_en-US.msi
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's Changed
- fix: Fix error when re-importing workspace from pro instance by @PRTTMPRPHT in #1527
- Add --reuse-sock flag so browser IDEs can reuse another SSH connections SSH_AUTH_SOCK by @bkneis in #1471
- feat(cli): Add cli and context options to pass dotfile script env vars by @charlysotelo in #1504
- cli: add an environment variable to disable telemetry globally by @folliehiyuki in #1520
- Replace the usage of go-homedir with os.UserHomeDir() by @folliehiyuki in #1521
- feat: Add automa…