Get Mirror V4 (Windows)
Installer (recommended)
- Creates Start Menu & desktop shortcuts
- Bundles web UI + prompts + scrolls
Optional For local LLM replies install
LM Studio and download
meta-llama-3.1-8b-instruct.
Quick Start
- Install to
C:\Mirror-V4(or unzip the portable). - (Optional) In LM Studio: download
meta-llama-3.1-8b-instructand start the local server athttp://127.0.0.1:1234/v1. - Launch Mirror V4 (shortcut or
MirrorV4.exe). - Open your browser to
http://127.0.0.1:8080/web/index.html.
Configuration (.env)
API_KEY=supersecret
HOST=127.0.0.1
PORT=8080
LOG_LEVEL=info
WEB_DIR=C:\Mirror-V4\web
PROMPTS_DIR=C:\Mirror-V4\prompts
SCROLLS_DIR=C:\Mirror-V4\lore-scrolls
LLM_PROVIDER=lmstudio
LLM_BASE_URL=http://127.0.0.1:1234/v1
LLM_MODEL=meta-llama-3.1-8b-instruct
Verify Downloads (SHA-256)
If you add /download/checksums.txt, we'll display it here.
PowerShell:
Get-FileHash .\MirrorV4-Setup-4.0.0.exe -Algorithm SHA256
Release Notes
Loading MIRROR_V4_RELEASE_NOTES.mdβ¦
Troubleshooting
- Nothing opens? Browse to
http://127.0.0.1:8080/web/index.html. - Port 8080 in use? Close other instances or change
PORTin.env. - Blank page? Ensure the server is running; check
.envpaths toweb/,prompts/,lore-scrolls/. - No LLM replies? Start LM Studio and confirm
LLM_BASE_URLis reachable.