2019-05-07 16:11:05 +03:00
|
|
|
# FreeRDP: A Remote Desktop Protocol Implementation
|
2011-06-30 23:12:51 +04:00
|
|
|
|
2012-01-16 20:54:08 +04:00
|
|
|
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license.
|
|
|
|
Enjoy the freedom of using your software wherever you want, the way you want it, in a world where
|
|
|
|
interoperability can finally liberate your computing experience.
|
2011-06-30 23:12:51 +04:00
|
|
|
|
2024-02-27 13:37:35 +03:00
|
|
|
## Code Quality Status
|
|
|
|
|
|
|
|
[![abi-checker](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml)
|
2024-02-27 18:48:13 +03:00
|
|
|
[![clang-tidy-review](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml/badge.svg?event=pull_request_target)](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml)
|
2024-02-27 13:37:35 +03:00
|
|
|
[![CodeQL](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml)
|
2024-02-27 16:15:11 +03:00
|
|
|
[![mingw-builder](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml)
|
|
|
|
[![[arm,ppc,ricsv] architecture builds](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml)
|
2024-04-12 12:08:34 +03:00
|
|
|
[![coverity](https://scan.coverity.com/projects/616/badge.svg)](https://scan.coverity.com/projects/freerdp)
|
2024-02-27 13:37:35 +03:00
|
|
|
|
2019-05-07 16:11:05 +03:00
|
|
|
## Resources
|
2011-06-30 23:12:51 +04:00
|
|
|
|
2019-05-07 16:11:05 +03:00
|
|
|
Project website: https://www.freerdp.com/
|
|
|
|
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
|
|
|
|
Sources: https://github.com/FreeRDP/FreeRDP/
|
|
|
|
Downloads: https://pub.freerdp.com/releases/
|
|
|
|
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
|
|
|
|
API documentation: https://pub.freerdp.com/api/
|
2011-06-30 23:12:51 +04:00
|
|
|
|
2022-04-26 08:34:25 +03:00
|
|
|
Security policy: https://github.com/FreeRDP/FreeRDP/security/policy
|
|
|
|
|
2021-06-07 11:18:39 +03:00
|
|
|
Matrix room : #FreeRDP:matrix.org (main)
|
|
|
|
XMPP channel: #FreeRDP#matrix.org@matrix.org (bridged)
|
|
|
|
IRC channel : #freerdp @ irc.oftc.net (bridged)
|
2011-06-30 23:12:51 +04:00
|
|
|
Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel
|
|
|
|
|
2019-05-07 16:11:05 +03:00
|
|
|
## Microsoft Open Specifications
|
2011-06-30 23:12:51 +04:00
|
|
|
|
|
|
|
Information regarding the Microsoft Open Specifications can be found at:
|
2021-11-07 18:53:32 +03:00
|
|
|
https://www.microsoft.com/openspecifications/
|
2011-06-30 23:12:51 +04:00
|
|
|
|
2012-01-16 20:54:08 +04:00
|
|
|
A list of reference documentation is maintained here:
|
|
|
|
https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation
|
|
|
|
|
2019-05-07 16:11:05 +03:00
|
|
|
## Compilation
|
2011-06-30 23:12:51 +04:00
|
|
|
|
|
|
|
Instructions on how to get started compiling FreeRDP can be found on the wiki:
|
2012-01-16 20:54:08 +04:00
|
|
|
https://github.com/FreeRDP/FreeRDP/wiki/Compilation
|