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

# Installation

> Install FlexTable on macOS, Windows or Linux.

FlexTable ships as a native app for all three desktop platforms. Pick your OS below.

## macOS

1. Download the universal `.dmg` from the [download page](https://flextable.dev/#download).
2. Open it and drag **FlexTable** into your Applications folder.
3. Launch it - on first run, right-click → **Open** to bypass Gatekeeper.

<Note>
  Apple Silicon and Intel are both supported by the same build (macOS 12+).
</Note>

## Windows

1. Download the `.exe` installer (or the portable `.zip`).
2. Run the installer and follow the prompts.
3. FlexTable auto-updates in the background on Windows 10/11.

## Linux

We publish three formats:

* **AppImage** - `chmod +x FlexTable.AppImage && ./FlexTable.AppImage`
* **`.deb`** - `sudo apt install ./flextable.deb`
* **`.rpm`** - `sudo dnf install ./flextable.rpm`

## Verifying the install

Open FlexTable and check **About → Version**. You should see `v0.2` or newer.
Next up: [Your first connection](/first-connection).
