You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note for Windows users:** There is currently a [known issue](https://github.com/google-gemini/gemini-cli/issues/10616) with installing extensions on Gemini CLI for Windows. The workaround is as follows:
44
+
45
+
1. Follow instructions above to attempt to install the plugin (this will fail).
2. In the command line, navigate to the folder in the home user's path where the code was downloaded (USER is the user's username)
51
+
```bash
52
+
cd %TEMP%
53
+
```
54
+
55
+
3. Locate the folder for the downloaded extension. It will be the latest titled "gemini-extension<hash>" where <hash> is a 6 character string. Change into this directory.
56
+
```bash
57
+
cd gemini-extension123456
58
+
```
59
+
60
+
4. There should be a zip file in this folder called "win32.flutter.zip". Unpack this file using `tar` (available in modern Windows versions) or by right-clicking it in File Explorer and selecting "Extract All...".
0 commit comments