Install the bundled launcher into a user-chosen folder, then configure .env and run it.
assets/voice-chat-local into the target folder.npm install in the copied folder..env.example to .env and fill in OPENAI_API_KEY.start-voice-chat.cmd or start-voice-chat-bg.cmd.assets/voice-chat-local: Browser voice chat app template.scripts/install-launcher.ps1: Windows installer/copy helper.Run:
powershell -ExecutionPolicy Bypass -File scripts/install-launcher.ps1 -Destination "$env:USERPROFILE\Desktop\ningyao-voice-chat"
The installer copies the template, skips .env, and can optionally run npm install.
Set these in .env:
OPENAI_API_KEY: requiredOPENAI_BASE_URL: optional API-compatible endpointOPENAI_MODEL: text + vision capable model if screen analysis is neededOPENAI_TIMEOUT_MS: request timeoutPORT: local portSYSTEM_PROMPT: persona prompt共 1 个版本