DeepSeek Harness 설치: 프로필과 첫 실행 가이드
Updated August 16, 2026 · first published August 16, 2026
DeepSeek Harness(dsh)를 시작하기 위한 실전 가이드입니다. 환경 설정과 플러그인 아키텍처 및 첫 실행 방법을 안내합니다.
가장 빠른 실행 방법
npx @deepseek-ai/dsh web
로컬 http://127.0.0.1:3080에서 웹 인터페이스가 시작됩니다. 다음 두 단계 설정이 필요합니다:
- 설정 → 모델: DeepSeek API 키 입력(재시작 없이 즉시 활성화).
- 워크스페이스 선택: 프로젝트 디렉터리를 추가하고 활성화.
소스 코드 빌드
git clone https://github.com/deepseek-ai/deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
요구사항: Node 22.19 이상, Git 2.26 이상, Corepack을 통한 pnpm@11.7.0 고정 버전.
프로필과 4단계 설정 계층
Cordis 런타임 위에서 동작하며 모든 것이 플러그인입니다. 번들 패키지, 프로필 패치, 홈 패치, CLI 오버레이 순으로 적용되어 CLI 명령어가 항상 최종 우선순위를 가집니다.
Related
Want this applied to your own LLM spend? FinOps LLM runs a free audit of your AI costs and shows where the savings are. Book free audit →