下载 Devin CLI
- macOS / Linux / WSL
- Homebrew
- Windows
- Devin Desktop
devin 即可开始。
如需完整文档——包括命令、配置和可扩展性——请参阅 Devin CLI 文档。
快速入门与安装
2 分钟内完成安装并开始编写代码
核心命令
必须掌握的命令和键盘快捷键
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
下载并安装 Devin CLI,这是一款在 macOS、Linux、WSL 和 Windows 终端中运行的本地编码 Agent,并可将任务移交给云端 Devin。
curl -fsSL https://cli.devin.ai/install.sh | bash
brew install --cask devin-cli
brew upgrade --cask devin-cli
irm https://static.devin.ai/cli/setup.ps1 | iex
irm 和 iex 是 PowerShell 命令。请勿在 Git Bash 或 CMD 中运行,否则会因 “command not found” 而失败。安装时请仅使用 PowerShell。Cmd+Shift+P
(macOS) 或 Ctrl+Shift+P
(Windows/Linux) 打开 Command Palettedevin 二进制程序添加到你的 PATH 中,之后即可在任意终端中使用它。devin 即可开始。
如需完整文档——包括命令、配置和可扩展性——请参阅 Devin CLI 文档。
