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 Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).

GitHub
AI Client2026

Provides a deployable personal AI assistant that runs locally or in the cloud, supports multi-channel chat, extensible Skills/Plugins, and local-model runtimes. Key features include three-layer memory, kernel-level sandboxing and tool/file guards, and bundled QwenPaw-Flash local models for zero-API deployments.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.