Disclaimer: Operations involve risks, please judge for yourself, and try to support legitimate versions.#
CodeKey Run Introduction#
CodeKey Run (ckey.run) is a website focused on the automatic activation of JetBrains series software and plugins, supporting Windows, Linux, and Mac operating systems, covering almost all JetBrains products and mainstream plugins. Its core advantage lies in "one-click activation," requiring no complicated configuration, making it suitable for developers and teams to quickly deploy development environments.
Supported Products and Plugins#
CodeKey Run supports the entire JetBrains suite, including but not limited to:
- IntelliJ IDEA
- PhpStorm
- PyCharm
- WebStorm
- GoLand
- Rider
- DataGrip
- CLion
- AppCode
- DataSpell
- RustRover
- dotMemory
In addition, it supports hundreds of JetBrains plugins, themes, and tools, such as:
- JetBrains AI Assistant
- Code With Me
- Material Theme UI
- Redis Client
- LeetCode Editor Pro
- Database Tools
- Language Packs
Covering various fields including development, testing, DevOps, and interface beautification.
Usage Instructions#
Windows System#
Press Win + X
, select Windows PowerShell (Admin)
to run. Execute the following command:
irm ckey.run | iex
The program will automatically complete the activation without manual intervention.
Linux System#
Open the terminal, input and execute:
wget --no-check-certificate ckey.run -O ckey.run && bash ckey.run
Mac System#
Open the terminal, input and execute:
curl -L -o ckey.run ckey.run && bash ckey.run
Activation Principle and Precautions#
The activation method of CodeKey Run is essentially an automated script that achieves license registration and plugin authorization for JetBrains products by remotely downloading and running scripts. The official also supports custom license information to meet the needs of teams and multiple users in different scenarios.