# Opencode를 설치해 봅시다.

# 1. [Node.js](https://Node.js) 설치

[Node.js — Node.js® 다운로드](https://nodejs.org/ko/download)

# 2. Opencode 설치

[OpenCode | The open source AI coding agent](https://opencode.ai/)

cmd 또는 powershell 창에서

```javascript
npm i -g opencode-ai
```

# 3. Bun 설치

[Bun — A fast all-in-one JavaScript runtime](https://bun.com/)

Powershell 창에서

```javascript
powershell -c "irm bun.sh/install.ps1 | iex"
```

# 4. oh-my-opencode 설치

[GitHub - code-yeongyu/oh-my-opencode: The Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.](https://github.com/code-yeongyu/oh-my-opencode?tab=readme-ov-file#installation)

cmd 또는 powershell창에서 

```javascript
npx oh-my-opencode install
```

# 5. 실행하기

cmd 또는 powershell 창에서

```javascript
opencode
```

- 주의사항 - 처음 시작할때는 오래 걸립니다. 다운된것이 아니에요

![Image](https://upload.cafenono.com/image/slashpageHome/20260108/132837_fGzwUUIUWgvDskAvpM?q=80&s=1280x180&t=outside&f=webp)

# 6.계정연결하기

```javascript
/connect
```

- 추천 : 구글 아이디 → 안티그래비티

![Image](https://upload.cafenono.com/image/slashpageHome/20260108/132925_ap3gZdgnbIDcXOL74n?q=80&s=1280x180&t=outside&f=webp)

For the site tree, see the [root Markdown](https://slashpage.com/techkwon.md).
