Skip to content

Releases: RestartFU/xd

Nightly 2026-08-28

Nightly 2026-08-28 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:09

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

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:33

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 21:35

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 19:55

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:59

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:12

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 11:35

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

Dev 2026-08-11 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 23:50

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