distribution-macOS VS FreeRDP

Compare distribution-macOS vs FreeRDP and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
distribution-macOS FreeRDP
14 66
512 10,252
2.7% 2.4%
1.9 9.9
about 1 month ago 6 days ago
C
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

distribution-macOS

Posts with mentions or reviews of distribution-macOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.
  • Hackintosh: OpenCore EFI for HP Pavilion Aero 13 Laptop
    4 projects | news.ycombinator.com | 6 Feb 2024
    Every Christmas break I always hope I'll have the emotional energy to dig back into https://github.com/PureDarwin/PureDarwin#readme and see if I can get it to boot, even on VirtualBox, let alone some hackintosh friendly hardware like OP did

    I am super, super cognizant that the devil's in the proverbial details, but they sure do seem to publish a lot of macOS into the open <https://github.com/apple-oss-distributions/distribution-macO...> so my interest is to map out the parts that are missing

    I'm also aware that Darling exists (e.g. https://news.ycombinator.com/item?id=38423469 ) but if it's anything like Wine -- no, thank you. The only reason Wine (and their CrossOver friends) are required to exist is because there's no suitable open source release of Windows, so emulating the bugs is glucose cheaper. I had high hopes for ReactOS when I was in college, but I think they're just pushing that rock uphill (although I am super glad the project exists)

    Having said all of that, don't overlook that even if I snapped my fingers and had a PureDarwin built 14.3 .iso this very second, the supply chain for x86_64 applications for any such OS is likely going the way of the dodo, since it won't be in a vendor's best interest to dedicate resources to building releases for what they assume is a dead platform

  • macOS 13.5 source code released
    7 projects | news.ycombinator.com | 16 Aug 2023
    To be fair, linking to the Releases page when there are no release notes are all here was completely useless for browsing. Linking directly to the tag on the Git repo would make it obvious that submodules are being used and allows browsing directly:

    https://github.com/apple-oss-distributions/distribution-macO...

    I doubt most readers on HN are going to clone this locally and I also doubt anyone expects a release archive to contain Git submodules. This isn't to fault the repo authors, since we have to note that there isn't an actual "GitHub Release" here, it's just the automatic archive from GitHub for a certain tag.

  • Unbekannte Berufe
    1 project | /r/de | 27 May 2023
  • Any good vendors still out there without a subscription model?
    1 project | /r/sysadmin | 18 May 2023
    Vendors have been selling you open-source software since the '80s. Here's macOS 13.2's open-source components. Darwin isn't really a thing any more, but around half of what Apple doesn't distribute any more is open source as well.
  • RDP Server for Mac? Looking for a way to control my MAC from my Windows machine (No VNC)
    3 projects | /r/MacOS | 9 May 2023
  • Aero OS: A new modern operating system made in Rust, now able to run the Links browser, Alacritty and much more!
    6 projects | /r/rust | 16 Apr 2023
  • The SFC urges John Deere to surrender source code under GPL
    4 projects | /r/programming | 18 Mar 2023
  • Spotify CEO renews attack on Apple after Musk's salvo
    4 projects | news.ycombinator.com | 30 Nov 2022
    Darwin is open source. Here's the repo for their kernel: https://github.com/apple-oss-distributions/xnu/tree/main. The userspace stuff can be found here: https://github.com/apple-oss-distributions/distribution-macO...
  • Torvalds using Asahi
    3 projects | /r/linux | 1 Aug 2022
  • Apple finally embraces open source
    1 project | /r/tech | 16 Jun 2022

FreeRDP

Posts with mentions or reviews of FreeRDP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • FreeRDP 3.2.0
    1 project | news.ycombinator.com | 19 Jan 2024
  • Windows App Virtualization
    2 projects | /r/linuxquestions | 11 Dec 2023
    #======================================================================== # NAME: run1in.sh # # PURPOSE: # # Login to Windows and Execute a Remote App to display on your # Linux Desktop using the Linux application called "freerdp" with: # # Since we are "localized" (Host to Container on the Host) we ignore # (re "don't use" RDP normal "certificate" authentication. # #------------------------------------------------------------- # xfreerdp command line options used are: # # (bpp:32) 32 bits per pixel (ie display resolution) # # a dynamic remote desktop "window" that's can be # resized/minimized/maximized on your Linux Desktop # # There are 2 Prerequisites for use of this script: # # 1) You have installed freerdp on your Linux Host # $ sudo apt install freerdp2-x11 -y # -or- # $ sudo apt install freerdp2-wayland -y # # 2) You have created a folder named "shared-folder" on your Linux # Host # example: $ mkdir /home/yourID/shared-folder # # You will use that folder to for exchange of files to/from your # Linux "/home/yourID/shared-folder" and the "Windows" system # you are connecting to! # # On Windows you have to click on "Network" to see the # "shared-folder" to copy/cut&paste/rename files to/from your # Linux Host's "shared-folder" /home/yourID/shared-folder # # Enable use of Clipboard to/from Windows and the Linux Host # # Enable Sound using currently utilizing Pulseaudio on the Linux Host as # neither XRDP or freerdp support/implement Pipewire yet. # # On login to Windows execute the Explorer.exe application which you had # previously setup as a Windows "Remote App" using Kim Knight's awesome # "RemoteAppTool" Windows native application (its on Github). # # On xfreerdp login to Windows the "Remote App".. Window's "Explorer.exe" # will start-up and be presented to the Linux Desktop User as # just another Linux Desktop application's "window". So you will see # Window's "Explorer.exe" presented which you can resize, minimize or # maximize --- or copy files to/from Windows & your Linux Host # /home/yourID/shared-folder # #--------- # NOTE #--------- # There are many more "xfreerdp" command options available: # # see: https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface # # One in particular is can be very useful: # "printer:," : Redirect a specific printer from your # Linux Host to your xfreerdp Windows Desktop "session" so you can print # from Windows to your local Linux attached Printer. #========================================================================
  • FreeRDP 3.0.0-C0
    1 project | news.ycombinator.com | 27 Nov 2023
  • FreeRDP: A remote desktop protocol implementation
    1 project | /r/hypeurls | 1 Oct 2023
  • FreeRDP: A Remote Desktop Protocol Implementation
    10 projects | news.ycombinator.com | 28 Sep 2023
  • ⟳ 4 apps added, 121 updated at f-droid.org
    24 projects | /r/FDroidUpdates | 15 Sep 2023
    aFreeRDP (version 2.11.0): FreeRDP is a free remote desktop protocol client
  • FYI stylus's work through Windows Remote Desktop. Also have WIP on freerdp for linux to windows remote stylus-ing, but needs more dev work (help?)
    1 project | /r/stylus | 5 Jul 2023
    On the linux side, recently I hacked on freerdp to get basic pen & eraser functionality working from the X11 client to be able to remote from linux to windows: https://github.com/FreeRDP/FreeRDP/pull/9080
  • Windows Server Admin Center
    2 projects | /r/sysadmin | 5 Jun 2023
    Our Linux and Mac users have long used RDP to log into Windows. That's largely obsolete, so the plan is for the remaining Windows to be Infrastructure-as-Code via DSC.
  • How Complicated Are RemoteApps?
    1 project | /r/sysadmin | 20 May 2023
    FreeRDP has had RemoteApp support for a long time. I'd try out that client and see if you could get debugging messages -- or possibly it might just work? They have documentation on the protocol, and pointers to Microsoft's documentation.
  • RDP Server for Mac? Looking for a way to control my MAC from my Windows machine (No VNC)
    3 projects | /r/MacOS | 9 May 2023
    For Linux there is XRDP as well as FreeRDP https://www.freerdp.com both open sourced recreations of the original RDP standard and available for Operating Systems like Linux.

What are some alternatives?

When comparing distribution-macOS and FreeRDP you can also consider the following projects:

macos - The open-source components of macOS. Using the "GitHub File Diff" Chrome/Firefox extension is recommended as most commits are too large to view fully.

Remmina - Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client

dos-utils - MS-DOS/FreeDOS utilities

xrdp - xrdp: an open source RDP server

darwin-xnu - Legacy mirror of Darwin Kernel. Replaced by https://github.com/apple-oss-distributions/xnu

Remmina

linux - Linux kernel source tree

wayvnc - A VNC server for wlroots based Wayland compositors

screen

libvncserver - LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.

distribution-macO

xpra - Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.