DEV Community

Cover image for Install and Use Amazon Q AI Assistant on Mac
Ravindra Singh for AWS Community Builders

Posted on • Edited on

3 1 1

Install and Use Amazon Q AI Assistant on Mac

Amazon Q is a generative AI-powered assistant by AWS designed to help developers boost productivity. It can answer questions, write and review code, debug issues, and even generate documentation.

Developers should care because it integrates directly into your IDE, understands your codebase, and provides real-time assistance—saving hours of manual effort.

This blog is a quick guide on how to install and use Amazon Q Developer on macOS.

Prerequisites

  1. macOS system
  2. AWS account with Builder ID or IAM identity
  3. Internet connection 😄

Installing Amazon Q on macOS

  • Go to the official download page:

https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html

  • Download the Mac installer (typically a .dmg file):

  • Click the download link for macOS under the Amazon Q Developer section.

  • Open the .dmg file once downloaded.

  • Drag the Amazon Q app into your Applications folder.

Image description

  • Enable shell integrations with Amazon Q

Image description

  • Grant accessibility permissions so Amazon Q can interact with windows and perform actions

Image description

  • After clicking 'Enable', you'll be prompted to activate Amazon Q.

Image description

  • Open the app and follow the sign-in process using your AWS Builder ID or IAM identity.

Image description

  • Click on 'Allow Access' to grant Amazon Q command line access.

Image description

  • After successful installation, you'll be greeted with the Getting Started page.

Image description

  • Now that Amazon Q is installed, let’s make sure everything’s working.

Image description

  • To disable Amazon Q from the command line, run the following command:
 q inline disable 
Enter fullscreen mode Exit fullscreen mode

🛠️ Troubleshooting

Issue: Terminal not detecting q command
Fix: Restart your terminal or manually source the shell config file.
Issue: Accessibility permissions not showing
Fix: Go to System Settings → Privacy & Security → Accessibility and manually enable it.

💡 Tip: If you’re a developer, also try the Amazon Q extension in your IDE:
For VS Code:

  • Open Visual Studio Code.
  • Go to Extensions.
  • Search for Amazon Q.
  • Click Install.

Image description

Supercharge Your Development with Amazon Q Developer

🚀 Now it’s your turn!

Try it out in your favorite IDE or via the desktop app—and let Amazon Q help you build faster and smarter.

Prefer video tutorials? Check out my step-by-step walkthrough on how to build a Node.js app using Amazon Q CLI!

If you found this guide helpful, feel free to share it with your developer community or drop your feedback in the comments!

Top comments (0)