Anyone Docs
  • 🔷The Documentation For Anyone
    • About
    • FAQ
  • 🔷Relay Setup
    • Get Started
    • Installation and Usage
      • Setting Your Environment
        • Virtualization on Windows
        • Virtualization on macOS
        • Install Ubuntu Server 22.04
        • Server management with SSH in Windows and macOS
      • Install Anon on Linux
      • Install Anon using the apt repository
      • Update Anon and accept terms and conditions
      • Install Anon in Docker
      • Configure SOCKS5 Proxy for Anyone
      • Install Anyone Exit Relay
    • Troubleshooting Common Issues
      • Diagnosing CGNAT and Public IPv4
      • Confirm ORPort Reachability
    • Firewall and Network Configurations
      • Router Port Forwarding
      • Install and Configure Firewall
    • Advanced Configuration and Troubleshooting
      • Configure IPv4 and IPv6
      • DoS mitigation parameters
    • Relay Operator Standards
    • Exit Relay Guidelines
  • 🔷Hardware Setup
    • Setup Guide
    • Description and Specifications
    • Relay Control Panel
      • Home
      • Network Settings
      • Relay Settings
      • Relay Family
      • Proxy Settings BETA
      • Change Password
      • Logs
      • Update
    • Update (Using USB)
    • Update to WEB 3.2.0 (Using UI)
    • Troubleshooting and additional configuration
      • Router Port Forwarding
      • Diagnosing CGNAT and Public IPv4
    • Router Setup
  • 🔷Security and Privacy
    • VPS Hardening
  • 🔷Rewards Dashboard
    • Registering to the Rewards Program
    • Accessing the Rewards Dashboard
    • Using the Rewards Dashboard
    • Rewards Status
  • 🔷Anyone SDK
    • NPM SDK
      • Install NPM Package
      • Run as Library
        • Anon
        • AnonSocksClient
        • AnonControlClient
      • Run from CLI
      • Tutorials
        • Hello Anon World I
        • Hello Anon World II
        • Circuit Control I
        • Circuit Control II
    • Native SDK
      • Anyone Client Releases
      • MAN - Anon Manual
      • Tutorials
        • Anyone Services I
        • Anyone Services II
    • iOS SDK [Beta]
      • Manual Install - CocoaPods
  • 🔷Connect to Anyone
    • Connecting to Linux
      • [Beta] One-Click Linux Setup
    • Connecting to macOS
      • macOS with NPM
      • [Beta] One-Click macOS Setup
    • Connecting to Windows
      • [Beta] One-Click Windows Setup
    • Individual Applications with Anyone
    • Connect Through Hardware
  • 🔷Tokenomics
    • Introduction
    • Token Distribution
      • Token Outflow
      • Other Tokens
    • Relay Rewards
      • Lock Requirement
      • Lock Adjustments
      • Reward Multipliers
    • Additional Roles
      • Authorities and Staking
      • Governance Voting
    • Premium Circuits
      • Premium Circuits
      • Premium Circuits: Metrics
    • Summary
      • Value Accrual Summary
      • Rewards Case Study
    • Appendix
      • M Derivation
      • Risk Equation Derivation
  • 🔷Resources
    • Community and Customer Support
    • Links
    • Token
    • Whitepaper
    • Roadmap
    • API
      • REST
      • [Future] GraphQL
Powered by GitBook
On this page
  • Anyone Releases
  • Debian/Ubuntu Package
  • MacOS
  • Windows

Was this helpful?

  1. Anyone SDK
  2. Native SDK

Anyone Client Releases

PreviousNative SDKNextMAN - Anon Manual

Last updated 6 months ago

Was this helpful?

Anyone Releases

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 page.

wget https://github.com/anyone-protocol/ator-protocol/releases/download/<version>/<package_name>
  1. Update repository information

apt-get -y update
  1. Install package using apt

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

Alternatively, use the 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 anon

Uninstall and remove configuration files

apt-get -y purge anon

MacOS

Install

  • 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.

Windows

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.

Example script: &

MacOS version of Anon is portable, you can install it by downloading .zip archive from the release assets section on the page and extracting files from it. Make sure you download right archive for your system:

Example script:

Windows version of Anon is portable, you can install it by downloading .zip archive from the release assets section on the page and extracting files from it.

Example script:

🔷
https://github.com/anyone-protocol/ator-protocol/releases
Github Releases
apt repository
Connecting to Linux
Install Anon on Linux (Relay Setup)
Github Releases
Connecting to MacOS
Github Releases
Connecting to Windows