Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

amazon-q-developer-cli

> AI 编程
Open source

✨ Agentic chat experience in your terminal. Build applications using natural language.

2.0K stars0 likes0 views
WebsiteGitHub

About

✨ Agentic chat experience in your terminal. Build applications using natural language.

Amazon Q CLI

[!IMPORTANT] This open source project is no longer being actively maintained and will only receive critical security fixes. Amazon Q Developer CLI is now available as Kiro CLI, a closed-source product. For the latest features and updates, please use Kiro CLI. For issues with Kiro CLI, please report it here instead.

Installation

  • macOS:
    • DMG: Download now
    • HomeBrew: brew install --cask amazon-q
  • Linux:
    • Ubuntu/Debian
    • AppImage
    • Alternative Linux builds

Contributing

Thank you so much for considering to contribute to Amazon Q.

Before getting started, see our contributing docs.

Prerequisites

  • MacOS
    • Xcode 13 or later
    • Brew

1. Clone repo

git clone https://github.com/aws/amazon-q-developer-cli.git

2. Install the Rust toolchain using Rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default stable
rustup toolchain install nightly
cargo install typos-cli

3. Develop locally

  • To compile and run: cargo run --bin chat_cli.
  • To run tests: cargo test.
  • To run lints: cargo clippy.
  • To format rust files: cargo +nightly fmt.
  • To run subcommands: cargo run --bin chat_cli -- {subcommand}.
    • Login would then be: cargo run --bin chat_cli -- login

Project Layout

  • chat_cli - the q CLI, allows users to interface with Amazon Q Developer from the command line
  • scripts/ - Contains ops and build related scripts
  • crates/ - Contains all rust crates
  • docs/ - Contains technical documentation

Security

For security related concerns, see here.

Licensing

This repo is dual licensed under MIT and Apache 2.0 licenses.

Those licenses can be found here and here.

“Amazon Web Services” and all related marks, including logos, graphic designs, and service names, are trademarks or trade dress of AWS in the U.S. and other countries. AWS’s trademarks and trade dress may not be used in connection with any product or service that is not AWS’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits AWS.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •DMG: Download now
  • •HomeBrew: ``brew install --cask amazon-q ``
  • •Ubuntu/Debian
  • •AppImage
  • •Alternative Linux builds
  • •Xcode 13 or later
  • •To compile and run: cargo run --bin chat_cli.
  • •To run tests: cargo test.
  • •To run lints: cargo clippy.
  • •To format rust files: cargo +nightly fmt.

> Tags

Rustagentaiamazon-qcli

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
CategoryAI 编程
PricingOpen source

> Related tools

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.