A cross-platform CLI tool for resetting the trial period of JetBrains IDEs. If you already have licenses in your IDEs, it'll be resetting too. If you're from Russia, you need to have VPN to start a new trial period.
Supports IntelliJ IDEA, GoLand, PyCharm, WebStorm, CLion, PhpStorm, Rider, DataGrip, and RubyMine.
Download the latest pre-built binary for your platform from the Releases page:
# Download and run installer
curl -fsSL https://raw.githubusercontent.com/insigmo/jetreset/refs/heads/master/install.sh | bash# Download and run installer
irm https://raw.githubusercontent.com/insigmo/jetreset/refs/heads/master/install.ps1 | iex./jetreset # Run without flags to reset all detected JetBrains IDEs.\jetreset.exe./jetreset --run-schedule # Run scheduler for reseting every month
./jetreset --stop # Stop schedurlerRequires Go 1.22+.
git clone https://github.com/insigmo/jetreset.git
cd jetreset
go build -ldflags="-s -w" -trimpath -o jetreset .- IntelliJ IDEA
- GoLand
- PyCharm
- WebStorm
- CLion
- PhpStorm
- Rider
- DataGrip
- RubyMine