Releases
Anyone Releases
Debian/Ubuntu Package
Install
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 page.
wget https://github.com/anyone-protocol/ator-protocol/releases/download/<version>/<package_name>Update repository information
apt-get -y updateInstall package using apt
apt-get -y install ./anon_*.debAlternatively, use the apt repository to install the client on Debian.
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 anonUninstall and remove configuration files
apt-get -y purge anonMacOS
Install
MacOS version of Anon is portable, you can install it by downloading .zip archive from the release assets section on the Github Releases page and extracting files from it. Make sure you download right archive for your system:
for Intel:
amd64for Apple Silicon:
arm64
Start
Create
anonrcfile in the directory with extracted files.Open terminal in directory with extracted files.
Start Anon by typing
./anon -f anonrcin terminal.
Uninstall
To uninstall simply remove downloaded files.
Windows
Windows version of Anon is portable, you can install it by downloading .zip archive from the release assets section on the Github Releases page and extracting files from it.
Start
Create
anonrcfile in the folder with extracted files.Open PowerShell in directory with extracted files.
Start Anon by typing
./anon -f anonrcin PowerShell.
Uninstall
To uninstall simply remove downloaded files.