ProfileCreator VS OSX-KVM

Compare ProfileCreator vs OSX-KVM and see what are their differences.

ProfileCreator

macOS app to create standard or customized configuration profiles. (by ProfileCreator)

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. (by kholia)
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
ProfileCreator OSX-KVM
30 263
1,251 18,370
0.9% -
0.0 5.6
14 days ago 3 days ago
Swift Python
MIT License -
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.

ProfileCreator

Posts with mentions or reviews of ProfileCreator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-30.
  • The Right to Lie and Google’s “Web Environment Integrity”
    4 projects | news.ycombinator.com | 30 Jul 2023
    > How many users have devices that they are really administrators of? Fewer and fewer.

    As long as nobody has forced you to join your computer to a domain and accept the installation of group-policy overrides, you're still fundamentally an administrator of that machine.

    You might not ever feel the need to administrate it, because the OS vendor is often co-administering the machine (see: Windows or macOS when you use a local account rooted in their cloud SSO) but the OS vendor hasn't restricted you from doing your own administration in the way that a corporation or institution administering the domain your device belongs to would restrict you. You still have the ambient authority to administer your machine, whether you ever bother to elevate yourself or not.

    You can still install your own X.509 roots of trust. Even on, say, iOS! (You must administer the iOS device using tools — e.g. https://github.com/ProfileCreator/ProfileCreator — that run outside of the device on a "real computer"; but that's just a fact of history, to do with how system administrators generally prefer to interact with computers, not a property of the target device's security. A config profile is just a file format; if someone ever wanted to make a profile editor that ran on iOS itself, they could.)

    (And if we're talking about a machine that is corporate or institutionally controlled? Well, then it's the responsibility of the people who manage your device — your IT department — to decide whether a given cert should be given trust.)

    > What is the technical challenge of setting up your own HTTP server that can be browsed with an off the shelf browser on your local computer?

    The approach where you run a proxy that wraps untrusted connections into trusted ones is fully general, but yes, only really applicable to the most advanced users. But then, only the most advanced users really need the full power of this approach. Only someone with a lot of experience in network security should consider themselves capable of vouchsafing a non-TLS HTTP connection as worth being trusted. You have to basically come up with an "attestation heuristic" for the remote yourself — that it stays on the same IP, that its DNS records haven't changed owner, that the server is still sending the same Server response header, etc.

    If your needs are slightly weaker — if you can assume that every remote is at least using self-signed TLS certs rather than not using TLS at all — then the problem is vastly simplified: you can directly trust any cert by putting it that cert directly into your X.509 trust store (in effect making it a root-of-trust — though it doesn't have the X.509 property that enables other certs signed by the cert to be trusted transitively, so it's a leaf-node root-of-trust. A "stump of trust", if you will.) You don't need to run any local servers to do this.

  • Users using their own Icloud.
    1 project | /r/sysadmin | 14 Jun 2023
    I don't have much experience with Jamf specifically so I don't know if they have a tool for this, but you can you software like iMazingand ProfileCreator to create the profiles from a GUI and then push the profiles from to devices using Jamf. Using either of these apps, under "Restrictions", you'll be able to deselect whatever iCloud service you want to be blocked and then save it to a profile.
  • Custom JSON Configuration Profiles
    1 project | /r/mosyle | 22 May 2023
    In Mosyle in the management profiles section you have an option called Certificates/Custom Profiles, there you can upload a .mobileconfig created with for example Profile creator: https://github.com/ProfileCreator/ProfileCreator which nicely includes the Nudge schema and other common used apps :-), this should be the same effect than in the JAMF video, its almost the same thing instead of cut an paste from the AJMF article, upload de .mobileconfig created by the App.
  • How can I have a user account which absolutely CANNOT access the internet?
    1 project | /r/MacOS | 21 Nov 2022
  • Need assistance building .mobileconfig files for 3rd Party apps?
    2 projects | /r/macsysadmin | 8 Nov 2022
  • Is there a bash command for a device to give permissions for remote session control apps like Zoom/LogMeIn?
    2 projects | /r/macsysadmin | 27 Oct 2022
    There are many examples and several ways to generate a profile that will grant the appropriate perms, personally I have used ProfileCreator: https://github.com/ProfileCreator/ProfileCreator
  • How do I edit plists using Xcode?
    2 projects | /r/macsysadmin | 11 Oct 2022
  • How do I allow non admins to Screen-share from payload/profile in macOS via MDM (workspace one in my case)?
    4 projects | /r/macsysadmin | 8 Aug 2022
  • Custom MacOS configuration profiles
    3 projects | /r/Intune | 8 Aug 2022
    On a side note, you might try this for manually creating profiles. https://github.com/ProfileCreator/ProfileCreator
  • iOS supervised device settings possibility question
    1 project | /r/Intune | 12 May 2022
    If you have a Mac available ProfileCreator works well as an alternative to Apple Configurator, and it has a few more options.

OSX-KVM

Posts with mentions or reviews of OSX-KVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.
  • VirtualBox KVM Public Release
    4 projects | news.ycombinator.com | 8 Feb 2024
    Yes, I recently had to compile some stuff on Windows (I'm on an AMD Linux host) and VirtualBox just wouldn't start Microsoft's Windows dev VM (the one they provide for free for Virtualbox). I ended up learning how to use qemu and it works great...and as a bonus I was able to run a hackintosh (via https://github.com/kholia/OSX-KVM) and it works near flawlessly, which was something I was never able to accomplish with Virtualbox (granted I haven't tried in a few years).

    I'm pretty happy with Qemu now, even if it's jsut a CLI interface. I was tempted to try the virt-* stuff, but honestly it seems like one more thing to learn so I'm going to hold off until I need something like copy/paste between VMs and can't figure it out in qemu direct.

  • NixThePlanet - Run macOS, Windows and more via a single Nix command + nixosModules
    3 projects | /r/NixOS | 9 Dec 2023
    Working on a patch to include it as a flake input instead of vendoring it in the repo, so this should no longer be true. I use the QCOW2s for OpenCore from osx-kvm that I have not figured out how to reproduce yet https://github.com/kholia/OSX-KVM/blob/master/OpenCore/OpenCore.qcow2
  • [PROJECT] Working on a project called ultimate-macOS-KVM!
    2 projects | /r/VFIO | 30 Sep 2023
    For almost a year, I have been coding a little project in Python intended to piggyback on the framework of kholia's OSX-KVM project, known as ultimate-macOS-KVM, or ULTMOS.
  • FreeBSD Bhyve Virtualization
    4 projects | news.ycombinator.com | 18 Aug 2023
    I just researched a bit, mac os x guest vm with pcie passthrough seems possible on linux.

    Dropping the links below:

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

    https://github.com/yoonsikp/macOS-KVM-PCI-Passthrough

  • VirGL
    7 projects | news.ycombinator.com | 12 Aug 2023
    VirGL is definitely an interesting project, but all one has to do to get GPU passthrough working (from a Linux QEMU host to any guest OS) is: 1.) research a cheap, secondary GPU that is natively supported by the guest OS, 2.) plug such a secondary GPU into a PCIe slot on the host and hook it up to the primary monitor with a secondary cable (D-Sub vs. DVI, etc.), 3.) setup Linux to ignore the secondary GPU at boot and configure a QEMU VM for the GPU passthrough. The whole process takes perhaps one or two hours and as works flawlessly, with no stability issues. (Switching across the two GPU cables can be accomplished in software by using Display Data Channel /DDC/ utilities and switching keyboard/mouse can be accomplished by using evdev /event device/ passthrough.) More information: https://github.com/kholia/OSX-KVM/blob/master/notes.md#gpu-p...
  • Mac OS Kvm Icloud
    1 project | /r/hackintosh | 9 Aug 2023
    I get "verification failed" error when using https://github.com/kholia/OSX-KVM
  • What are the current best methods for virtualizing MacOS on Linux?
    2 projects | /r/linux | 21 Jul 2023
    I also see there is KVM-OSX which looks to be actively maintained, but I haven't heard anything about it.
  • 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

  • Gnome browser instead of Safari
    1 project | /r/gnome | 24 Jun 2023
    I think this could be of some use to you https://github.com/kholia/OSX-KVM
  • I achieved to run a macOS VM on the Steam Deck in SteamOS desktop mode
    1 project | /r/SteamDeck | 8 Jun 2023
    i cloned that repository

What are some alternatives?

When comparing ProfileCreator and OSX-KVM you can also consider the following projects:

PPPC-Utility - Privacy Preferences Policy Control (PPPC) Utility

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

Installomator - Installation script to deploy standard software on Macs

sosumi-snap

openhaystack - Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.

OpenCore-Install-Guide - Repo for the OpenCore Install Guide

ProfileManifestsMirror - Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)

macOS-KVM - Streamlined macOS QEMU KVM Hackintosh configuration using OpenCore and libvirt

mcxToProfile - Convert macOS property lists, defaults and MCX into Configuration Profiles with Custom Settings payloads

OSX_GVT-D - Guide to pass iGPU to MacOS KVM guest.

outset - Automatically process packages, profiles, and scripts during boot, login, or on demand.

Single-GPU-Passthrough