# 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="/files/rUB50tItLUGzXzQeVF4r" 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="/files/0Z5VNiQvn81QXwrQzJh4" 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.revrobotics.com/revlib/install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
