# Installation (/docs/cli/install)



## macOS / Linux [#macos--linux]

```bash
curl -fsSL https://install.seasnoke.dev | bash
```

## Windows PowerShell [#windows-powershell]

```powershell
irm https://install.seasnoke.dev/windows | iex
```

## Homebrew [#homebrew]

```bash
brew tap seasnoke/tap
brew install seasnoke
```
