🤖

Windows 向け AI ツール

このトピックは、新しいマシンに実際にインストールされることが多い Windows の AI ツールをまとめています。コーディング支援、デスクトップアシスタント、ローカルモデルのランタイム、日々の作業に使うチャットアプリなどです。

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

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

オプション 1

一括インストール: winget import

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは winpkg.com から topic-ai-tools.packages.json を取得し、それに対して winget import を実行します。 アプリ一式を別のマシンへ移すのに最適です。

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

PowerShell で実行します。ファイルは %TEMP% に保存され、それに対して winget が実行されます。

ファイルをダウンロード済みなら、短いコマンドを使えます
winget import -i topic-ai-tools.packages.json
オプション 2

宣言的セットアップ: winget configure

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは winpkg.com から topic-ai-tools.winget を取得し、winget configure で適用します。 再現性のある開発マシンの初期構築やオンボーディングスクリプトに最適です。

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

ヒント: App Installer の入った Windows では、ダウンロードした .winget ファイルをダブルクリックすると、自動で winget configure が実行されます。ターミナルは不要です。

ファイルをダウンロード済みなら、短いコマンドを使えます
winget configure topic-ai-tools.winget
オプション 3

アプリごとのインストールコマンド

本当に必要なアプリだけをインストールします。ほとんど導入済みで、足りない分だけ追加したいときに最適です。

winget install --id=Microsoft.VisualStudioCode -e
winget install --id=Anysphere.Cursor -e
winget install --id=Anthropic.Claude -e
winget install --id=Ollama.Ollama -e
winget install --id=Codeium.Windsurf -e
winget install --id=ElementLabs.LMStudio -e
winget install --id=ByteDance.Doubao -e
winget install --id=kangfenmao.CherryStudio -e
winget install --id=Jan.Jan -e
winget install --id=ZhipuAI.ChatGLM -e
winget install --id=ZedIndustries.Zed -e
winget install --id=lencx.ChatGPT -e

このトピックのツールを比較

すべての比較 →

近い候補のどれを入れるか迷ったときは、インストール前にこれらの比較ページを活用してください。

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

小さめのインストールフローは Topics 内に収録
初日セットアップ

必須セットアップ

新しいマシンを起動してすぐに入れたくなる定番アプリをまとめた、初日用の Windows セットアップです。

新しい PC再インストール日常の主要アプリを一括導入
基本の必須アプリを素早くインストール。
開発者クイックセットアップ

開発者ツールキット

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

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

このトピックが重要な理由

  • クラウド AI ツールとローカル LLM ランタイムをバランスよく収録
  • 開発・生産性セットアップの出発点として便利
  • 新規マシンの構築や初日からの AI ワークフローに最適

このトピックのアプリ

関連アプリを比較 →

Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

developer-toolseditor
v1.124.2 Microsoft Software License
Details →

The AI Code Editor

aicodecoding
v3.7.27 Proprietary
Details →

Your AI partner on desktop. Fast, focused, and designed for deep work.

aiartificial-intelligenceartificialintelligence
v1.12603.1 Proprietary
Details →

Get up and running with large language models locally.

aichatbotdeepseek
v0.30.6 MIT
Details →

The most powerful AI IDE

codecodingdevelop
v2.3.15 Proprietary
Details →

Discover, download, and run local LLMs

aichatbotdeepseek
v0.4.16+2 Freeware
Details →

Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in.

aiai-chatchat-ai
v2.14.7 Freeware
Details →

A desktop client that supports for multiple LLM providers

aichatbotchatgpt
v1.9.11 AGPL-3.0
Details →

Turn your computer into an AI computer

ailarge-language-modelllama
v0.8.2 AGPL-3.0
Details →

Find fun, get answers, and learn new ideas!

aiai-chatchat-ai
v1.1.8 Proprietary
Details →

High-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

code-editordeveloper-toolseditor
v1.6.3 GPL-3.0
Details →

ChatGPT Desktop Application

chatgpt
v1.1.0 Apache-2.0
Details →