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:
.cargo/config.toml exists (it defines the alias).