> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dureai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Dure 설치

> 현재 macOS alpha를 설치하고 평소 사용하는 provider CLI를 준비합니다.

## 요구 사항

* Apple Silicon Mac
* 설치와 로그인을 마친 코딩 에이전트 CLI 하나 이상
* worktree 기반 에이전트에 사용할 Git 저장소

<Warning>
  Dure는 서명되지 않은 공개 alpha다. 제품 이름을 전환하는 동안 내려받는 app
  bundle에는 기존 `Hebbian` identity가 남아 있다.
</Warning>

## 앱 설치

1. [최신 릴리스](https://github.com/hebbianai/hebbian-releases/releases/latest)에서
   disk image를 내려받는다.
2. 앱을 `/Applications`로 옮긴다.
3. quarantine attribute를 한 번 제거한다.

```sh theme={"system"}
xattr -dr com.apple.quarantine /Applications/Hebbian.app
```

Updater와 로컬 상태 호환성을 위해 기존 bundle 이름을 직접 바꾸지 않는다.

## Provider CLI 준비

각 provider의 공식 안내에 따라 CLI를 설치하고 로그인한다. Login shell에서
`claude`, `codex`, `kimi` 같은 command가 실행되는지 확인한 뒤 Dure를 다시
시작해 같은 `PATH`를 읽게 한다.

Dure는 이 native CLI를 실행한다. 모델 접속을 proxy하거나 구독을 대신하지 않는다.

앱을 열고 로컬 Git 폴더를 추가한 다음 [첫 에이전트](/ko/quickstart)로 진행한다.
