🧰

開発ランタイムと DevOps ツール

Windows のほとんどの開発環境を支える基盤ツール——コンテナ、ランタイム、言語ツールチェーン、クラウドと相性の良い CLI ソフト——をまとめて揃えたいときに使うトピックです。

このトピックをまとめてインストール

このトピックを Windows マシンにセットアップする、同等な 3 つの方法です。1 つのコマンドで済ませたいか、宣言的な DSC 設定が良いか、アプリごとに制御したいかに応じて、1 つ選ぶか組み合わせてください。

オプション 1

一括インストール: winget import

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは 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

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは 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

このトピックの絞り込みインストールオプション

小さめのインストールフローは Topics 内に収録
開発者クイックセットアップ

開発者ツールキット

エディタ、ターミナル、ランタイム、ツール一式をまとめて構築し直せる、実用的な Windows 開発者向けスターターバンドルです。

開発ワークステーションの構築チームのオンボーディング新しいコーディングマシン
1 つのインストールフローで開発環境を丸ごと復元。
リモートワーククイックセットアップ

ネットワーク & リモート

リモートアクセス、安全な接続、マシン間ユーティリティに絞った 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 →