728x90

출처

openclaude 설치

C:\Users\bluesanta>npm install -g @gitlawb/openclaude

openclaude 최신버전으로 설치

C:\Users\bluesanta>npm install -g @gitlawb/openclaude@latest

설치된 버전 확인

C:\Users\bluesanta>openclaude --version
0.13.0 (OpenClaude)

환경설정

C:\test>set CLAUDE_CODE_USE_OPENAI=1
C:\test>set OPENAI_API_KEY=sk-jetson-qwen36
C:\test>set OPENAI_BASE_URL=http://192.168.0.235:8000/v1
C:\test>set OPENAI_MODEL=Qwen3.6-35B-A3B-Q5_K_M.gguf

실행

C:\test>openclaude
Warning: ignoring saved provider profile. Codex auth is required for codexplan. Set CODEX_API_KEY, choose Codex OAuth in /provider or put auth.json at C:\Users\bluesanta\.codex\auth.json.
 
  ████████╗ ████████╗ ████████╗ ██╗  ██╗
  ██╔═══██║ ██╔═══██║ ██╔═════╝ ███╗ ██║
  ██║   ██║ ████████║ ██████╗   ████╗██║
  ██║   ██║ ██╔═════╝ ██╔═══╝   ██╔████║
  ████████║ ██║       ████████╗ ██║ ╚███║
  ╚═══════╝ ╚═╝       ╚═══════╝ ╚═╝  ╚══╝
 
  ████████╗ ██╗      ████████╗ ██╗   ██╗ ███████╗  ████████╗
  ██╔═════╝ ██║      ██╔═══██║ ██║   ██║ ██╔═══██╗ ██╔═════╝
  ██║       ██║      ████████║ ██║   ██║ ██║   ██║ ██████╗
  ██║       ██║      ██╔═══██║ ██║   ██║ ██║   ██║ ██╔═══╝
  ████████╗ ████████╗██║   ██║ ╚██████╔╝ ███████╔╝ ████████╗
  ╚═══════╝ ╚═══════╝╚═╝   ╚═╝  ╚═════╝  ╚══════╝  ╚═══════╝
 
  ✦ Any model. Every tool. Zero limits. ✦
 
╔════════════════════════════════════════════════════════════╗
│ Provider  OpenAI                                           │
│ Model     Qwen3.6-35B-A3B-Q5_K_M.gguf                      │
│ Endpoint  http://192.168.0.235:8000/v1                     │
╠════════════════════════════════════════════════════════════╣
│ ● cloud    Ready — type /help to begin                     │
╚════════════════════════════════════════════════════════════╝
  openclaude v0.13.0
 
 
─────────────────────────────────────────────────────────────────────────────────────────────
> 
─────────────────────────────────────────────────────────────────────────────────────────────
  ? for shortcuts

bun 설치

PS C:\WINDOWS\System32> powershell -c "irm bun.sh/install.ps1 | iex"

openclaude 소스 다운로드

C:\test>git clone https://github.com/Gitlawb/openclaude.git

openclaude-vscode 디렉토리로 이동

C:\test>cd openclaude
C:\test\openclaude>cd vscode-extension
C:\test\openclaude\vscode-extension>cd openclaude-vscode

빌드

C:\test\openclaude\vscode-extension\openclaude-vscode>bun add -d @vscode/vsce
bun add v1.3.14 (0d9b296a)
 
installed @vscode/vsce@3.9.1 with binaries:
 - vsce
 
293 packages installed [50.82s]
 
Blocked 1 postinstall. Run `bun pm untrusted` for details.
 
C:\test\openclaude\vscode-extension\openclaude-vscode>bunx vsce package
 WARNING  LICENSE, LICENSE.md, or LICENSE.txt not found
Do you want to continue? [y/N] y
 INFO  Files included in the VSIX:
openclaude-vscode-0.2.0.vsix
├─ [Content_Types].xml
├─ extension.vsixmanifest
└─ extension/
   ├─ package.json [4.99 KB]
   ├─ readme.md [2.34 KB]
   ├─ media/
   │  └─ openclaude.svg [0.43 KB]
   ├─ src/
   │  ├─ extension.js [38.7 KB]
   │  ├─ presentation.js [5.92 KB]
   │  ├─ state.js [10.93 KB]
   │  └─ chat/
   │     ├─ chatProvider.js [21.92 KB]
   │     ├─ chatRenderer.js [47.16 KB]
   │     ├─ diffController.js [2.66 KB]
   │     ├─ messageParser.js [4.5 KB]
   │     ├─ processManager.js [5.7 KB]
   │     ├─ protocol.js [4.64 KB]
   │     └─ sessionManager.js [8.61 KB]
   └─ themes/
      └─ OpenClaude-Terminal-Black.json [2.76 KB]
 
 DONE  Packaged: C:\test\openclaude\vscode-extension\openclaude-vscode\openclaude-vscode-0.2.0.vsix (16 files, 42.77 KB)

 

-

-

728x90

+ Recent posts