# Get started {#get-started}
The easiest way to get started with Tuist in any directory or in the directory
of your Xcode project or workspace:
::: code-group
```bash [Mise]
mise x tuist@latest -- tuist init
```
```bash [Global Tuist (Homebrew)]
tuist init
```
:::
The command will walk you through the steps to
create a generated project or integrate an existing Xcode project or workspace. It
helps you connect your setup to the remote server, giving you access to features
like selective testing,
previews, and
the registry.
> [!NOTE]
> **Migrate An Existing Project**
>
> If you want to migrate an existing project to generated projects to improve the
> developer experience and take advantage of our
> cache, check out
> our
> migration guide.