# Installation
## Pre-built Binaries (Recommended)
Download from the [Releases page](https://github.com/pauloremoli/logana/releases), or use the install script:
**Linux / macOS**
```sh
**Windows (PowerShell)**
```powershell
## Homebrew (macOS / Linux)
```sh
brew tap pauloremoli/logana
brew install logana
```
## Cargo (crates.io)
```sh
cargo install logana
```
## Cargo (from source)
```sh
cargo install --git https://github.com/pauloremoli/logana
```
## AUR (Arch Linux)
```sh
paru -S logana
# or
yay -S logana
```