Install with the Script
The install script downloads a release binary from GitHub and places it in a user-owned bin directory:
curl -fsSL https://reploy.yadan.net/install.sh | sh
By default the script installs to:
$HOME/.local/bin/reploy
The installer script prints the requested version, detected platform, download
URL, target path, installed binary version, and a PATH hint when
$HOME/.local/bin is not already on PATH.
Parameters
Use --to DIR to choose the directory where the reploy executable is
installed. The default is $HOME/.local/bin.
The installer does not edit shell profile files and does not invoke sudo.
Choose a writable directory or run the command in the privilege context you
intend to use.
Use --version VERSION to install a specific Reploy release. When no version
is provided, the script reads VERSION from the main branch and downloads
the matching release asset.
Example
curl -fsSL https://reploy.yadan.net/install.sh | sh -s -- --to "$HOME/bin" --version 0.2.0.dev1