Installation

Install YankLog with a single command.

The installer fetches a verified AppImage for your CPU architecture, installs into ~/.local/bin, and keeps the process distribution-friendly for Linux desktops.

Supported architectures

x86_64 and aarch64 are both first-class in hosted artifacts.

Update behavior

In-app update notice plus manual terminal update fallback.

Install (Recommended)

Auto-detect architecture and install latest stable release.

# Supports x86_64 and aarch64
curl -fsSL https://yanklog.com/install.sh | sh

Architecture-specific install

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

Install a specific version

Pin a specific release when validating or rolling back.

curl -fsSL https://yanklog.com/install.sh | YANKLOG_VERSION=1.0.50 sh

Update

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

Uninstall

Remove files installed by the hosted scripts.

curl -fsSL https://yanklog.com/uninstall.sh | sh