
Previously: <img width="724" height="234" alt="Screenshot 2025-07-28 at 14 49 50" src="https://github.com/user-attachments/assets/b5203316-221d-4af5-8190-124f9b2b4cdf" /> Release Notes: - N/A
19 lines
950 B
Markdown
19 lines
950 B
Markdown
# Installing Extensions
|
|
|
|
You can search for extensions by launching the Zed Extension Gallery by pressing {#kb zed::Extensions} , opening the command palette and selecting {#action zed::Extensions} or by selecting "Zed > Extensions" from the menu bar.
|
|
|
|
Here you can view the extensions that you currently have installed or search and install new ones.
|
|
|
|
## Installation Location
|
|
|
|
- On macOS, extensions are installed in `~/Library/Application Support/Zed/extensions`.
|
|
- On Linux, they are installed in either `$XDG_DATA_HOME/zed/extensions` or `~/.local/share/zed/extensions`.
|
|
|
|
This directory contains two subdirectories:
|
|
|
|
- `installed`, which contains the source code for each extension.
|
|
- `work` which contains files created by the extension itself, such as downloaded language servers.
|
|
|
|
## Auto installing
|
|
|
|
To automate extension installation/uninstallation see the docs for [auto_install_extensions](../configuring-zed.md#auto-install-extensions).
|