The packaged Linux release contains the proxy-router, MorpheusUI, and an optional bundled llama.cpp server. For a source-build walk-through, see macOS install (from source) — the steps are nearly identical on Linux.

Steps

1

Download

cd ~/Downloads
curl -L -o morpheus.zip <release-asset-url>
unzip morpheus.zip -d morpheus
cd morpheus
Or grab the asset manually from Releases.
2

(Optional) tweak .env

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

Launch

./mor-launch
# Or with the bundled local model:
./mor-launch local
4

Onboard

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

Validate

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

Cleanup

rm .cookie proxy.conf
rm -rf ~/.config/morpheus-ui
rm -rf data
See also: Troubleshooting.