> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Export and run elsewhere

> Download your Mythex project or sync GitHub, then run or host outside Mythex.

# Export and run elsewhere

Mythex does not offer a “self-host Mythex” product. You **own the code** and can leave with export or GitHub.

## Export

**Project settings → Export** → download `.tar.gz` (secrets and `node_modules` excluded).

## GitHub

Connect GitHub and push/pull from project settings. See [GitHub, export, and import](/features/github-and-export).

## Run elsewhere

After export or clone:

1. Install dependencies for your stack
2. Recreate env vars from Mythex secrets (manually)
3. Deploy to the host of your choice (Vercel, Fly, your VPS, etc.)

Published Mythex hosting is separate — [unpublish](/publish/unpublish) when you cut over if you no longer need the Mythex URL.

## Related

* [Data ownership](/reference/data-ownership)
* [After you import](/features/after-import)
* [API backends](/guides/api-backends)
