---
layout: single
title:  "命令行编码智能体"
date:   2025-09-08 08:00:00 +0800
categories: [AI 与大模型, 操作系统]
tags: [ClaudeCode, Agent, Claude, CLI]
---

<!-- more -->

## [Claude Code](https://www.anthropic.com/claude-code)

- [Claude Code 文档](https://docs.anthropic.com/zh-CN/docs/claude-code/overview)
- [GitHub claude-code](https://github.com/anthropics/claude-code)

### 安装

```shell
npm install -g @anthropic-ai/claude-code
```


## [aider](https://aider.chat/)

- [GitHub aider](https://github.com/Aider-AI/)

### 安装

```shell
python -m pip install aider-install
aider-install
```

```shell
# DeepSeek
aider --model deepseek --api-key deepseek=<key>
```


## [OpenAI Codex CLI](https://developers.openai.com/codex/cli)

- [GitHub codex](https://github.com/openai/codex)

### 安装

```shell
npm install -g @openai/codex
```


## [Gemini CLI](https://cloud.google.com/gemini/docs/codeassist/gemini-cli?hl=zh-cn)

- [GitHub gemini-cli](https://github.com/google-gemini/gemini-cli)

### 安装

```shell
npm install -g @google/gemini-cli
```


## CodeBuddy Code

### 安装

```shell
npm install -g @tencent-ai/codebuddy-code
```
