> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Running Builds from RustRover

Last updated on Sep 6, 2026

You can distribute builds in RustRover to accelerate them using Incredibuild.

The Incredibuild RustRover plugin adds an Incredibuild menu to RustRover with the following options:

* **Build:** Runs an incremental Cargo build through Incredibuild. It uses the same cargo command the IDE's own Build Project would run (so the selected run configuration, build profile, and targets are respected).
* **Rebuild:** Runs `cargo clean` on the workspace first, then builds through Incredibuild (same cargo command as above after the clean).
* **Stop Build:** Cancels the Incredibuild build or clean that is currently running.

You can also enable the Incredibuild integration into the native RustRover Build/Test/Run actions.

Use Incredibuild's [Build Monitor](/windows/monitor-builds) to watch and analyze (in a graphical timeline) what happens during an Incredibuild build.

## Installing Incredibuild RustRover Plugin

To install the Incredibuild RustRover plugin:

1. From the Incredibuild site, download `intellij-ib-plugin.zip`.
2. Open RustRover.
3. Go to **Plugins**.
4. On the Plugins page, click the gear icon.
5. Select **Install Plugin from Disk...**.
6. Select the plugin file.
7. Click **Open**.
8. Click **Accept** to accept the Third-Party Plugins Notice.
9. Restart RustRover, if required.

<Note>
  If Incredibuild is not installed on your computer, or if the Incredibuild version is too old, a message appears prompting you to download and install the latest version of Incredibuild.
</Note>

<img src="https://mintcdn.com/incredibuild-docs-migrated/oJ__gjAj1DS15Rzk/images/windows/_shared/windows/rustrover/not-found.png?fit=max&auto=format&n=oJ__gjAj1DS15Rzk&q=85&s=51d53f990fc69c29458bd491cd1e6cf7" alt="Incredibuild Not Found warning dialog" width="656" height="290" data-path="images/windows/_shared/windows/rustrover/not-found.png" />

## Building using the Incredibuild RustRover Plugin

To build using the Incredibuild RustRover plugin:

1. In your RustRover project, go to **Incredibuild > Build**. The build progress appears in the Incredibuild output pane.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/oJ__gjAj1DS15Rzk/images/windows/_shared/windows/rustrover/incredibuild-output-pane.png?fit=max&auto=format&n=oJ__gjAj1DS15Rzk&q=85&s=115f6257c9894de5f3f9274c9eac0c8a" alt="RustRover with the Incredibuild output pane" width="1024" height="723" data-path="images/windows/_shared/windows/rustrover/incredibuild-output-pane.png" />

2. To enable the Incredibuild integration into the native Build/Test/Run actions:

   1. Go to **Settings > Tools > Incredibuild**.
   2. Select **Accelerate the IDE's own build actions**.
   3. Click **OK**.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/oJ__gjAj1DS15Rzk/images/windows/_shared/windows/rustrover/settings.png?fit=max&auto=format&n=oJ__gjAj1DS15Rzk&q=85&s=36f9c851e511232e5bd518ca5b7a3553" alt="Incredibuild settings in RustRover" width="876" height="687" data-path="images/windows/_shared/windows/rustrover/settings.png" />

3. Once the Incredibuild tool is enabled, click **Build > Build Project**. The build is executed using Incredibuild and the progress is displayed in the native Build Output pane.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/oJ__gjAj1DS15Rzk/images/windows/_shared/windows/rustrover/native-build-output.png?fit=max&auto=format&n=oJ__gjAj1DS15Rzk&q=85&s=061aabd0e0400493f84008d5c177cce2" alt="RustRover Build Output pane showing an Incredibuild-accelerated build" width="1024" height="730" data-path="images/windows/_shared/windows/rustrover/native-build-output.png" />

4. Open [Build Monitor](/windows/monitor-builds) to view the build progress.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/oJ__gjAj1DS15Rzk/images/windows/_shared/windows/rustrover/build-monitor.png?fit=max&auto=format&n=oJ__gjAj1DS15Rzk&q=85&s=8f5ee512e2cc4aaeb36d0cf14f7afb86" alt="Incredibuild Build Monitor showing distributed rustc tasks" width="1024" height="501" data-path="images/windows/_shared/windows/rustrover/build-monitor.png" />
