# Installation Tomba Cli

## Installation

### Quick Install (Linux / macOS)

```bash
curl -sSL https://releases.tomba.io/install.sh | sh
```

### Quick Install (Windows PowerShell)

```powershell
irm https://releases.tomba.io/install.ps1 | iex
```

### Using Snap

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

```bash
sudo snap install tomba
```

### Using Go

Make sure that `$GOPATH/bin` is in your `$PATH`, because that's where this gets
installed:

```bash
go install github.com/tomba-io/tomba@latest
```

### Using homebrew tap

[The formula](https://github.com/tomba-io/homebrew-tap/blob/master/Formula/tomba.rb)

```bash
brew install tomba-io/tap/tomba
```

### Using scoop

```bash
scoop bucket add tomba https://github.com/tomba-io/scoop-bucket.git
scoop install tomba
```

### other

The following [OS & arch](https://github.com/tomba-io/tomba/releases) combinations are supported (if you use one not listed on here):

```
darwin_amd64
darwin_arm64
linux_386
linux_amd64
linux_arm
linux_arm64
windows_386
windows_amd64
windows_arm
windows_arm64
```
