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

# Try It Without Installing

> Hosted GPU demo, in-browser WebGPU inference, a Colab notebook, and iOS apps.

You don't need to install anything to try Bonsai. Pick whichever of these matches how you want to poke at it.

<CardGroup cols={2}>
  <Card title="Hosted GPU demo" icon="server" href="https://huggingface.co/spaces/prism-ml/Bonsai-demo">
    A Hugging Face Space running Bonsai on a GPU. The fastest way.
  </Card>

  <Card title="WebGPU (runs in your browser)" icon="globe" href="https://huggingface.co/spaces/webml-community/bonsai-webgpu">
    The model downloads to your browser and runs on your own GPU via WebGPU.
  </Card>

  <Card title="Google Colab" icon="python" href="https://colab.research.google.com/drive/1EzyAaQ2nwDv_1X0jaC5XiVC3ZREg9bdG?usp=sharing">
    A notebook that downloads and runs Bonsai in a free Colab instance.
  </Card>

  <Card title="iOS app" icon="mobile" href="https://apps.apple.com/us/app/locally-ai-local-ai-chat/id6741426692">
    **Locally AI** on the App Store run Bonsai fully on-device on iPhone and iPad.
  </Card>
</CardGroup>

<Note>
  The hosted demo tells you what the model can do; the WebGPU demo and iOS apps tell you what it can do **on your hardware**.
</Note>
