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

# Installation

> Download and install V3Code on your platform.

Download the latest build from [v3code.dev/download](https://v3code.dev/download), or
pick your platform below.

<Tabs>
  <Tab title="macOS">
    1. Download the `.dmg` (Apple Silicon or Intel).
    2. Open it and drag V3Code to Applications.
    3. Launch it. The app is signed and notarized, so it opens without a security prompt.

    Apple Silicon and Intel are both supported.
  </Tab>

  <Tab title="Windows">
    1. Download the `.exe` installer.
    2. Run it and follow the prompts.
    3. Launch V3Code from the Start menu.

    Windows 10 and 11 are supported.
  </Tab>

  <Tab title="Linux">
    Download the `.AppImage` (portable) or the `.deb` (Debian/Ubuntu).

    ```bash theme={null}
    chmod +x V3Code-*.AppImage
    ./V3Code-*.AppImage
    ```
  </Tab>
</Tabs>

## Updates

V3Code updates itself in the background and applies on restart. You can also check for
updates from the application menu.

## Next

<Card title="Quickstart" href="/get-started/quickstart">
  Open a project and make your first edit.
</Card>
