🧰

开发运行时与 DevOps 工具

想一次配齐 Windows 上绝大多数开发环境背后的基础工具——容器、运行时、语言工具链和云友好的 CLI 软件——就用这个专题。

快速安装此专题

在 Windows 上配置此专题的三种等效方式。想要单条命令、声明式 DSC 配置还是按应用控制?据此选择其一,或自由组合。

方式 1

批量安装: winget import

一行复制粘贴,无需手动下载。下面的命令会从 winpkg.com 拉取 topic-developer-runtimes-and-devops.packages.json,然后对它运行 winget import 适合在多台机器之间迁移同一套应用。

$f = "$env:TEMP\topic-developer-runtimes-and-devops.packages.json"; Invoke-WebRequest -UseBasicParsing -Uri "https://winpkg.com/topics/developer-runtimes-and-devops/packages.json" -OutFile $f; winget import -i $f

在 PowerShell 中运行。文件会保存到 %TEMP%,然后对其运行 winget。

已经下载好文件了?使用简短命令
winget import -i topic-developer-runtimes-and-devops.packages.json
方式 2

声明式配置: winget configure

一行复制粘贴,无需手动下载。下面的命令会从 winpkg.com 拉取 topic-developer-runtimes-and-devops.winget,然后用 winget configure 应用它。 适合可重复的开发机初始化和新人入职脚本。

$f = "$env:TEMP\topic-developer-runtimes-and-devops.winget"; Invoke-WebRequest -UseBasicParsing -Uri "https://winpkg.com/topics/developer-runtimes-and-devops/topic.winget" -OutFile $f; winget configure $f

提示: 在装有 App Installer 的 Windows 上,双击下载好的 .winget 文件会自动对其运行 winget configure,无需打开终端。

已经下载好文件了?使用简短命令
winget configure topic-developer-runtimes-and-devops.winget
方式 3

按应用安装命令

只安装你真正需要的应用。适合大部分应用已装好、只需补装几个的情况。

winget install --id=Git.Git -e
winget install --id=Python.Python.3.12 -e
winget install --id=Docker.DockerDesktop -e
winget install --id=OpenJS.NodeJS -e
winget install --id=Postman.Postman -e
winget install --id=Rustlang.Rustup -e
winget install --id=GoLang.Go -e
winget install --id=DenoLand.Deno -e
winget install --id=Tailscale.Tailscale -e
winget install --id=Cloudflare.cloudflared -e

此专题下的聚焦安装选项

更小的安装流程,收纳在专题内
开发者快速装机

开发者工具包

实用的 Windows 开发者入门套装,一次性重建编辑器、终端、运行时和整套工具链。

开发工作站配置团队新人入职全新编程机器
一个安装流程,找回你的整套开发环境。
远程办公快速装机

网络与远程

聚焦远程访问、安全连接和机器互联实用工具的 Windows 套装。

远程办公运维 / 技术支持环境网络需求繁重的机器
快速装回远程访问和网络工具。

为什么这个专题重要

  • 围绕开发工作站的基础工具构建
  • 适合写进重装指南和团队配置文档
  • 连接应用页面、归档页面与整体装机流程的坚实桥梁

此专题中的应用

对比相关应用 →

A free and open source distributed version control system

gitvcs
v2.54.0 GPL-2.0
Details →

Python is a programming language that lets you work more quickly and integrate your systems more effectively.

languageprogrammingprogramming-language
v3.12.10 PSF-2.0
Details →

Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications.

containercontainerizationdevelop
v4.77.0 Proprietary
Details →

Run JavaScript Everywhere

codingcross-platformdevelop
v26.3.0 MIT
Details →

The Collaboration Platform for API Development

apiautomationdebug
v12.14.5 Proprietary
Details →

The Rust toolchain installer

rustrustlang
v1.29.0 Apache-2.0 or MIT
Details →

An open source programming language that makes it simple to build secure, scalable systems.

gogolanglanguage
v1.26.4 BSD-3-Clause
Details →

A modern runtime for JavaScript and TypeScript

developdevelopmentenvironment
v2.8.3 MIT
Details →

Tailscale is a WireGuard based mesh VPN, used to connect your computers and other devices together securely without proxies.

meshnetworkvpn
v1.98.4 BSD-3-Clause
Details →

Cloudflare Tunnel client

argo-tunnelcloudflarecloudflare-tunnel
v2026.5.2 Apache-2.0
Details →