Skip to main content

Prerequisites

  • Git
  • Rust toolchain (rustup, cargo)
  • macOS: Xcode Command Line Tools (xcode-select --install)

Run Autopilot Desktop

git clone https://github.com/OpenAgentsInc/openagents.git
cd openagents
cargo run -p autopilot-desktop

First Launch

  • Confirm the workspace path (Autopilot pre-fills it from your current directory).
  • Enter a task prompt.
  • Click Start Autopilot to create a session and begin the run.

Next Steps