Skip to main content

WPILib Installation

The WPI Robotics Library (WPILib) provides the standard tools and libraries used to program FRC robots. You will use it throughout this guide.

Installation

Download the latest WPILib release

WPILib supports Windows, macOS, and Linux. Download the release that matches your operating system and the FRC season you are programming for.

Right-click the downloaded disk image and select Mount. Open the mounted image, launch WPILibInstaller.exe, and select Start.

The WPILib installer start screen

The WPILib installer options

If this is your first time using WPILib, select Everything. Choose Install for this User to install WPILib only for your account, or Install for all Users to make it available to every account on the computer.

The WPILib VS Code download options

If this is your first time using WPILib, select Download for this computer only.

WPILib installation progress

Wait for the installation to finish.

The completed WPILib installation screen

On the final screen, click Finish to close the installer.

Uninstalling

  1. Delete the folder for the release you want to uninstall: C:\Users\Public\wpilib\YYYY, where YYYY is the season year.

  2. Delete the corresponding desktop shortcuts from C:\Users\Public\Public Desktop.


Congratulations! You have taken your first step into FRC programming.