v6.2.1

lejianwen/rustdesk-serverv6.2.1Feb 24, 2026by adamnsandle

AI Summary

ONNX Runtime is now an optional dependency to reduce overhead, requiring explicit installation for CPU or GPU usage.

Key Highlights

  • ONNX Runtime is now optional instead of required
  • Explicit installation required for CPU and GPU

New Features

  • ONNX Runtime optional dependency
  • CPU installation command
  • GPU installation command

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU