# Installation {#installation} 1. **Download the precompiled binary file** Visit the [GitHub Release page](https://github.com/KKRainbow/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package. 2. **Install via crates.io** ::: code-group ```sh [cargo] cargo install easytier ``` ::: 3. **Install from source code** ::: code-group ```sh [cargo] cargo install --git https://github.com/KKRainbow/EasyTier.git ``` :::