This guide covers installing OpenClaw Tray (Molty) on Windows using the pre-built installer. For building from source, see DEVELOPMENT.md.
Before installing, make sure you have:
- Windows 10 (20H2 or later) or Windows 11
- WebView2 Runtime — pre-installed on Windows 11 and most up-to-date Windows 10 systems. If missing, download from Microsoft Edge WebView2.
- An active OpenClaw account with a gateway token — sign up at openclaw.ai.
Go to the Releases page and download the latest installer for your architecture:
| File | Architecture |
|---|---|
OpenClawTray-Setup-x64.exe |
Intel / AMD (most PCs) |
OpenClawTray-Setup-arm64.exe |
ARM64 (Surface Pro X, Snapdragon laptops) |
If you're unsure, use the x64 installer.
Double-click the downloaded .exe. Windows may show a SmartScreen prompt — click More info → Run anyway (this is normal for code-signed apps that haven't yet accumulated reputation).
The installer runs without requiring administrator privileges.
The installer offers two optional components:
- Create Desktop Icon — adds a shortcut to your desktop.
- Start OpenClaw Tray when Windows starts — launches Molty automatically at login (recommended).
- Install PowerToys Command Palette extension — enables OpenClaw commands in PowerToys Command Palette (requires PowerToys to be installed). See POWERTOYS.md for details.
After the installer finishes, OpenClaw Tray starts automatically. Look for the 🦞 lobster icon in the system tray (bottom-right corner of the taskbar, near the clock).
If you don't see it, check the hidden icons area (the ^ arrow next to the tray).
On first launch, a Welcome dialog appears. Click Open Settings to configure:
| Setting | What to enter |
|---|---|
| Gateway URL | ws://localhost:18789 (if running OpenClaw locally) or your remote gateway address |
| Token | Your OpenClaw API token from openclaw.ai |
Click Save. Molty will connect to the gateway and the tray icon will turn green when connected.
| Icon colour | Meaning |
|---|---|
| 🟢 Green | Connected to gateway |
| 🟡 Amber | Connecting / reconnecting |
| 🔴 Red | Error |
| ⚫ Grey | Disconnected |
Left-click the icon to open the quick-access menu. Right-click for context options.
OpenClaw Tray responds to openclaw:// deep links, which can be invoked from a browser or another app:
| Link | Action |
|---|---|
openclaw://dashboard |
Open the OpenClaw web dashboard |
openclaw://chat |
Open the embedded Web Chat window |
openclaw://send |
Open the Quick Send dialog |
openclaw://send?message=Hello |
Open Quick Send with pre-filled text |
openclaw://settings |
Open the Settings dialog |
openclaw://agent?message=Hello |
Send a message directly (with confirmation) |
- Check Task Manager for
OpenClaw.Tray.WinUI.exe— if it's running, the icon may be hidden. - Drag the icon out of the hidden overflow area to always show it.
- If the process isn't running, try launching from Start Menu → OpenClaw Tray.
Download and install WebView2 from Microsoft. The Evergreen Standalone Installer is the easiest option.
- Verify the gateway URL in Settings (default:
ws://localhost:18789). - Make sure the OpenClaw gateway process is running.
- Check Windows Firewall — if your gateway runs on a different machine, allow inbound traffic on port 18789.
- See the log at
%LOCALAPPDATA%\OpenClawTray\openclaw-tray.logfor connection errors.
If the tray shows Pending approval after reconnecting, run the approval command shown in the tray or log:
openclaw devices approve <device-id>
See issue #81 for context on this flow.
Settings are stored at %APPDATA%\OpenClawTray\settings.json. If this file is corrupt, delete it and reconfigure from scratch.
- Open Settings and toggle Start with Windows off, then on again.
- Check
HKCU\Software\Microsoft\Windows\CurrentVersion\Runfor aOpenClawTrayentry.
OpenClaw Tray checks for updates automatically and shows a notification when a new version is available. Click Update to download and apply the update. You can also manually check by re-downloading from the Releases page.
Go to Settings → Apps → Installed apps, find OpenClaw Tray, and click Uninstall. Alternatively, use Add or Remove Programs in the Control Panel.
Your settings file at %APPDATA%\OpenClawTray\settings.json and device key at %LOCALAPPDATA%\OpenClawTray\device-key-ed25519.json are not removed automatically — delete them manually if you want a clean uninstall.