How do I install Kite on Linux?
If you are using Kite on Linux, you may find these frequently asked questions helpful.
How do I install Kite on Linux?
Install Kite on Linux by running one command:
bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)"
Kite will launch automatically after installation.
You can also launch Kite from the Applications menu of your desktop environment.
How do I install Kite on Linux without a GUI?
Install Kite on Linux by running:
WAYLAND_DISPLAY= DISPLAY= bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)"
Then run the script at ~/.local/share/kite/login-user
Why can't Kite detect my editor, even though I have it installed?
This is a known issue for a few JetBrains editor installations. As of right now, only JetBrains IDEs installed with the methods here are supported.
For manually installed editors, only /opt is supported as of today.
Alternatively, you can add a launcher script to your PATH, and Kite should be able to detect the editor accordingly.