최종 수정일 2026-08-03
Windows 1.0.0
설치 방법 선택
편한 방법 하나만 선택하면 됩니다.
EXE 포함 ZIP 간편 설치
ZIP을 내려받아 압축을 풀고 EXE를 실행합니다.
설치 ZIP 다운로드
EXE 없음 직접 설치
소스 ZIP을 받고 Node.js와 Tailscale을 직접 설정합니다.
직접 설치 방법
공개 unsigned 배포: EXE에는 유료 코드 서명이 없어 Windows가 “알 수 없는 게시자” 또는 Microsoft Defender SmartScreen 경고를 표시할 수 있습니다. SmartScreen, Defender 또는 백신을 끄지 마세요.
파일 안전 확인 (선택)
ZIP에서 꺼낸 EXE가 공식 배포본과 같은지 확인하려는 경우에만 사용합니다.
release-manifest.json 보기
PowerShell에서 Get-FileHash -Algorithm SHA256 .\CodeRemoteManagerSetup.exe를 실행하고 표시된 값을 manifest의 Windows SHA-256과 비교하세요.
EXE 없이 직접 설치
공식 소스 ZIP으로 설치하고 Node.js와 Tailscale을 직접 설정합니다.
Windows에 Node.js 22 LTS, npm, 호환되는 Codex와 Tailscale을 준비합니다.
소스 ZIP을 새 폴더에 풀고 그 폴더에서 PowerShell을 엽니다.
npm.cmd ci --ignore-scripts를 실행해 잠금 파일과 일치하는 의존성을 설치합니다.
config.example.json을 config.local.json으로 복사하고 자신의 PC 값만 입력합니다. 이 파일은 공유하거나 커밋하지 않습니다.
npm.cmd run safe:install을 실행합니다. 전체 테스트와 PWA 빌드가 통과한 소스만 안전 런타임으로 승격됩니다.
명령이 마지막에 표시한 start-safe-runtime.cmd를 실행하고 로컬 설정 화면을 엽니다.
Last updated 2026-08-03
Windows 1.0.0
Choose an installation method
Choose the one method that works best for you.
No EXE Manual install
Download the source ZIP and configure Node.js and Tailscale yourself.
Manual install steps
Public unsigned release: the EXE has no paid code-signing certificate, so Windows may show an “Unknown publisher” or Microsoft Defender SmartScreen warning. Do not disable SmartScreen, Defender, or antivirus protection.
Verify the file (optional)
Use this only if you want to confirm that the EXE extracted from the ZIP matches the official release.
View release-manifest.json
Run Get-FileHash -Algorithm SHA256 .\CodeRemoteManagerSetup.exe in PowerShell and compare the result with the Windows SHA-256 in the manifest.
Manual install without the EXE
Install from the official source ZIP and configure Node.js and Tailscale yourself.
Install Node.js 22 LTS and npm on Windows, and prepare compatible Codex and Tailscale environments.
Extract the source ZIP into a new folder and open PowerShell in that folder.
Run npm.cmd ci --ignore-scripts to install the dependency versions in the lockfile.
Copy config.example.json to config.local.json and enter only values for your PC. Never share or commit this file.
Run npm.cmd run safe:install. Only source that passes the full tests and PWA build is promoted to the safe runtime.
Run the generated start-safe-runtime.cmd command printed at the end, then open the local Setup screen.