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

# Introduction

> Your AI sandbox for macOS

# Welcome to env

**env** is a native macOS application that provides a unified interface for interacting with multiple AI providers. Run local LLMs, connect to cloud APIs, and orchestrate agents — all from one place.

## Why env?

<CardGroup cols={2}>
  <Card title="Multi-Provider" icon="layer-group">
    Connect to Claude, GPT-4, Gemini, and Grok from a single interface. Switch between providers mid-conversation.
  </Card>

  <Card title="Native Performance" icon="bolt">
    Built for Apple Silicon. Fast, efficient, and feels right at home on macOS.
  </Card>

  <Card title="Privacy First" icon="shield">
    Your API keys stay on your machine. No data passes through third-party servers.
  </Card>

  <Card title="Local LLMs" icon="microchip">
    Run models locally for complete privacy. No internet required.
  </Card>
</CardGroup>

## Supported Providers

| Provider  | Models                                           | Status      |
| --------- | ------------------------------------------------ | ----------- |
| Anthropic | Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku | ✅ Supported |
| OpenAI    | GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo               | ✅ Supported |
| Google    | Gemini 1.5 Pro, Gemini 1.5 Flash                 | ✅ Supported |
| xAI       | Grok-2, Grok-2 Mini                              | ✅ Supported |

## Quick Links

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Download and install env on your Mac
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in under 2 minutes
  </Card>

  <Card title="API Keys" icon="key" href="/configuration/api-keys">
    Configure your provider API keys
  </Card>

  <Card title="Providers" icon="plug" href="/providers/overview">
    Learn about supported AI providers
  </Card>
</CardGroup>
