Releases: RestartFU/xd
Release list
Nightly 2026-08-28
Built from 2bc15aa — feat: make mobile sessions chat-first
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/download/nightly/install.sh | sh
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/download/nightly/install-macos.sh | sh
Or unpack it yourself:
tar -xzf xd-nightly-linux-x86_64.tar.gz
./xd-nightly/xd.sh
Android connects directly over SSH with password or imported-key
authentication and explicit SSH host-key fingerprint verification.
The remote machine must already have the stable xd host installed.
Linux and macOS are self-contained.
v0.1.6
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Android:
Download xd-android.apk from this release. Android connects
directly over SSH and requires the stable xd host on the remote machine.
Linux and macOS are self-contained.
v0.1.5
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Android:
Download xd-android.apk from this release. Android connects
directly over SSH and requires the stable xd host on the remote machine.
Linux and macOS are self-contained.
v0.1.4
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Linux and macOS are self-contained.
v0.1.3
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Linux and macOS are self-contained.
v0.1.2
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Linux and macOS are self-contained.
v0.1.1
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install.sh | sh -s -- --release
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/latest/download/install-macos.sh | sh -s -- --release
Linux and macOS are self-contained.
Dev 2026-08-11
Built from 7280235 on dev/minimal-agent-desktop — feat: refine direct agent sessions
This development build installs beside both stable and nightly and
keeps its own settings, data, workspaces, shortcuts, and package ids.
Linux:
curl -fsSL https://github.com/RestartFU/xd/releases/download/dev/install.sh | sh -s -- --dev
macOS:
curl -fsSL https://github.com/RestartFU/xd/releases/download/dev/install-macos.sh | sh -s -- --dev
Windows downloader:
https://github.com/RestartFU/xd/releases/download/dev/xd-dev-windows-x86_64-setup.exe
Or PowerShell:
& ([scriptblock]::Create((irm https://github.com/RestartFU/xd/releases/download/dev/install.ps1))) -Dev
Or unpack the Linux build yourself:
tar -xzf xd-dev-linux-x86_64.tar.gz
./xd-dev/xd.sh