Skip to content

rust-desk-light v0.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 02:17

rust-desk-light v0.8.2

Auto-generated release from tag v0.8.2.

Packages

Platform Package Archive
Linux x64 rust-desk-light-linux-x64.tar.gz tar.gz
macOS x64 rust-desk-light-macos-x64.tar.gz tar.gz
macOS ARM64 rust-desk-light-macos-arm64.tar.gz tar.gz
Windows x64 rust-desk-light-windows-x64.zip zip

Package Contents

Each package contains the following binaries and documentation:

rust-desk-light-<platform>/
├── rdl-server-cli      # Terminal relay server daemon
├── rdl-client-gui      # GUI client application
├── rdl-client-cli      # Terminal-only client application
├── rdl-admin-gui       # Administration GUI utility
├── config/             # Server, client, and admin config templates
├── i18n/               # Admin GUI translation files
└── README.md           # Documentation

Binary Types:

  • rdl-server-cli - Server application (terminal executable binary)
  • rdl-client-gui - GUI client application (executable binary)
  • rdl-client-cli - Terminal-only client application built without GUI dependencies
  • rdl-admin-gui - Admin GUI tool (executable binary)
  • config/*.template.toml - Example configuration files for server, client, and admin
  • i18n/*.toml - Optional translation files for rdl-admin-gui

All binaries are native Rust release builds optimized for their respective platforms.

Platform-Specific Notes:

  • Linux: Requires glibc and common X11 development libraries
  • macOS: Ad-hoc signed binaries for M1/M2/M3 (ARM64) and Intel (x64) architectures
  • Windows: Native Windows executables (.exe)