
The essential guide to installing Amazon Q Developer CLI on Windows
Having Amazon Q Developer CLI at your finger tips is only a short step away for Windows users
The steps below are covered in the official Amazon Q Developer CLI installation documentation
wsl -d Ubuntu
cd
sudo apt install unzip
curl --proto '=https' --tlsv1.2 -sSf https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-x86_64-linux-musl.zip -o q.zip
Make sure you check! that you are running in the wsl home directory and not the windows home directory. If you use the "pwd" command, it will tell you. It should say "/home/{youruser}" - if it does not, then make sure you enter the "cd" command again.
unzip q.zip
cd q
chmod +x install.sh
./install.sh
bash
q login
q chat
In the video you will also see me running "q doctor" which is a way to check to see that everything is running ok with Amazon Q Developer.
wsl -d Ubuntu
q chat
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.