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

# Local

> How to install and run Glide on your developer machine or bare metal setups

## MacOS

MacOS users can leverage [Homebrew](https://brew.sh/) to install Glide from a custom tap:

```bash
brew tap einstack/tap
brew install einstack/tap/glide
```

## Linux

### Download Binaries

Glide's binaries for different architectures are attached to each [Github Release](https://github.com/EinStack/glide/releases).

### Snapcraft

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/glide)

```bash
snap install glide
```

To upgrade the already installed package, you just need to run:

```bash
snap refresh glide
```

Detailed instruction on Snapcraft installation for different Linux distos:

* [Arch](https://snapcraft.io/install/glide/arch)
* [CentOS](https://snapcraft.io/install/glide/centos)
* [Debian](https://snapcraft.io/install/glide/debian)
* [elementaryOS](https://snapcraft.io/install/glide/elementary)
* [Fedora](https://snapcraft.io/install/glide/fedora)
* [KDE Neon](https://snapcraft.io/install/glide/kde-neon)
* [Kubuntu](https://snapcraft.io/install/glide/kubuntu)
* [Manjaro](https://snapcraft.io/install/glide/manjaro)
* [Pop! OS](https://snapcraft.io/install/glide/pop)
* [openSUSE](https://snapcraft.io/install/glide/opensuse)
* [RHEL](https://snapcraft.io/install/glide/rhel)
* [Ubuntu](https://snapcraft.io/install/glide/ubuntu)
* [Raspberry Pi](https://snapcraft.io/install/glide/raspbian)

## Windows

### Scoop

coming soon
