RadarTopicsBuildersWeeklyReads
Open Source Radar
aws/

amazon-q-developer-cli

GitHubWebsite

Rust-based CLI for interacting with Amazon Q Developer in terminal; now deprecated in favor of Kiro CLI. Installation includes macOS DMG or Homebrew, and Linux methods; repository provides setup steps and development commands.

2.0kstars
435forks
1.3kissues
Apache-2.0license
2024since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
affaan-m/
ECC
2.9k/wk

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

238k36kJavaScript
langgenius/
dify
753/wk

Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.

151k24kTypeScript
rtk-ai/
rtk
998/wk

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

75k4.7kRust
headroomlabs-ai/
headroom
1.7k/wk

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.

65k4.9kPython
jeecgboot/
JeecgBoot
83/wk

【低代码迈入v2.0时代,一句话即可生成整个系统】企业级AI低代码平台,一键生成前后端代码甚至整个系统。 AI Skills 一句话画流程、设计表单、生成报表、大屏。内置 AI应用平台涵盖:AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领AI低代码「Skills 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,解决 Java 项目 90% 重复工作,提高效率又不失灵活。

47k16kJava
Snailclimb/
JavaGuide
145/wk

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

158k46kJavaScript
Reviewgenerated from repository data · Aug 5, 2026

What it is

Amazon Q CLI is a command-line interface that enables agent-based chat interactions with Amazon Q Developer from the terminal. The project provides a Rust-based CLI component (chat_cli) and a documented development workflow for contributors.

How it works

The CLI exposes subcommands via the chat_cli binary to interface with Amazon Q Developer. The README lists development commands for building, testing, linting, formatting, and running subcommands using Cargo. Example usage paths include running cargo run --bin chat_cli to compile and execute, and cargo run --bin chat_cli -- {subcommand} for subcommands.

Getting started

Installation (macOS):

Installation (Linux):

Prerequisites for development:

  • MacOS: Xcode 13 or later, Brew
  • Clone the repo: git clone https://github.com/aws/amazon-q-developer-cli.git
  • Install Rust toolchain and dependencies:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default stable
rustup toolchain install nightly
cargo install typos-cli

Development commands:

  • 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}.
    • Example login: cargo run --bin chat_cli -- login

Recent releases

  • v1.19.7 (2025-11-17): Updated announcements and branding copy via PRs 3433 and 3452
  • v1.19.6 (2025-11-13): Reverted multiline code block detector hint; version bump
  • v1.19.5 (2025-11-12): Added hint for multiline triple backtick code block detector; branding update
  • v1.19.4 (2025-11-10): Refactor to hierarchical paths module; added auth login telemetry
  • v1.19.3 (2025-10-30): Fixed race condition on conduit; version bump to 1.19.3

Traction

1983 stars on the repository, 435 forks, 1307 open issues.

Behind the repo

This project is tied to AWS's Amazon Q Developer CLI and is described as no longer actively maintained; the README notes it is superseded by Kiro CLI (a closed-source product).

Caveats

License: MIT and Apache-2.0 (dual licensed). The README notes this project is no longer actively maintained and will only receive critical security fixes. Licensing details are provided in LICENSE.MIT and LICENSE.APACHE.

SharePost on XLinkedIn
All trending reposRevenue-verified startups →