Cross Operating System Support - 2025.2 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2025-11-20
Version
2025.2 English

The Vitis Unified IDE supports cross OS scenarios were multiple teams can be working on different operating systems. A Vitis workspace can be moved from a Linux OS to a Windows OS and vice versa. You can open projects or components seamlessly across different operating systems and rebuild them without failures.

There are a few recommended ways of distributing a Vitis workspace between operating systems:

  1. Version Control: Push the project to a shared GitHub repo and clone it down into the other OS.
  2. Export/Import: Export the workspace as a '.zip' file. Open the Vitis Unified IDE in the other OS and import the .zip file.

See previous chapters on git usage and export/import functionality for more specific guidelines.