com.rustdesk.RustDesk.metainfo.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>com.rustdesk.RustDesk</id>
  4. <developer id="com.rustdesk">
  5. <name>RustDesk</name>
  6. </developer>
  7. <launchable type="desktop-id">com.rustdesk.RustDesk.desktop</launchable>
  8. <metadata_license>CC0-1.0</metadata_license>
  9. <project_license>AGPL-3.0-only</project_license>
  10. <name>RustDesk</name>
  11. <summary>Secure remote desktop access</summary>
  12. <description>
  13. <p>
  14. RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.
  15. </p>
  16. <ul>
  17. <li> Works on Windows, macOS, Linux, iOS, Android, Web. </li>
  18. <li> Supports VP8 / VP9 / AV1 software codecs, and H264 / H265 hardware codecs. </li>
  19. <li> Own your data, easily set up self-hosting solution on your infrastructure. </li>
  20. <li> P2P connection with end-to-end encryption based on NaCl. </li>
  21. <li> No administrative privileges or installation needed for Windows, elevate priviledge locally or from remote on demand. </li>
  22. <li> We like to keep things simple and will strive to make simpler where possible. </li>
  23. </ul>
  24. <p>
  25. For self-hosting setup instructions please go to our home page.
  26. </p>
  27. </description>
  28. <categories>
  29. <category>Utility</category>
  30. </categories>
  31. <screenshots>
  32. <screenshot type="default">
  33. <caption>Remote desktop session</caption>
  34. <image>https://user-images.githubusercontent.com/71636191/171661982-430285f0-2e12-4b1d-9957-4a58e375304d.png</image>
  35. </screenshot>
  36. </screenshots>
  37. <branding>
  38. <color type="primary" scheme_preference="light">#d9eaf8</color>
  39. <color type="primary" scheme_preference="dark">#0160ee</color>
  40. </branding>
  41. <url type="homepage">https://rustdesk.com</url>
  42. <url type="bugtracker">https://github.com/rustdesk/rustdesk/issues</url>
  43. <url type="faq">https://github.com/rustdesk/rustdesk/wiki/FAQ</url>
  44. <url type="help">https://rustdesk.com/docs</url>
  45. <url type="donation">https://ko-fi.com/rustdesk</url>
  46. <url type="vcs-browser">https://github.com/rustdesk/rustdesk</url>
  47. <url type="translate">https://github.com/rustdesk/rustdesk/tree/master/src/lang</url>
  48. <url type="contribute">https://github.com/rustdesk/rustdesk/blob/master/docs/CONTRIBUTING.md</url>
  49. <url type="contact">https://rustdesk.com/docs/en/technical-support</url>
  50. <requires>
  51. <display_length compare="ge">600</display_length>
  52. <internet>always</internet>
  53. </requires>
  54. <supports>
  55. <control>keyboard</control>
  56. <control>pointing</control>
  57. </supports>
  58. <content_rating type="oars-1.1"/>
  59. </component>