1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <component type="desktop-application">
- <id>com.rustdesk.RustDesk</id>
- <developer id="com.rustdesk">
- <name>RustDesk</name>
- </developer>
- <launchable type="desktop-id">com.rustdesk.RustDesk.desktop</launchable>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>AGPL-3.0-only</project_license>
- <name>RustDesk</name>
- <summary>Secure remote desktop access</summary>
- <description>
- <p>
- RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.
- </p>
- <ul>
- <li> Works on Windows, macOS, Linux, iOS, Android, Web. </li>
- <li> Supports VP8 / VP9 / AV1 software codecs, and H264 / H265 hardware codecs. </li>
- <li> Own your data, easily set up self-hosting solution on your infrastructure. </li>
- <li> P2P connection with end-to-end encryption based on NaCl. </li>
- <li> No administrative privileges or installation needed for Windows, elevate priviledge locally or from remote on demand. </li>
- <li> We like to keep things simple and will strive to make simpler where possible. </li>
- </ul>
- <p>
- For self-hosting setup instructions please go to our home page.
- </p>
- </description>
- <categories>
- <category>Utility</category>
- </categories>
- <screenshots>
- <screenshot type="default">
- <caption>Remote desktop session</caption>
- <image>https://user-images.githubusercontent.com/71636191/171661982-430285f0-2e12-4b1d-9957-4a58e375304d.png</image>
- </screenshot>
- </screenshots>
- <branding>
- <color type="primary" scheme_preference="light">#d9eaf8</color>
- <color type="primary" scheme_preference="dark">#0160ee</color>
- </branding>
- <url type="homepage">https://rustdesk.com</url>
- <url type="bugtracker">https://github.com/rustdesk/rustdesk/issues</url>
- <url type="faq">https://github.com/rustdesk/rustdesk/wiki/FAQ</url>
- <url type="help">https://rustdesk.com/docs</url>
- <url type="donation">https://ko-fi.com/rustdesk</url>
- <url type="vcs-browser">https://github.com/rustdesk/rustdesk</url>
- <url type="translate">https://github.com/rustdesk/rustdesk/tree/master/src/lang</url>
- <url type="contribute">https://github.com/rustdesk/rustdesk/blob/master/docs/CONTRIBUTING.md</url>
- <url type="contact">https://rustdesk.com/docs/en/technical-support</url>
- <requires>
- <display_length compare="ge">600</display_length>
- <internet>always</internet>
- </requires>
- <supports>
- <control>keyboard</control>
- <control>pointing</control>
- </supports>
- <content_rating type="oars-1.1"/>
- </component>
|