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 Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).