# Download and Environment Setup

## Downloads

### Windows

- [us3cli-windows.exe](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-windows.exe)

### Linux

#### x86

- [us3cli-linux32](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-linux32)
- [us3cli-linux64](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-linux64)

#### ARM

- [us3cli-arm32](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-arm32)
- [us3cli-arm64](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-arm64)

### macOS

- [us3cli-mac](https://us3-release.cn-bj.ufileos.com/us3cli/us3cli-mac)

## Environment Setup

### Linux (example: Linux x86 64-bit)

1. Download the binary to your machine.
2. Make it executable:

```
chmod +x us3cli-linux64
```

3. Create configuration:

```
./us3cli-linux64 config
```

### Windows

1. Download the executable to your machine.
2. Open `cmd` as administrator, and `cd` to the directory containing `us3cli-windows.exe`.
3. Run `config` to create configuration:

```
us3cli-windows.exe config
```

Notes:

1. Please run `cmd` as administrator.
2. Do not double-click `us3cli-windows.exe` to run it; US3CLI should be executed from the command line.
3. If clicking the download link does nothing, copy the link address and open it in your browser.

### macOS

1. Download the binary to your machine.
2. Make it executable:

```
chmod +x us3cli-mac
```

3. Create configuration:

```
./us3cli-mac config
```


