# Manual install

1. download launcher gui archive for your os:
   * windows: [x64](https://morpheuslauncher.it/downloads/morpheus_win.zip), [arm64](https://morpheuslauncher.it/downloads/morpheus_win_aarch64.zip)
   * linux: [x64](https://morpheuslauncher.it/downloads/morpheus_tux.zip), [arm64](https://morpheuslauncher.it/downloads/morpheus_tux_aarch64.zip)
   * macos [x64 & arm64](https://morpheuslauncher.it/downloads/morpheus_osx.dmg)
2. download [Launcher.jar](https://morpheuslauncher.it/downloads/Launcher.jar)
3. create installation folder
   * on windows: `%appdata%/.morpheus/`
   * on linux: `~/home/yourusername/.morpheus/`
   * on macos: `~/Library/Application Support/morpheus/`
4. extract all files contained in zip/dmg archive into previous made folder
5. now put `Launcher.jar` together with previous extracted files
6. give execution permissions to gui executable (if using linux)
7. run `morpheus_launcher_gui` executable


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morpheus-launcher.gitbook.io/home/for-intel-and-arm/manual-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
