Add FreeRDP (#781)

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/781
Reviewed-by: Admin <vleermuis-admin@noreply.codeberg.org>
This commit is contained in:
Pixelo789 2026-05-23 12:23:00 +02:00 committed by Admin
commit 0b6cf1df0d

View file

@ -133,6 +133,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
* [Python](#python)
* [Rust](#rust)
* [Alternative GUI crates](#alternative-gui-crates)
* [Remote Desktop](#remote-desktop)
* [Reverse Engineering and Debugging](#reverse-engineering-and-debugging)
* [Search Engines](#search-engines)
* [Service Monitoring](#service-monitoring)
@ -1289,6 +1290,12 @@ Note that Rust is itself tainted; see [the Programming Languages section](#progr
>
> On facet: If possible avoid all-in-one libraries for deserialization, and avoid macros that slow things down.
## Remote Desktop
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|---|:---:|---|---|
| [FreeRDP](https://www.freerdp.com/) | [`3.20.0`](https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.0) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/FreeRDP/FreeRDP/commit/bd67348eb3380a66b544835346191bd2138a5ba4), [2](https://github.com/FreeRDP/FreeRDP/commit/95e17c57fd1a5e729516ee6bfb351ec02c431f90), [3](https://github.com/FreeRDP/FreeRDP/commit/45ace279494e8dfdfe0f94ac885d807a4288cda7)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) |
## Reverse Engineering and Debugging
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |