Junie Help

Junie CLI Early Access program

The Early Access Program (EAP) gives you access to pre-release versions of Junie CLI with the latest features and improvements before they are generally available.

Join the EAP

The EAP is free to join and includes a monthly usage quota at no cost. To request access, fill out the Contact Form.

We are actively looking for developers working with the following languages and technologies:

  • C and C++

  • PHP

  • Rust

  • Java

If you work with any of these languages, we especially encourage you to apply.

Install the Early Access version

To install the Early Access version of Junie CLI, run the following command in your terminal:

curl -fsSL https://junie.jetbrains.com/install-eap.sh | bash
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (irm 'https://junie.jetbrains.com/install-eap.ps1')"

To verify the installation, restart your shell if needed and run:

junie --version

Switch between EAP and stable versions

To switch back to the stable version, remove the local Junie launcher first:

rm ~/.local/bin/junie
Remove-Item "$HOME\.local\bin\junie.bat"

Then install the stable version using the standard installation command:

curl -fsSL https://junie.jetbrains.com/install.sh | bash
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (irm 'https://junie.jetbrains.com/install.ps1')"

For more details on the standard installation process, see the Quickstart.

08 June 2026