Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #153

Open
grant0417 opened this issue Nov 28, 2024 · 6 comments
Open

Windows support #153

grant0417 opened this issue Nov 28, 2024 · 6 comments

Comments

@grant0417
Copy link
Contributor

grant0417 commented Nov 28, 2024

This is the tracking issue for Windows + WSL support

@wilikeit
Copy link

我也希望添加 windows支持。

@JoeShi
Copy link

JoeShi commented Mar 21, 2025

Vote for the Windows Support

@JoeShi
Copy link

JoeShi commented Mar 21, 2025

Here is the workaround of using Amazon Q Developer CLI on Windows.

Step 1: Install WSL

  • Run CMD or PowerShell in administrator mode, execute wsl --install. After the installation is finished, you will need to restart your computer.
  • Upon restarting, the installation of Ubuntu will begin automatically. You will be able to see Ubuntu and WSL in the Start menu.
  • Launch Ubuntu. Upon first login, you will need to set up a username and password.

Step 2: Install Q Developer CLI in WSL

All the following command needs to be executed in WSL.

  • Update the apt. sudo apt update
  • Download the package. curl --proto '=https' --tlsv1.2 -sSf https://desktop-release.q.us-east-1.amazonaws.com/latest/amazon-q.deb -o amazon-q.deb
  • Install the package. sudo apt install -y ./amazon-q.deb

Step 3: Authentication with Q Developer CLI

  • Type q login. You will be see an URL.
  • Open the URL, input your credentials, and click "Allow Access".
  • You will see Logged in successfully.

Step 4: Enter the agentic chat mode

  • Type q chat

Now you are in the agentic chat mode. Enjoy the agent.

@wilikeit
Copy link

Think you.This is a good idea, but it seems that the auto-completion function cannot be used in WSL.

@094459
Copy link

094459 commented Mar 25, 2025

Having an easier Windows experience would be key to getting more developers on that platform using this. It keeps coming up in the conversations I am having - when will you have a native windows installer.

@atxtechbro
Copy link

+1 to @wilikeit's comment about auto-completion not working in WSL.

I'm experiencing the exact same issue with Amazon Q in WSL2 (Ubuntu 24.04.1 LTS). The inline completions simply don't appear despite:

  • q inline status showing that inline is enabled
  • q doctor reporting that everything looks good
  • All other Amazon Q features like q chat working perfectly

I've tried various troubleshooting steps including disabling/re-enabling inline, testing in a minimal bash environment, and restarting WSL, but the issue persists.

Despite this limitation, I've been having a wonderful experience using Amazon Q in WSL for everything else. It's been powerful enough that I've created a guide for my company to adopt it. The tool works great on native Linux installations, but there's a definitive difference in the auto-completion functionality when using it in Windows with WSL setups.

Would love to see this fixed as it would make an already excellent tool even better in the WSL environment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants