#Proper installation guide
1 messages ยท Page 1 of 1 (latest)
Best practice for your Windows + 3090 Ti box: run the OpenClaw Gateway inside WSL2 (Ubuntu), and run LM Studio on Windows (so it uses your RTX GPU normally). Then OpenClaw (in WSL) talks to LM Studio over HTTP.
Docs Iโm basing this on:
- Windows (WSL2): https://docs.openclaw.ai/platforms/windows
- Getting Started: https://docs.openclaw.ai/start/getting-started
- Local models (LM Studio): https://docs.openclaw.ai/gateway/local-models
- FAQ (common errors): https://docs.openclaw.ai/help/faq
What youโll end up with (mental model)
- Windows: runs LM Studio + your local model + exposes
http://<something>:1234/v1 - WSL Ubuntu: runs OpenClaw Gateway (service) + Control UI on
http://127.0.0.1:18789