# Releases

## Anyone Releases

{% hint style="info" %}
<https://github.com/anyone-protocol/ator-protocol/releases>
{% endhint %}

### Debian/Ubuntu Package

#### Install

1. Download package. \
   \
   Package name depends on your distributive version and CPU architecture. You can find full link to desired package file (`.deb`) in the release assets section on the [Github Releases](https://github.com/anyone-protocol/ator-protocol/releases) page.

```
wget https://github.com/anyone-protocol/ator-protocol/releases/download/<version>/<package_name>
```

2. Update repository information

```
apt-get -y update
```

3. Install package using apt

```
apt-get -y install ./anon_*.deb
```

{% hint style="success" %}
Alternatively, use the [apt repository](/relay/start/install-anon-on-linux/apt.md) to install the client on Debian.
{% endhint %}

#### Start

After installation you can start Anon by executing `anon` command in terminal. To modify configuration edit the `/etc/anon/anonrc` file.

#### Uninstall

```
apt-get -y remove anon
```

#### Uninstall and remove configuration files

```
apt-get -y purge anon
```

{% hint style="info" %}
Example script: [Connecting to Linux](broken://pages/4ITjXhVTJ07f0tLhv7jW) & [Install Anon on Linux (Relay Setup)](/relay/start/install-anon-on-linux.md)
{% endhint %}

### MacOS

#### Install

MacOS version of Anon is portable, you can install it by downloading `.zip` archive from the release assets section on the [Github Releases](https://github.com/anyone-protocol/ator-protocol/releases) page and extracting files from it. Make sure you download right archive for your system:

* for Intel: `amd64`
* for Apple Silicon: `arm64`

#### Start

1. Create `anonrc` file in the directory with extracted files.
2. Open terminal in directory with extracted files.
3. Start Anon by typing `./anon -f anonrc` in terminal.

#### Uninstall

To uninstall simply remove downloaded files.

{% hint style="info" %}
Example script: [Connecting to MacOS](broken://pages/znLs0yJOoMOCuOS0CamO)
{% endhint %}

### Windows

Windows version of Anon is portable, you can install it by downloading `.zip` archive from the release assets section on the [Github Releases](https://github.com/anyone-protocol/ator-protocol/releases) page and extracting files from it.

#### Start

1. Create `anonrc` file in the folder with extracted files.
2. Open PowerShell in directory with extracted files.
3. Start Anon by typing `./anon -f anonrc` in PowerShell.

#### Uninstall

To uninstall simply remove downloaded files.

{% hint style="info" %}
Example script: [Connecting to Windows](broken://pages/ZvFJsiFJkhA3197wsxh2)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyone.io/sdk/native-sdk/releases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
