# Git for Windows 2.48.1 is the final version of 32-bit

This version marks an important milestone, especially regarding **32-bit (i686)** support.

## Key Changes in v2.48.1

### **Last version with full 32-bit support**

Git for Windows **2.48.1** is the **final version** to include the following 32-bit components:

* `i686` installer
* Portable Git (32-bit)
* Git archive (32-bit)

Starting with the next version, **only 64-bit versions** of these will be available.

### **32-bit MinGit will continue**

* **MinGit**, a minimal Git distribution for scripting and automation, **will continue to be built in 32-bit**.
* Planned support until: **April 2029**.

### **New Features (highlights)**

* Improved merge algorithms
* Enhancements in `git sparse-checkout`
* Additional options and refinements in `git config`
* Better compatibility with Git LFS and Git Credential Manager (on Windows)

### Summary Table

| Feature             | Status                               |
| ------------------- | ------------------------------------ |
| 32-bit Installer    | ✅ Final release (v2.48.1)            |
| 32-bit Portable Git | ✅ Final release (v2.48.1)            |
| 32-bit Git Archive  | ✅ Final release (v2.48.1)            |
| 32-bit MinGit       | ✅ Still available (until April 2029) |
| Release Date        | 📅 January 14, 2025                  |


---

# 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://blog.easy2patch.com/articles/git-for-windows-2.48.1-is-the-final-version-of-32-bit.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.
