Skip to main content

System Dependencies

Autopilot Desktop is a native Rust + WGPU app.
  • Rust toolchain: rustup, cargo
  • macOS: Xcode Command Line Tools (xcode-select --install)
  • Linux: X11/Wayland + Vulkan dev headers (install your distro’s wgpu/winit deps)

Build From Source

Run the App (Dev)

cargo autopilot

The repo defines a Cargo alias so you can run the desktop app directly:
If that command isn’t found, ensure you’re running from the repo root and that .cargo/config.toml exists (it defines the alias).