1.4.4

livekit/agents1.4.4Nov 19, 2025by rustdesk

AI Summary

Version 1.4.4 enhances Wayland support for multi-scaled monitors and introduces edge scrolling for mobile devices. It also migrates the HTTP post implementation from Flutter to native Rust and fixes issues related to camera capture, proxy settings, and terminal environment variables.

Key Highlights

  • Better Wayland support for multi-scaled monitors
  • Edge scrolling feature
  • Migration of HTTP post from Flutter to native Rust
  • Fixes for macOS hwcodec checks and proxy authentication

New Features

  • Better Wayland support for multi scaled monitors
  • Edge scrolling
  • iOS file management via Files and iTunes
  • Auto-start file transfer on reconnect
  • Show proxy settings on iOS
  • Load custom installed CA root on mobile
  • Insecure TLS option

Full Release Notes

![image](https://github.com/rustdesk/rustdesk/assets/71636191/83754a64-31b8-47f0-8570-da22207759a9)

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.exe)   [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.flatpak) |  | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) |  | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.flatpak) |  [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) |  | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-armv7-sciter.deb) |  |  [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-armv7-signed.apk) |  |  |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86-sciter.exe) |  |  |  |  |  |

[![RustDesk Server Pro](https://img.shields.io/badge/RustDesk%20Server%20Pro-Advanced%20Features-blue)](https://rustdesk.com/pricing.html)

## For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.AppImage)): [check below please](#)

## For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)

# Changelog

 <details>
 <summary>Changelog</summary>


# Added

- Better Wayland support for multi scaled monitors (Gnome and KDE)
- Edge scrolling
- Ask for note at the end of connection
- ios: Allow transfered files to be managed by Files and iTunes
- Allow flipping sort order in mobile app's file transfer 
- File transfer, auto start on reconnect
- Show proxy settings on iOS
- Load custom installed CA root on mobile
- UI costomization for Sciter version
- Insecure TLS option
- macOS: command line of update from dmg file


# Changes

- rustls-tls fall back to native-tls for better TLS compatibility on all platforms
- The http post in UI is changed from Flutter to native rust for better compatibility and consistency.
-  flatpak, socket x11, better compatibility 

# Fixes

- Image paused for multiple incoming connections with multiple screens
- Camera capture large error log 
- macOS hwcodec check for both x64 and Arm64
- Scale custom on mobile
- Show alias instead of peerId in terminal tab label 
- Reqwest proxy auth 
- macOS bigsur cvbuffer crash 
- keep chat window within screen bounds to prevent hidden window
- terminal clear command on some env


 </details>