# OS Tools Platform Discussion

**URL:** https://discourse.openrobotics.org/t/os-tools-platform-discussion/52916
**Category:** AI for Industry Challenge
**Tags:** docker, ubuntu, pixi
**Created:** [March 4, 2026, 3:54am UTC](https://discourse.openrobotics.org/t/os-tools-platform-discussion/52916 "2026-03-04T03:54:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![J\_Zhang](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/j_zhang/32/32566_2.png) [@J\_Zhang](https://discourse.openrobotics.org/u/J_Zhang)
#### Post date: [March 4, 2026, 3:54am UTC](https://discourse.openrobotics.org/t/os-tools-platform-discussion/52916/1 "2026-03-04T03:54:16Z")

</div>

I have a Windows PC with WSL 2 installed. The challenge requires Docker, Distrobox, Pixi. Do I have to install all 3 tools, or just pick 1? Since all 3 tools support Windows, can I install them on Windows OS and develop my solutions on Windows? If not, how about WSL? Or this is Linux OS only?

---

<div class="post-metadata">

### Author: ![Rocky\_Shao](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/rocky_shao/32/32610_2.png) [@Rocky\_Shao](https://discourse.openrobotics.org/u/Rocky_Shao)
#### Post date: [March 4, 2026, 5:22pm UTC](https://discourse.openrobotics.org/t/os-tools-platform-discussion/52916/2 "2026-03-04T17:22:53Z")

</div>

I personally dual boot linux(Ubuntu) and windows, and I no longer have problems with the tools  
(I understand this don’t answer your question 😅 )

---

<div class="post-metadata">

### Author: ![trushant](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/trushant/32/32631_2.png) [@trushant](https://discourse.openrobotics.org/u/trushant)
#### Post date: [March 4, 2026, 8:39pm UTC](https://discourse.openrobotics.org/t/os-tools-platform-discussion/52916/3 "2026-03-04T20:39:13Z")

</div>

@J_Zhang , you will need all 3 tools:

1. Docker - Acts as container manager for Distrobox
2. Distrobox - Environment for the evaluation component
3. Pixi - Manage packages for policy development

Our [recommended workflow](https://github.com/intrinsic-dev/aic/blob/main/docs/getting_started.md) is tested on Ubuntu 24.04. You can try running it on Windows.
