# Windows

### Download Binary

Currently, only x64 CPUs are supported. The binary can be downloaded from the following URL:

* [Oda Windows x64](https://moreficent-oda-binary.s3.ap-south-1.amazonaws.com/oda_windows.exe)

### Run Binary

* Rename the binary to `oda.exe`
* Invoke the file with the `--help` flag to check

{% tabs %}
{% tab title="Command Prompt" %}

```shell
mv oda_windows.exe oda.exe
./oda.exe --help
```

The output should be similar to:

<figure><img src="https://4034637363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrI8NUZMhW6UeKFQAglAX%2Fuploads%2FIz69H6pznxYHDEj0VOEI%2Foda_win_cmd_v2.png?alt=media&#x26;token=66be169b-e1af-4df9-b700-cc19cee5579f" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Power Shell" %}

```powerquery
mv oda_windows.exe oda.exe
oda.exe --help
```

The output should be similar to:

<figure><img src="https://4034637363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrI8NUZMhW6UeKFQAglAX%2Fuploads%2FHviBYJ5Oaa75xwwvEOcj%2Foda_win_ps_v2.png?alt=media&#x26;token=a25c216e-af5b-4d0e-b18f-0eb218131e80" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
