# Installation

Below you will find information on how to download and install REVLib for LabVIEW, Java, and C++.

<table><thead><tr><th>Language</th><th width="222.33333333333331" align="center">Current REVLib Version</th><th align="center">Documentation</th></tr></thead><tbody><tr><td><a href="#labview-installation">LabVIEW</a></td><td align="center">2026.0.1</td><td align="center">Embedded (Press Ctrl-H)</td></tr><tr><td><a href="#c++-and-java-installation">Java</a></td><td align="center">2026.0.5</td><td align="center"><a href="https://codedocs.revrobotics.com/java/">Java Docs</a></td></tr><tr><td><a href="#c++-and-java-installation">C++</a></td><td align="center">2026.0.5</td><td align="center"><a href="https://codedocs.revrobotics.com/cpp/">C++ Docs</a></td></tr></tbody></table>

## Downloads and Installation Instructions

### LabVIEW Installation

| [REVLib LabVIEW Download - Version 2026.0.1](https://github.com/REVrobotics/REV-Software-Binaries/releases/download/revlib-2026.0.1/revlib_2026.0.1-0_windows_all.nipkg) |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

1. Download the latest REVLib LabVIEW package from the download link above.
2. Make sure LabVIEW for FRC 2026 is installed and updated.
3. Open the REVLib LabVIEW Package. The NI Package Manager should automatically open.
4. Click **Next**:

   <figure><img src="https://content.gitbook.com/content/0OKYENVWAIgVP2TmkWl3/blobs/UJw3ffkj2ZFk4eXrc7Aw/LabVIEW-install-1.png" alt=""><figcaption></figcaption></figure>
5. Once the installation is complete, you will be able to access the REVLib VIs at **LabVIEW Functions Pallet -> WPI Robotics Library -> Third Party -> REV Robotics**.

   <figure><img src="https://content.gitbook.com/content/0OKYENVWAIgVP2TmkWl3/blobs/gepyqZu2NgZFs6trlW5r/LabVIEW-install-2.png" alt=""><figcaption></figcaption></figure>

### C++ and Java Installation

#### Online Installation

You can use the online method to install REVLib C++/Java if your development machine is connected to the internet:

1. Open your robot project in VSCode.
2. Click on the WPI icon in the corner to open the WPI Command Pallet.
3. Select **Manage Vendor Libraries**.
4. Select **Install new library (online)**.
5. Enter the following installation URL and press ENTER:

   [`https://software-metadata.revrobotics.com/REVLib-2026.json`](https://software-metadata.revrobotics.com/REVLib-2026.json)

#### Offline Installation

| [REVLib C++/Java Download- Version 2026.0.5](https://github.com/REVrobotics/REV-Software-Binaries/releases/download/revlib-2026.0.5/REVLib-offline-v2026.0.5.zip) |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------: |

1. Download and unzip the latest REVLib into the *C:\Users\Public\wpilib\2026* directory on Windows and *\~/wpilib/2026* directory on Unix-like systems.
2. Follow the WPILib instructions for [Adding Offline Libraries](https://docs.wpilib.org/en/latest/docs/software/vscode-overview/3rd-party-libraries.html#adding-offline-libraries).
