# Mender-artifact for windows platform?

**URL:** https://hub.mender.io/t/mender-artifact-for-windows-platform/5473
**Category:** General Discussions
**Tags:** mender-artifact
**Created:** [December 3, 2022, 8:25am UTC](https://hub.mender.io/t/mender-artifact-for-windows-platform/5473 "2022-12-03T08:25:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![joelguittet](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/joelguittet/32/1064_2.png) [@joelguittet](https://hub.mender.io/u/joelguittet)
#### Post date: [December 3, 2022, 8:25am UTC](https://hub.mender.io/t/mender-artifact-for-windows-platform/5473/1 "2022-12-03T08:25:32Z")

</div>

Hello,

It seems the Makefile of mender-artifact tool contains cross compilation for windows platform ([mender-artifact/Makefile at master · mendersoftware/mender-artifact · GitHub](https://github.com/mendersoftware/mender-artifact/blob/master/Makefile#L59)), but you do not provide the windows executable on [Downloads | Mender documentation](https://docs.mender.io/downloads#mender-artifact). Only Linux and MacOs.

Is it possible to get the windows platform version too? Or maybe it s not provided because of lack of support for windows?

Thanks  
Joel

---

<div class="post-metadata">

### Author: ![lluiscampos](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/lluiscampos/32/112_2.png) [@lluiscampos](https://hub.mender.io/u/lluiscampos)
#### Post date: [December 5, 2022, 11:59am UTC](https://hub.mender.io/t/mender-artifact-for-windows-platform/5473/2 "2022-12-05T11:59:32Z")

</div>

Hello @joelguittet,

Actually, for the master version you can find it pre-compiled at: [https://downloads.mender.io/mender-artifact/master/windows/mender-artifact](https://downloads.mender.io/mender-artifact/master/windows/mender-artifact)

However, this is a completely unsupported platform as per today, and we don’t run any kind of tests against it.

This is the reason why we don’t link it from Mender Docs, but you are welcome to give it a try!

---

<div class="post-metadata">

### Author: ![joelguittet](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/joelguittet/32/1064_2.png) [@joelguittet](https://hub.mender.io/u/joelguittet)
#### Post date: [December 5, 2022, 10:38pm UTC](https://hub.mender.io/t/mender-artifact-for-windows-platform/5473/3 "2022-12-05T22:38:17Z")

</div>

Hello @lluiscampos

Thanks for this. I made a test and the mender server reject the artefact when I upload it, with the following error:

> Artifact couldn’t be uploaded. reading artifact error: readHeaderV3: handleHeaderReads: reader: error getting header Payload number: can not get Payload order from tar path… [Request ID: 6740a31b]

I checked the differences between artefact generated on Unix and Windows and obviously the main difference is the paths with “/” and “\” inside the tar… Probably the main cause of the failure.

I’m still interested by this, when it will be available.

Joel
