packages/kilo-docs/pages/getting-started/installing.md
Get started with Kilo Code by installing it on your preferred platform. Choose your development environment below:
{% tabs %} {% tab label="VS Code" %}
The current Kilo Code extension is built on the Kilo CLI and is distributed as the pre-release version on the VS Code Marketplace.
Ctrl+Shift+X / Cmd+Shift+X){% callout type="info" %} The "pre-release" label is a VS Code Marketplace distribution channel — the extension is stable and recommended for all users. {% /callout %}
Open VSX Registry is an open-source alternative to the VS Code Marketplace for VS Code-compatible editors that cannot access the official marketplace due to licensing restrictions.
For VS Code-compatible editors like VSCodium, Gitpod, Eclipse Theia, and Windsurf, you can browse and install directly from the Kilo Code page on Open VSX Registry.
Ctrl+Shift+X / Cmd+Shift+X){% callout type="note" %} If your editor isn't automatically configured for Open VSX Registry, you may need to set it as your extension marketplace in settings. Consult your specific editor's documentation for instructions. {% /callout %}
If you prefer to download and install the VSIX file directly:
Download the VSIX file:
.vsix file from the latest releaseInstall in VS Code:
.vsix fileIf you need to temporarily go back to an earlier version, use the same flow with a .vsix asset from an older release:
.vsix asset.vsix file to install that versionIf you plan to remain on that version for a while, you may also want to temporarily disable extension auto-update in VS Code so it does not immediately update again.
{% image src="/docs/img/installing-vsix.png" alt="Installing Kilo Code using VS Code's Install from VSIX dialog" width="600px" caption="Installing Kilo Code using VS Code's "Install from VSIX" dialog" /%}
Extension Not Visible
Installation Problems
Windows Users
PowerShell is added to your PATH:
C:\Windows\System32\WindowsPowerShell\v1.0\{% /tab %} {% tab label="CLI" %}
{% partial file="install-cli.md" /%}
{% /tab %} {% tab label="VS Code (Legacy)" %}
The legacy extension is the previous version of Kilo Code for VS Code. It is still available but is no longer actively developed. We recommend installing the current extension (see the VS Code tab).
To install or switch back to the legacy version:
Ctrl+Shift+X / Cmd+Shift+X){% /tab %} {% tab label="JetBrains" %}
{% partial file="install-jetbrains.md" /%}
{% /tab %} {% tab label="Slack" %}
{% partial file="install-slack.md" /%}
{% /tab %} {% tab label="Other IDEs" %}
{% partial file="install-other-ides.md" /%}
{% /tab %} {% /tabs %}
After installation, check out these resources to get started:
If you encounter issues not covered here: