Installation

From GitHub Releases

Download the latest release for your platform:

PlatformArchitectureDownload
Linuxx86_64echoax-v0.1.6-x86_64-unknown-linux-gnu.tar.gz
Linuxaarch64echoax-v0.1.6-aarch64-unknown-linux-gnu.tar.gz
macOSIntelechoax-v0.1.6-x86_64-apple-darwin.tar.gz
macOSApple Siliconechoax-v0.1.6-aarch64-apple-darwin.tar.gz
# Example: Linux x86_64
curl -fsSL https://github.com/YoRHa-Agents/EchoAccess/releases/latest/download/echoax-v0.1.6-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv echoax-*/echo_access /usr/local/bin/echo_access

From Source

Requirements: Rust 1.94+ with cargo.

git clone https://github.com/YoRHa-Agents/EchoAccess.git
cd EchoAccess
cargo build --release -p echoax-cli

The binary is produced at target/release/echo_access.

Verify Installation

echo_access --help