Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 770 Bytes

File metadata and controls

14 lines (10 loc) · 770 Bytes

Setting Up Your Development Environment

This guide will help you set up your development environment to build and run Nanvix. Choose the guide that matches your host operating system:

  • Linux Setup — Full development workflow on Ubuntu 24.04. All components are built natively. Uses KVM as the virtualization backend.

  • Windows Setup — Full development workflow on Windows 11. Host components are built natively; guest components are cross-compiled using a local toolchain. Uses the Windows Hypervisor Platform (WHP) as the virtualization backend.

  • Windows Server Setup — Full development workflow on Windows Server 2022/2025 Datacenter. Same build workflow as Windows 11.