Install the CLI
bun add --global @v5x/cli
Install your project toolchain
v5x install vexide
# or
v5x install pros
Connect the brain
Connect the V5 brain to the computer with a USB cable and turn it on. Close other applications that may have claimed the serial port.
Build and upload
Run this inside an existing supported project: Start the program
Build, upload, and immediately run the program:
Run v5x new robot --type vexide or v5x new robot --type pros to create a
project from a built-in template.