| Reading time: | 10 min |
| Last updated: | 27 Apr 2026 |
| Ecosystem dashboard: | View |
| Reading time: |
| 10 min |
| Last updated: |
| 27 Apr 2026 |
| Ecosystem dashboard: |
| View |
This guide shows you how to install and use the tool with the most common configuration. For advanced options and complete reference information, see the official documentation. Some install guides also include optional next steps to help you explore related workflows or integrations.
Git has native support for Windows on Arm . An official installer is available for version 2.47.1 and up.
In addition to Windows laptops, Windows on Arm instances are available with Microsoft Azure. For more information, see Deploy a Windows on Arm virtual machine on Microsoft Azure .
Git releases are available in GitHub releases .
Use a browser to download the desired release file. The Git releases for Windows on Arm have arm64.exe in the filename.
You can also download from a Windows PowerShell with the following command:
The following command uses Git version 2.54.0. The same command works with other versions. Replace the file used in this step with the file for your version of choice. To find the latest Git releases, see GitHub releases .
curl https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/Git-2.54.0-arm64.exe -o Git-2.54.0-arm64.exe
After you’ve downloaded Git, run the installer .exe file on a Windows on Arm machine.
The installer starts. To complete installation, follow these steps:
Click Next to acknowledge the GNU General Public License.
Set the destination location or accept the default location, and click Next.
Continue to click Next for the configuration settings. You can accept all defaults if you are unsure of specific settings.
At the end of the install process, you see the following screen indicating setup has finished installing Git:

You can use Git on Windows from a Windows Command Prompt or by using Git Bash.
Git Bash is a Linux-like terminal experience which includes Git and many other Linux commands.
Git is not automatically added to your search path during installation.
To use Git, click the Windows Start button and then click All apps.
You see the Git folder in the G section.

There are menu items for multiple ways to start Git.
Start a Git Command Prompt by selecting Git CMD from the Start menu.

To see the help message, enter:
git help
You can use Git from this Command Prompt.
To use Git in a Linux-like environment, select Git Bash from the start menu.

Click the colored icon in the top-left corner of the Git Bash window, and then click Options to change the appearance of the window. You can change settings such as colors, fonts, and font sizes for the window.

You are now ready to use Git on your Windows on Arm device.
How would you rate this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you! We're grateful for your feedback.