jetbrains-toolbox-updater

Crates.iojetbrains-toolbox-updater
lib.rsjetbrains-toolbox-updater
version5.4.6
created_at2025-03-07 18:00:04.557348+00
updated_at2025-09-24 07:11:12.210191+00
descriptionApplication and library that updates JetBrains Toolbox IDE's on demand using some trickery
homepage
repositoryhttps://github.com/GideonBear/jetbrains-toolbox-updater
max_upload_size
id1583416
size72,438
Gideon (GideonBear)

documentation

README

jetbrains-toolbox-updater

CLI and library that updates JetBrains Toolbox IDE's on demand using some trickery. It currently supports Linux only, but Windows support is planned.

Installation

jetbrains-toolbox-updater is included as part of topgrade, but it can also be installed seperately:

# Using cargo-binstall:
cargo binstall jetbrains-toolbox-updater
# Using cargo:
cargo install jetbrains-toolbox-updater

And used by running:

jetbrains-toolbox-updater

How it works

The process is as follows:

  1. Close JetBrains Toolbox if it's open
  2. Modify the configuration to enable automatic updates
  3. Start JetBrains Toolbox in the background
  4. Monitor the logs for possible updates, and wait until they're complete
  5. Quit and reset the configuration
  6. Restart JetBrains Toolbox if it was open
Commit count: 94

cargo fmt