> ## Documentation Index
> Fetch the complete documentation index at: https://summer-18f03259-codex-native-multiplayer-entry.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Summer Engine

> Install Summer Engine on macOS or Windows, verify the editor, and continue to your first Summer game.

## System Requirements

Summer runs on Windows and macOS with the following minimum requirements:

* **OS**: Windows 10+ or macOS 10.14+
* **RAM**: 4GB minimum, 8GB recommended
* **Storage**: 2GB available space
* **Graphics**: OpenGL 3.3 support

## Download Summer Engine

<Card title="Download for Your Platform" icon="download" href="https://summerengine.com/download">
  Get the latest Summer Engine installer from our website.
</Card>

### Alternative: Install via CLI

If you use Cursor, Claude Code, or any MCP-compatible AI tool, you can install Summer Engine from the command line:

```bash theme={null}
npx -y summer-engine@latest install
```

This downloads and installs Summer Engine (macOS: `/Applications/Summer.app`; Windows:
the installer-selected location). No global npm install is required. After installation:

```bash theme={null}
npx -y summer-engine@latest login
npx -y summer-engine@latest run
```

For MCP setup (connecting your IDE to Summer Engine), see [MCP Setup](/mcp/setup).

## Installation Steps

<Steps>
  <Step title="Download the installer">
    Visit [summerengine.com](https://summerengine.com) and download the installer for your operating system.
  </Step>

  <Step title="Run the installer">
    Double-click the downloaded file and follow the installation wizard.
  </Step>

  <Step title="Launch Summer Engine">
    Open Summer Engine from your applications folder or Start menu.
  </Step>

  <Step title="Create your first project">
    Click "New Project" and choose a template to get started.
  </Step>
</Steps>

## Verify Installation

Once installed, you can verify everything is working by:

1. Opening Summer
2. Creating a new project from a template
3. Testing the AI chat with a request such as “Add a cube to the scene”

If you encounter any issues, check our [troubleshooting guide](/desktop/troubleshooting) or reach out on [Discord](https://discord.gg/yUpgtxnZky).

## Existing-project compatibility

Summer Engine uses standard project files. Compatibility, migration, extensions, and the
measured upstream base live in the dedicated [compatibility reference](/reference/compatibility).
Do not infer a project-version minimum from a copied setup guide.

<CardGroup cols={2}>
  <Card title="Previous: Summer Engine docs" icon="arrow-left" href="/">
    Review the complete creator journey.
  </Card>

  <Card title="Next: Create a Summer game" icon="arrow-right" href="/quickstarts/fresh-project">
    Create a project and begin with GDScript.
  </Card>
</CardGroup>
