πŸͺž Mirror V4 β€” Download

Community build by ToadAid. "AI need not be only a tool."

GitHub Repo All Releases

Get Mirror V4 (Windows)

Installer (recommended)

Default path: C:\Mirror-V4

Download Installer

  • Creates Start Menu & desktop shortcuts
  • Bundles web UI + prompts + scrolls

Portable (zip)

No install β€” unzip & run

Download Zip

  • Unzip anywhere
  • Run MirrorV4.exe

Requires Windows 10+ Β· ~300–600MB free disk

Optional For local LLM replies install LM Studio and download meta-llama-3.1-8b-instruct.

Quick Start

  1. Install to C:\Mirror-V4 (or unzip the portable).
  2. (Optional) In LM Studio: download meta-llama-3.1-8b-instruct and start the local server at http://127.0.0.1:1234/v1.
  3. Launch Mirror V4 (shortcut or MirrorV4.exe).
  4. Open your browser to http://127.0.0.1:8080/web/index.html.

Tip: If the page is blank, make sure the server is running and LM Studio (if used) is on.

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

Installer drops a prefilled .env in the app folder. Edit if you change ports/paths.

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…

Open on GitHub

Troubleshooting