The packaged Windows release contains the proxy-router, MorpheusUI, and an optional bundled llama.cpp server. For source builds, see macOS install and adapt the toolchain.

Steps

1

Download

Get the latest Windows zip from Releases. Mainnet builds have no suffix; testnet builds end in -test.
2

Extract

Recommended location: %USERPROFILE%\Downloads\morpheus.
3

(Optional) tweak .env

Edit only if you need a custom ETH node, log path, or non-default ports. See Env: proxy-router.
4

Launch

Double-click mor-launch.exe. Windows Defender may prompt — allow it. To also start the bundled local model:
mor-launch.exe local
5

Onboard

Accept terms, set a UI password, create or recover a wallet. Save the mnemonic somewhere safe.
6

Validate

Open http://localhost:8082/swagger/index.html. Try the Local Model in the Chat tab to verify the local pipeline.

Cleanup

del .cookie proxy.conf
rmdir /s /q data
rmdir /s /q %USERPROFILE%\AppData\Roaming\morpheus-ui
See also: Troubleshooting.