Installation Guide
This guide explains how to install Echo using prebuilt binaries from the GitHub Releases page.
Windows
- Go to the Releases page.
- Download the latest
echo.exe
. - (Optional) Add it to your system PATH for global use.
- Run it via:
powershell
.\echo.exe
macOS
- Go to the Releases page.
- Download the
echo-macos
binary. - Give it execute permission:
bash
chmod +x echo-macos
./echo-macos
Linux
- Go to the Releases page.
- Download the
echo-linux
binary. - Make it executable:
bash
chmod +x echo-linux
./echo-linux
(Optional) Move to /usr/local/bin
to use it globally:
bash
sudo mv echo-linux /usr/local/bin/echo