Releases35
Frequency3 weeks 2 days
Last Release
Jetbrains IDE for Rust.
See [https://www.jetbrains.com/rust/](https://www.jetbrains.com/rust/) for more information.
## Installation Parameters
* `/AddBinToPath` - whether to add "bin" folder to PATH
- Not used by default
* `/AddToContextMenu` - whether to add "Open Folder as Project" into the context menu
- Not used by default
* `/CreateFileAssoc` - whether to associate with .rs files
- Not used by default
* `/DesktopIcon` - whether to create desktop shortcut
- Not used by default
* `/InstallDir` - where to install binaries
- Default value: `"$env:ProgramFiles\JetBrains\RustRover [VERSION]"`
### Examples
* Install into `D:\Rust-IDE` directory
```
choco install rustrover --params "/InstallDir:D:\Rust-IDE"
```
* Install and use `/AddBinToPath`, `/AddToContextMenu` and `/InstallDir`
```
choco install rustrover --params "'/AddBinToPath /AddToContextMenu /InstallDir:D:\Rust-IDE'"
```
## Uninstallation Parameters
* `/DeleteCache` - whether to delete cache and local history
- Not used by default
* `/DeleteSettings` - whether to delete settings and installed plugins
- Not used by default
### Examples
* Uninstall and delete both cache and settings
```
choco uninstall rustrover --params "'/DeleteCache /DeleteSettings'"
```
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 2026.1.3 | Stable | ||
| 2025.3.1 | Stable | ||
| 2025.2.4.1 | Stable | ||
| 2025.2.2 | Stable | ||
| 2025.2.1 | Stable | ||
| 2025.1.4 | Stable | ||
| 2025.1.3 | Stable | ||
| 2025.1 | Stable | ||
| 2024.3 | Stable | ||
| 2024.2 | Stable | ||
| 2025.1.2 | Stable | ||
| 2025.1.1 | Stable | ||
| 2024.3.8 | Stable | ||
| 2024.3.7 | Stable | ||
| 2024.3.6 | Stable | ||
| 2024.3.5 | Stable | ||
| 2024.3.4 | Stable | ||
| 2024.3.3 | Stable | ||
| 2024.3.2 | Stable | ||
| 2024.3.1 | Stable | ||
| 2024.2.5 | Stable | ||
| 2024.2.4 | Stable | ||
| 2024.2.3 | Stable | ||
| 2024.2.2 | Stable | ||
| 2024.2.1 | Stable |