Claude 설치 스크립트 서버 ========================== 이 서버는 Claude Desktop / Claude Code 설정 스크립트를 raw 로 서빙합니다. (공개 주소: get.k-sw.org — 리버스프록시 설정에 맞춰 바꿔도 됨) [ Claude Desktop — GUI 앱 ] macOS: /bin/bash -c "$(curl -fsSL https://get.k-sw.org/claude-desktop/setup-macos.sh)" Windows (PowerShell): irm https://get.k-sw.org/claude-desktop/setup-windows.ps1 | iex [ Claude Code — 터미널 CLI ] (LiteLLM / Bedrock / Vertex) 대화형(공급자 선택): /bin/bash -c "$(curl -fsSL https://get.k-sw.org/claude-code-cli/install.sh)" 공급자 바로 지정: /bin/bash -c "$(curl -fsSL https://get.k-sw.org/claude-code-cli/install.sh)" _ --provider litellm /bin/bash -c "$(curl -fsSL https://get.k-sw.org/claude-code-cli/install.sh)" _ --provider bedrock /bin/bash -c "$(curl -fsSL https://get.k-sw.org/claude-code-cli/install.sh)" _ --provider vertex 무결성 검증(선택): curl -fsSL https://get.k-sw.org/SHA256SUMS 문서: https://github.com/KETI-IISRC-AX/Tool_Script