> ## Documentation Index
> Fetch the complete documentation index at: https://missingstudio-fix-release.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Local

> How to install and run Missing studio on your developer machine or bare metal setups

## Run locally

Missing studio can be deployed in a variety of ways. It is deployable on bare metal, or in dockerized environments.
To start missing studio server, simply run the following command:

```bash
make compose-dev
```

<Info>
  **Note:** Your AI Gateway is now running on [http://localhost:8080](http://localhost:8080) 💥.
</Info>

**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

## Other options

<CardGroup cols={2}>
  <Card href="/introduction/docker-installation/" title="Docker" icon="docker" color="#18A0FB">
    Get started with AI Studio in a few minutes with Docker (recommended)
  </Card>

  <Card
    title={
   <>
     Kubernetes{" "}
     <span
       style={{ fontSize: "10px", color: "green", display: "flex-inline" }}
     >
       (coming soon)
     </span>{" "}
   </>
  }
    icon="cloud"
    color="#00CCB1"
  >
    Install AI Studio into a Kubernetes cluster using helm chart
  </Card>
</CardGroup>
