AIAny
AI Client2024
Icon for item

amazon-q-developer-cli

Brings an agentic chat experience to the terminal: describe a task in natural language and it plans, edits files, and runs commands to build the app. Written in Rust, ships on macOS and Linux. Now succeeded by the closed-source Kiro CLI.

Introduction

Most AWS developer tooling lives behind a console or a verbose SDK; this is AWS trying the opposite bet — that the most natural place for an AI coding agent is the shell you already live in. It is one of the few terminal agents backed by a hyperscaler rather than a startup, and its trajectory is the real story: AWS open-sourced it, then folded its future into the closed-source Kiro CLI, leaving this repo as a maintenance-only artifact.

What Sets It Apart
  • Built almost entirely in Rust (~99.5%), so the agent ships as a fast native binary rather than a Node or Python wrapper — meaning lower startup latency and no runtime to install.
  • Multi-crate architecture around a chat_cli binary, signaling it was designed as a platform component, not a one-off script — useful if you want to read how a production-grade terminal agent is structured.
  • Distributed through the channels developers already trust (Homebrew, DMG, apt/Debian, AppImage), lowering the friction that usually kills CLI adoption.
Who It's For

Great fit if you are an AWS-leaning developer who wants an agentic coder native to your terminal, or an engineer studying how a large vendor builds one in Rust. Look elsewhere if you need an actively evolving tool — development has moved to the closed-source Kiro CLI, and this repo now receives only critical security fixes. Treat it as a stable, frozen reference rather than a tool to bet new workflows on.

Information

  • Websitegithub.com
  • AuthorsAmazon Web Services (AWS)
  • Published date2024/11/21

Categories

More Items

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.