Docker-OSX VS ravynos

Compare Docker-OSX vs ravynos and see what are their differences.

Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers. (by sickcodes)

ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience. (by ravynsoft)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Docker-OSX ravynos
132 38
35,059 5,355
- 0.7%
1.0 10.0
8 days ago 6 days ago
Shell C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

Docker-OSX

Posts with mentions or reviews of Docker-OSX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-10.
  • GitHub Actions as a time-sharing supercomputer
    4 projects | news.ycombinator.com | 10 Jan 2024
    Running macOS legally requires real mac servers and a bespoke storage solution: https://www.datacenterdynamics.com/en/analysis/not-just-stac...

    A self-hosted macOS runner will be more economical in the long-run, if you have a spot you can hook it up at, or if you're fine doing things less than legally, you can use https://github.com/sickcodes/Docker-OSX.

  • macOS Containers v0.0.1
    24 projects | news.ycombinator.com | 26 Sep 2023
    > What's the licensing situation on this?

    1. This project didn't take explicit permission from Apple to redistribute binaries

    2. There are multiple jurisdictions where you don't need to explicitly have such permission, it is implied by law

    3. Usage of this software implies you already have macOS system. I'm not a lawyer, but it looks to be covered by section 3 of macOS EULA.

    4. There are existing precedents of redistribution of macOS binaries for multiple years aready:

    - https://github.com/cirruslabs/macos-image-templates/pkgs/con...

    - https://hub.docker.com/r/sickcodes/docker-osx

    - https://app.vagrantup.com/jhcook/boxes/macos-sierra

    And so on.

  • Android Dev account terminated after 12 years for violating “Stalkerware policy”
    2 projects | news.ycombinator.com | 22 Aug 2023
    Google is “friendlier”, because they run some automated scans on the apk and you’re good. Apple has humans run your app to confirm it does what you claim, as well as a battery of automated scans and since they are using the app I’d imagine they look at network traffic as much as possible. I know iOS isn’t shielded from malicious apps, but there’s malware and viruses all over the play store. That’s because it’s free and “friendlier”.

    > At Apple things have gotten way worse. Trying to automate release building is practically impossible and will require hours or CI pipeline debugging with error messages that don't mean what they say.

    This isn’t Apple’s fault… every build system sucks up a decent amount of time during initial setup. You can cut down massive amounts of time between iterations by adding some common optimizations:

    1. Cache artifacts when that step or job succeeds, so if a subsequent step/job fails, you can adjust it and start up where you left off, using the caches artifact to restore the workspace state. This complicates debugging efforts and I personally don’t do any optimization until the pipeline is reliably green each time. I just deal with slow builds and switch to other stuff or work ahead while they run.

    2. Fail fast. The CI run should bail out if any critical steps don’t pass, so anything further down doesn’t run for no reason, burning compute time and delaying queued jobs waiting for a runner. While developing the pipeline, watch the logs and when you see something you don’t like, slap the cancel button, or collect a couple things you need to change and iterate with passes with 2-3 changes.

    3. Use adequately spec’s hardware. Xcode is resource heavy and compiles need plenty of memory and cpu cores. Play around with what is a good compromise between power and cost. See if your project builds faster with more cpu cores, or faster cpu cores, etc.

    > At least Googles process is quite simple and can be dockerized.

    One man’s simple is another man’s “practically impossible”. Simple comes from familiarity and confidence. Anyway, you can totally run your builds in docker if you want to, and many do, but I’d personally not introduce more complexity until you have your pipelines running the slow way with the least amount of mental modeling to do. Once you know it all works, then have a go at running the build you know is good, inside a docker container (which in this case is just packing up kvm/qemu/libvirt to facilitate the running of a vm back on the host, but it means you can run mac containers on Linux runners, which will be much cheaper than Mac runners since those are usually Mac hardware)

    https://github.com/sickcodes/Docker-OSX

    > Also why do I have to pay Apple $125 a year when it costs $100 in the US? The exchange rate from CHF to USD should be in my favor.

    Couple theories. 1. They have additional processing or tax expenses when dealing with your currency which they aren’t going to eat the cost of. 2. The higher price could be to deter abuse if for some reason there is an abnormal amount originating from accounts who pay with that currency.

  • Lima: A nice way to run Linux VMs on Mac
    18 projects | news.ycombinator.com | 10 Jul 2023
    You can use qemu/libvirt/kvm on any Linux host to run macOS pretty easily these days[1]. I run Ventura on unraid with nvidea gpu passthrough and it’s been fairly painless.

    You can also run macOS in docker, but it’s ultimately running through qemu/kvm as well[2]

    1. https://github.com/kholia/OSX-KVM

    2. https://github.com/sickcodes/Docker-OSX

  • Releasing Wolf: Stream virtual desktops and games in Docker
    3 projects | /r/homelab | 18 Jun 2023
    We are able to play Windows videogames using Steam Proton but that's not really the primary goal of Wolf which is to allow multiple concurrent sessions from a single machine. You can run any kind of Docker container, for example there are people playing right now with a full OSX installation in Docker.
  • Worth it to buy a MacBook for flutter development when I have a high end Windows laptop?
    2 projects | /r/FlutterDev | 8 Jun 2023
  • My sad and painful hackintosh journey
    4 projects | /r/hackintosh | 6 Jun 2023
    This all started around 6 months ago, when I really looked into macos, I used to be part of the group that stays happy with their cute little linux install and customised the hell out of it. Then one day, I decided out of nowhere that I'm gonna somehow install macos. With an 8th gen i3 acer laptop with integrated graphics, that didn't seem way out of the question, sadly the laptop wasn't well known at the time, nor did it have extra slots for other drives, so it was just me and my linux drive, that's when I came across the MacOS docker project. With a lot, lot of troubleshooting, I could get it running - for 10 minutes, when it crashed, it obviously wasn't made for my system to handle on a VM.
  • Mac VMs with GUI for ui-tests
    2 projects | /r/devops | 16 May 2023
    Haven't used it much, but maybe https://github.com/sickcodes/Docker-OSX?
  • Chocolate, an opensource alternative to Plex
    6 projects | /r/selfhosted | 15 Apr 2023
    This is what you want, forget Proxmox. This is simple to set up and will give you the dev environment you need I believe. https://github.com/sickcodes/Docker-OSX
  • WebKit Features in Safari 16.4
    2 projects | /r/webdev | 27 Mar 2023
    An ok, no great, but ok, solution: https://github.com/sickcodes/Docker-OSX

ravynos

Posts with mentions or reviews of ravynos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • GUI USING OPENGL
    2 projects | /r/opengl | 20 Aug 2022
    Hi A long time ago i saw an opreating system called ravyn os(it's name was airyx before) and i was impressed by how beautiful they made thier gui to look too similar to apple one's and when i get a bit deeper in thier the code i discovered that thier gui was made by using apple cocoa 😅https://github.com/ravynsoft/ravynos So here's my question could i make a gui library using opengl and make it look like apple cocoa 🤔 or it's not the thing that is made by API like opengl and is made by a ready gui library 🤔
  • GUI for opreating system
    2 projects | /r/osdev | 18 Aug 2022
    Here is the ravyn os https://github.com/ravynsoft/ravynos
  • Projects for Old Versions of OS X
    9 projects | news.ycombinator.com | 29 Apr 2022
    My feelings about Mac OS X are similar to the author's. I switched from a Windows XP/FreeBSD dual boot configuration to Mac OS X Tiger back in 2006 when I bought my first modern Mac, a Core Duo MacBook. I've remained a Mac OS X user from Tiger all the way to Mojave. Mac OS X in the 2000s to me was heads-and-shoulders better than the competition. It had a well-designed user interface, and most applications conformed to the Apple Human Interface Guidelines. It also provided me a Unix shell whenever I needed it. In my opinion Mac OS X peaked at Snow Leopard; in fact, I'd be comfortable using Snow Leopard (or even Tiger) as my daily driver today if it supported current hardware and if there were a modern web browser for it. It was a nice marriage of NeXT technology and an updated version of the venerable Macintosh user interface. It felt much more pleasant than Windows of the era (though I admit I liked Windows 7), and the desktop environments for Linux and the BSDs simply didn't compare.

    Then came the Tim Cook era, and with it came the gradual locking down of the Mac, both in terms of hardware (for example, the soldering of formerly upgradable components such as RAM and storage) and software (for example, notarization). The user interface also gradually started adopting more iOS influences, which I think take away from the desktop experience. Due to my disappointment with Apple's direction (especially since roughly 2016), I opted not to upgrade my aging 2013 MacBook Air and 2013 Mac Pro with new Macs, instead switching to a Microsoft Surface Pro (running Windows 10) and a custom Ryzen 3900X build (which runs both Windows 10 and FreeBSD). I miss macOS, but I enjoy the openness of PCs, and I enjoy the flexibility of Windows and FreeBSD.

    I am keeping an eye on two very interesting projects that attempt to replicate the spirit of early Mac OS X: helloSystem (https://hellosystem.github.io/docs/) and airyxOS (https://airyx.org/). Both projects are based on a FreeBSD foundation, but the major difference between the projects is airyxOS is a much more ambitious attempt to reimplement macOS's infrastructure (even going as far as to aim for supporting "trivial" Cocoa applications), while helloSystem has different (Qt) underpinnings, with an emphasis on replicating the Mac OS X look-and-feel and promoting adherence to the Macintosh Human Interface Guidelines. If these projects become successful, this will provide people who desire the early Mac OS X experience modern systems that will maintain that experience.

  • FreeBSD 13.1-BETA1 Now Available
    3 projects | news.ycombinator.com | 11 Mar 2022
    > … Probably best to not try to make BSD into modern Linux which is basically FreeWindows. …

    airyxOS, based on FreeBSD, aims to provide "… the finesse of macOS with the freedom of FreeBSD. …".

    <https://airyx.org/>

    I wish well to projects such as this, however I rarely engage – testing and feedback – because the focus on Apple keyboards is too much for me.

    (I taught myself to use the keyboard in a very different way when I switched away from Apple after twenty-something years. I don't intend to un-learn that switch.)

  • I really like MacOS' interface, but I can't afford a MacBook. Is there a distro that satisfies this?
    3 projects | /r/FindMeADistro | 28 Jan 2022
    There's also Airyx; a FreeBSD system with helloSystem and some more Mac-like stuff (they're also working on Cocoa apps compatibility but I wouldn't hold my breath for that yet/ever).
  • FOSS News International #4: November 22-28, 2021
    10 projects | /r/fossnews | 29 Nov 2021
    airyxOS Tanuki v0.3.0
  • A BSD-based OS project that aims to provide an experience like and some compatibility with macOS
    4 projects | /r/freebsd | 6 Aug 2021
    Their screenshots at https://airyx.org aren't working on Safari.
    4 projects | /r/freebsd | 6 Aug 2021
    4 projects | /r/linux | 6 Aug 2021
  • A macOS-like operating system based on FreeBSD
    2 projects | news.ycombinator.com | 6 Aug 2021

What are some alternatives?

When comparing Docker-OSX and ravynos you can also consider the following projects:

lima - Linux virtual machines, with a focus on running containers

macOS-Simple-KVM - Tools to set up a quick macOS VM in QEMU, accelerated by KVM.

hello - Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!

redroid-doc - redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

macos-virtualbox - Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS

podman-macos - 📦 Podman frontend for macOS

OSX-KVM - Run macOS on QEMU/KVM. With OpenCore + Monterey + Ventura + Sonoma support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.

ISO - helloSystem Live and installation ISO

x11docker - Run GUI applications and desktops in docker and podman containers. Focus on security.

Opencore-Legacy-Patcher - [Moved to: https://github.com/dortania/OpenCore-Legacy-Patcher]

tuya-convert - A collection of scripts to flash Tuya IoT devices to alternative firmwares