OpenCode:修订间差异
(创建页面,内容为“OpenCode是一个开源的AI代理编程工具。 ==简介== ===时间轴=== ==安装== *https://opencode.ai/docs#install *https://opencode.ai/download *https://github.com/anomalyco/opencode/releases ==快速入门== ==资源== ===官网=== https://opencode.ai/ https://github.com/anomalyco/opencode ===网站===”) |
无编辑摘要 |
||
| 第5行: | 第5行: | ||
==安装== | ==安装== | ||
=== 使用脚本安装 === | |||
curl -fsSL https://opencode.ai/install | bash | |||
=== 使用包管理器安装 === | |||
# 安装 Node.js,NPM包含在其中。https://nodejs.org/zh-cn/download | |||
# 使用NPM安装opencode。 npm install -g opencode-ai | |||
*https://opencode.ai/docs#install | *https://opencode.ai/docs#install | ||
2026年1月8日 (四) 01:33的版本
OpenCode是一个开源的AI代理编程工具。
简介
时间轴
安装
使用脚本安装
curl -fsSL https://opencode.ai/install | bash
使用包管理器安装
- 安装 Node.js,NPM包含在其中。https://nodejs.org/zh-cn/download
- 使用NPM安装opencode。 npm install -g opencode-ai
- https://opencode.ai/docs#install
- https://opencode.ai/download
- https://github.com/anomalyco/opencode/releases
快速入门
资源
官网
https://opencode.ai/ https://github.com/anomalyco/opencode