Files
FreeRDP/README.md

55 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2019-05-07 16:11:05 +03:00
# FreeRDP: A Remote Desktop Protocol Implementation
2011-06-30 15:12:51 -04:00
2012-01-16 11:54:08 -05: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 15:12:51 -04: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)
[![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)
[![CodeQL](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml)
2024-02-27 14:15:11 +01:00
[![mingw-builder](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml)
2025-03-21 12:12:20 +01:00
[![macos-builder](https://github.com/FreeRDP/FreeRDP/actions/workflows/macos.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/macos.yml)
2024-02-27 14:15:11 +01:00
[![[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-12-15 16:31:08 +01:00
[![[freebsd] architecture builds](https://github.com/FreeRDP/FreeRDP/actions/workflows/freebsd.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/freebsd.yml)
2024-04-12 11:08:34 +02:00
[![coverity](https://scan.coverity.com/projects/616/badge.svg)](https://scan.coverity.com/projects/freerdp)
2019-05-07 16:11:05 +03:00
## Resources
2011-06-30 15:12:51 -04:00
2025-04-01 08:55:09 +02:00
Project website: https://www.freerdp.com/
2025-04-01 08:56:37 +02:00
2025-04-01 08:55:09 +02:00
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
2025-04-01 08:56:37 +02:00
2025-04-01 08:55:09 +02:00
Sources: https://github.com/FreeRDP/FreeRDP/
2025-04-01 08:56:37 +02:00
2025-04-01 08:55:09 +02:00
Downloads: https://pub.freerdp.com/releases/
2025-04-01 08:56:37 +02:00
2025-04-01 08:55:09 +02:00
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
2025-04-01 08:56:37 +02:00
2025-04-01 08:55:09 +02:00
API documentation: https://pub.freerdp.com/api/
2011-06-30 15:12:51 -04:00
2022-04-26 07:34:25 +02:00
Security policy: https://github.com/FreeRDP/FreeRDP/security/policy
2025-04-01 08:55:09 +02:00
FAQ: https://github.com/FreeRDP/FreeRDP/wiki/FAQ
2025-03-21 08:37:37 +01:00
### Contact
* Matrix room : `#FreeRDP:matrix.org` (main)
2025-04-01 08:52:29 +02:00
* ~~XMPP channel: `#FreeRDP#matrix.org@matrix.org` (bridged)~~ no longer available
2025-03-21 08:37:37 +01:00
* IRC channel : `#freerdp @ irc.oftc.net` (bridged)
* Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel
2011-06-30 15:12:51 -04:00
2019-05-07 16:11:05 +03:00
## Microsoft Open Specifications
2011-06-30 15:12:51 -04:00
Information regarding the Microsoft Open Specifications can be found at:
2021-11-07 16:53:32 +01:00
https://www.microsoft.com/openspecifications/
2011-06-30 15:12:51 -04:00
2012-01-16 11:54:08 -05: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 15:12:51 -04:00
Instructions on how to get started compiling FreeRDP can be found on the wiki:
2012-01-16 11:54:08 -05:00
https://github.com/FreeRDP/FreeRDP/wiki/Compilation