# Developer Tools

Developer Tools are optional software tools for authoring, testing, and customizing OSDeploy workflows on the build machine.

| Property       | Value                                          |
| -------------- | ---------------------------------------------- |
| Platform       | Windows 11                                     |
| Architecture   | amd64 / arm64                                  |
| Install method | `Install-OSDeploySoftware` or vendor installer |
| Required       | Optional                                       |

## Overview

None of the tools in this section are required to build a WinPE boot image or run an OSDCloud deployment. They are recommended for anyone who writes or customizes OSDeploy scripts, manages configuration files in source control, or prefers an integrated editor for PowerShell development. Both Git and Visual Studio Code can be installed from a single `Install-OSDeploySoftware` command.

## Why These Tools Are Useful

* **Git** — track changes to deployment scripts, share configurations across machines, and collaborate using GitHub or other Git hosts
* **Visual Studio Code** — full PowerShell editing with IntelliSense, integrated terminal, and the PowerShell extension for authoring OSDeploy scripts
* Both tools are available in stable and pre-release (Insiders) editions and install via `winget`

{% hint style="info" %}
`-DownloadOnly` is not supported for `git`, `code`, or `code-insiders` because they are installed via `winget`, which manages its own download process. Use `-Force` to install.
{% endhint %}

## In This Section

* [Git for Windows](/core-components/developer-tools/git.md) — Install Git for Windows and configure global identity
* [Visual Studio Code](/core-components/developer-tools/vscode.md) — Install Visual Studio Code (stable or Insiders) for script authoring


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.osdeploy.com/core-components/developer-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
