Skip to content

xlionjuan/rustdesk-apt-repo-latest

Repository files navigation

rustdesk-apt-repo-latest

Create Repo for RustDesk latest

Important

This is unofficial RustDesk apt repo, what I can say is trust me bro, it is your decision to trust me or not.

Note

You're viewing latest channel, click me to check Nightly channel.

Note

This repo also contains RustDesk Server suite including hbbr, hbbs, utils, though I personality recommand to use Docker 🐋 .

Note

Same thing but RPM is also available.

This repo will use modified version of morph027/apt-repo-action and xlionjuan/fedora-createrepo-image to create repo, and deploy to GitHub Pages.

The .sh script is written by ChatGPT, it will fetch the release data from GitHub API and use jq to parse JSON data and find the asset URL.

Architectures

This repo provides following architectures

  • amd64 (x86_64)
  • arm64 (aarch64)
  • armhf (armv7)
  • i386 (x86_32) (Only on RustDesk Server)

And armhf only has sciter verion.

Update frequency

  • Nightly: Every 3 AM UTC, because RustDesk's Nightly will build a little over 2 hours.
  • latest: Every Saturday

Add this repo

Add GPG key

Nightly and latest are sharing same GPG key.

curl -fsSL https://xlionjuan.github.io/rustdesk-apt-repo-latest/gpg.key | sudo gpg --yes --dearmor --output /usr/share/keyrings/xlion-repo.gpg

Add apt source

For Ubuntu 24 / Debian 12 or latter (Deb822 style format)

curl -fsSl https://xlionjuan.github.io/rustdesk-apt-repo-latest/latest.sources | sudo tee /etc/apt/sources.list.d/xlion-rustdesk-repo.sources
If you wants Cloudflare...
GitHub is using Fastly CDN, which performs terrible on lots of countries, I also pushed the repo to Cloudflare R2, which has better speed.

But due to bot fight mode is enabled, some VPS providers such as AWS, Azure (GitHub Actions) will be blocked, please use GitHub Pages instead.

curl -fsSl https://xlionjuan.github.io/rustdesk-apt-repo-latest/latest-r2.sources | sudo tee /etc/apt/sources.list.d/xlion-rustdesk-repo.sources

For older version

curl -fsSl https://xlionjuan.github.io/rustdesk-apt-repo-latest/latest.list | sudo tee /etc/apt/sources.list.d/xlion-rustdesk-repo.list
If you wants Cloudflare...
GitHub is using Fastly CDN, which performs terrible on lots of countries, I also pushed the repo to Cloudflare R2, which has better speed.

But due to bot fight mode is enabled, some VPS providers such as AWS, Azure (GitHub Actions) will be blocked, please use GitHub Pages instead.

curl -fsSl https://xlionjuan.github.io/rustdesk-apt-repo-latest/latest-r2.list | sudo tee /etc/apt/sources.list.d/xlion-rustdesk-repo.list

Note

Deb822 style format are designed for more human readable, older style format will still supported on newer systems.

Install/Upgrade RustDesk/RustDesk Server

For RustDesk

sudo apt update && sudo apt install rustdesk

For RustDesk Server

sudo apt update && sudo apt install rustdesk-server

rustdesk-server is a metapackage that will install rustdesk-server-hbbr, rustdesk-server-hbbs, rustdesk-server-utils all in once!

About

Unofficial RustDesk & server apt repo (latest)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published