# Use Proxmark3 X on Windows

### GUI Client

A cool guy on github.com [Gator96100](https://github.com/Gator96100) creates [ProxSpace](https://github.com/Gator96100/ProxSpace) and makes it possible to compile both the firmware and the client on Windows.\
Also, he makes the [pre-compiled Windows client](https://www.proxmarkbuilds.org/) so you can download it and run your PM3 client on Windows instantly.\
I included his compiled client in my releases so you can use the GUI on the fly, and you can also use the GUI with your preferred client.

<mark style="color:green;">**Great thanks to him.**</mark>

![GUI X for Proxmark3 X](https://github.com/wh201906/Proxmark3GUI/raw/master/doc/README/preview.png)

### Download Link

[Official Client.7z](https://github.com/wh201906/Proxmark3GUI/releases/download/V0.2.2/V0.2.2-win-Officialclient.7z) for Windows

[RRG Client-V4.14434.7z](https://github.com/wh201906/Proxmark3GUI/releases/download/V0.2.2/V0.2.2-win-RRGclient-V4.14434.7z) for Windows

### Update Log

#### V0.2.2

```
Load command format from external JSON file
Fix bug #20, #21, #22
Support Iceman/RRG repo v4.13441
```

### GUI Functions

#### Running Raw Commands

![Running Raw Commands on Proxmark3 X Windows Client](https://raw.githubusercontent.com/wh201906/Proxmark3GUI/master/doc/preview/raw_command.gif)

#### Mifare Nested Attack

![ Mifare Nested Attack on Proxmark3 X Windows Client](https://raw.githubusercontent.com/wh201906/Proxmark3GUI/master/doc/preview/mf_nested_attack.gif)

#### Load Mifare File

![Load Mifare File on Proxmark3 X Windows Client](https://raw.githubusercontent.com/wh201906/Proxmark3GUI/master/doc/preview/mf_loadfile.gif)

#### Edit Mifare File

![Edit Mifare File on Proxmark3 X Windows Client](https://raw.githubusercontent.com/wh201906/Proxmark3GUI/master/doc/preview/mf_editfile.gif)

#### Mifare Trailer Decoder

![Mifare Trailer Decoder on Proxmark3 X Windows Client](https://raw.githubusercontent.com/wh201906/Proxmark3GUI/master/doc/preview/mf_trailer.gif)


---

# 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://proxmark3x.mtoolstec.com/guides/use-proxmark3-x-on-windows.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.
