Supported architectures
x86_64 and aarch64 are both first-class in hosted artifacts.
The installer fetches a verified AppImage for your CPU architecture, installs into
~/.local/bin, and keeps the process distribution-friendly for Linux desktops.
x86_64 and aarch64 are both first-class in hosted artifacts.
In-app update notice plus manual terminal update fallback.
Auto-detect architecture and install latest stable release.
# Supports x86_64 and aarch64 curl -fsSL https://yanklog.com/install.sh | sh Force architecture explicitly when needed.
# x86_64 curl -fsSL https://yanklog.com/install.sh | sh -s -- --arch x86_64 # aarch64 curl -fsSL https://yanklog.com/install.sh | sh -s -- --arch aarch64 # shorthand for aarch64 curl -fsSL https://yanklog.com/install.sh | sh -s -- --aarch Pin a specific release when validating or rolling back.
curl -fsSL https://yanklog.com/install.sh | YANKLOG_VERSION=1.0.50 sh YankLog notifies you in-app when a new version is available. Manual update remains one command.
# Manual update curl -fsSL https://yanklog.com/install.sh | sh Remove files installed by the hosted scripts.
curl -fsSL https://yanklog.com/uninstall.sh | sh