How to run macOS on Linux (without too much hassle)

  Рет қаралды 128,965

The Linux Experiment

The Linux Experiment

Күн бұрын

Head to squarespace.com/thelinuxexper... to save 10% off your first purchase of a website or domain using code thelinuxexperiment
Grab a brand new laptop or desktop running Linux: www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
KZfaq: www.youtube.com/@thelinuxexp/...
Patreon: / thelinuxexperiment
Or, you can donate whatever you want:
paypal.me/thelinuxexp
Liberapay: liberapay.com/TheLinuxExperim...
👕 GET TLE MERCH
Support the channel AND get cool new gear: the-linux-experiment.creator-...
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: thelinuxexp.com
Mastodon: mastodon.social/web/@thelinuxEXP
Pixelfed: pixelfed.social/TLENick
PeerTube: tilvids.com/c/thelinuxexperim...
Discord: / discord
Timecodes:
00:00 Intro
00:35 Sponsor: Squarespace
01:33 Quickemu & QuickGUI
03:02 Graphical Setup
04:51 CLI setup
05:18 Install macOS
07:38 Configure the VM
09:56 Limitations
13:01 What you can do
15:25 Sponsor: Tuxedo Computers
16:34 Support the channel
#Linux #vm #macos #macosventura #macosmonterey
QuickEmu: github.com/quickemu-project
QuickGUI: github.com/quickemu-project/q...
Quickemu thing is a simple program that uses Qemu to automatically create vms for a bunch of operating systems, whether that's macOS, Linux or Windows.
So, if you went for the GUI, it's all extremely simple: you launch QuickGUI after installing it. The app might take a while to display anything inside the window, but once it does, you can click on "Create new machines".
You then get to pick the directory where you want to set things up, and the operating system you want to install. Once the download is done, click "dismiss", and then the little "X" in the top left to close the downloader part of the app. You can then click "manage existing machines", and click the little "play" button next to your macOS VM, and you're good to go, you should land in the setup for macOS.
If you don't want to use a GUI, you can run quickemu using the command line.
quickget macos monterey
quickemu --vm macos-monterey.conf
Inside macOS, open disk utility, and select the hard drive that was created for you, it should be about 100 gigs. Click the erase button in the top right corner, and rename the disk.
Confirm, and then close Disk utility. Click "reinstall mac os monterey", and proceed to select your recently erased hard drive, and to accept the licensing terms.
The install will then run, it takes a long while. On my own computer, it took about 1h to complete, so be patient. Once the install is done, you should be able to reboot into a macOS session.
To change the configuration of the VM, you have a text file, that is stored in the directory you picked at install, in my case, it's in my home folder. It should be called macos-monterey.conf.
By default, you'll only use 2 CPU cores, I changed that to 4, as my system can handle that without any problem. Just change the number after the cpu_cores parameter.
If you want to give the VM more RAM, add the following line:
ram="16G"
You'll also want to enable TRIM: open the terminal app from macOS
sudo trimforce enable
If you want to pass a CD ROM as an ISO to the VM, add this to the config file of the VM:
fixed_iso="/path/to/image.iso"
Now, of course, it's a VM, so there are limitations. First, 3D acceleration won't be good here.
If you can't login to any icloud services or the mac App Store, you'll also have to run a little command.
To solve that, you can open the macOS system preferences, then go to network, and delete all the network devices.
Then you'll need to open the macOS terminal app, and type the following command line:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

Пікірлер: 418
@TheLinuxEXP
@TheLinuxEXP 4 ай бұрын
Head to squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code thelinuxexperiment
@pubdigitalix
@pubdigitalix 4 ай бұрын
One small tip. Up your RAM and cores before begin to install. It's a little more faster. Thanks a lot for the video.
@Michi-go5xi
@Michi-go5xi 4 ай бұрын
The great advantage to this approach is that quickemu is a wrapper for QEMU. Which means you'll be using a type 1 hypervisor... Way better than VirtualBox in terms of performance
@TheLinuxEXP
@TheLinuxEXP 4 ай бұрын
Absolutely!
@hiru92
@hiru92 4 ай бұрын
both are slow, specially qemu , vmware is way better
@myhandleiswhat
@myhandleiswhat 4 ай бұрын
@@hiru92 I used QEMU on a potato PC running Linux; I ran another VM that was another spin of the distro I was using, and an older version of Windows, I didn't notice it being ridiculously slow.
@rigierish3807
@rigierish3807 4 ай бұрын
​@@hiru92QEMU is absolutely fast, you just have to configure it properly. On the other hand, VMware is so much limited than QEMU, you can't do anything on it. The level of customization is honestly comparable to VirtualBox. And the worst part is that, unlike those two other hypervisors, it's proprietary and paid program (you have a free version but come on).
@imadam
@imadam 4 ай бұрын
@@hiru92 qemu is faster than vmware catch yourself on m8
@mks-h
@mks-h 4 ай бұрын
There's also OSX-KVM project which set's up a qemu-kvm with MacOS. Also works with the latest MacOS. And there's some info on the case when Apple sued some company and failed.
@Cameronsplaze
@Cameronsplaze 4 ай бұрын
I just found that project too. The nice thing is you can use virsh to install the VM, so all the libvirt tools should work with it. I love quickemu too, but not having libvirt is awkward.
@alexcerzea
@alexcerzea 4 ай бұрын
I used it in fedora 39 and it work in terminal, but not in virtmanager, it gives me a rare error, did it happened to you or its just my luck XDdddd
@HUEHUEUHEPony
@HUEHUEUHEPony 4 ай бұрын
OSX-KVM is goat, I am running OS X here, however only chromium works, firefox or safari won't work because of no acceleration, kinda based, I can test homebrew, for real. And the best thing is that you can just virt-manager. EASY I love it.
@diablorojo3887
@diablorojo3887 4 ай бұрын
I tried osx-kvm and never worked for me, but I like the initiative, more projects= more possibility
@Jaoheah
@Jaoheah 4 ай бұрын
Didn't work for me sadly.
@ybcanal21
@ybcanal21 4 ай бұрын
As a previous comment said, OSX-KVM works with Sonoma. The only change between Ventura and Sonoma is the CPU name in the qemu config file. So you may run the virtual machine on any qemu tool (qemu, quickemu, probably virtmanager after creating the xml config file). You just need to install Sonoma using the image downloaded by OSX-KVM and the correct cpu in the config file. And voilà !
@armendberisha2476
@armendberisha2476 3 ай бұрын
i need some help with with this, it worked once but now it doesnt appear the macos anymore. It asks me to connect to spice: localhost and TLS port. Anyone that can help? Thanks
@writtenskate522plays
@writtenskate522plays 2 ай бұрын
Theres no macos sonoma as an option to download. How did you do it?
@aleksandarvasilic9235
@aleksandarvasilic9235 4 ай бұрын
This is literally what i was searching for yesterday, and it cannot believe that this video came up recommended today. I am glad that i am subscribed to your channel
@Rajitha_Dassanayake
@Rajitha_Dassanayake 4 ай бұрын
Informative video I've been waiting. Thanks! 😊
@light-gray
@light-gray 4 ай бұрын
13:01 The title says "Limitations"
@TheLinuxEXP
@TheLinuxEXP 4 ай бұрын
Ah crap
@beyblader261
@beyblader261 4 ай бұрын
Thanks i'll now be able to run mac inside my fedora virtualbox 💀.
@Cobalt985
@Cobalt985 4 ай бұрын
Only if you have "nested virtual machines" ticked.
@---we8bx
@---we8bx 4 ай бұрын
virtualbox is to slow. lol
@Harsh-bv1hf
@Harsh-bv1hf 4 ай бұрын
​@@---we8bx you missed the joke man
@mohamedketata8259
@mohamedketata8259 4 ай бұрын
that's one of the reasons why I love this channel, I really *love* tricks like that
@TechWorldDeb
@TechWorldDeb 4 ай бұрын
linux is the future of desktops
@no_name4796
@no_name4796 4 ай бұрын
2024 is the year of the linux desktop! For sure this time!
@dumbfloppa
@dumbfloppa 4 ай бұрын
no 2025 will be since windows 10 looses support.@@no_name4796
@Adam.Jski.
@Adam.Jski. 4 ай бұрын
@@no_name4796 every year is the year of the linux desktop
@JimAllen-Persona
@JimAllen-Persona 4 ай бұрын
As soon as "they" decide on one. But I think you're right. What amazes me is why MS just doesnt port a Windows UI to Linux. Yeah, I can see issues but a familiar UI would go a long way.
@va4402
@va4402 4 ай бұрын
This is so great. I Wish I so this video few month ago, but still is good to know. Thank you for your job )
@bernym4047
@bernym4047 4 ай бұрын
Very comprehensive. There are a couple of graphic programs that I'm interested in that are not available on Linux but are on MAC so I might give this a try. Thank you.
@henryd4331
@henryd4331 4 ай бұрын
Loved how you conveniently hid the Apple logo at boot. Clever 😅
@MegaManNeo
@MegaManNeo 4 ай бұрын
I might keep this tool in mind for when I have more space again on my SSDs or I have eventually to replace Windows 10 with 11 or 12 at which point I'll hopefully be able to pass through my GPU as needed. Thanks Nick.
@sdkdb
@sdkdb 4 ай бұрын
I wouldn't recommend it really, it would be so slow to do basic tasks even if you setup GPU passthrough it will be a slugish experience at best
@begota
@begota 4 ай бұрын
Regarding the GPU acceleration, maybe you can consider making separate video on how to setup it. Because of recent decision to add kernel level anti-cheat in League of Legends, it will be impossible to play it in Linux, and playing it in MacOS VM (since anti-cheat is not required on it) with GPU acceleration might be the best option for people who don't want to install Windows.
@user-vr9dj4eo8v
@user-vr9dj4eo8v Ай бұрын
Bro pls get a life
@abuzawad3192
@abuzawad3192 4 ай бұрын
Thanks for introducing us to such a good virtual box alternative
@byteseb
@byteseb 4 ай бұрын
Great video, Nick. A little unrelated, but I just wondered: What are you using to sync your Nextcloud to your local PC? I used the official Nextcloud client, but regardless of the packaging format, it tends to be buggy. I'd rather not risk any data with syncing issues...
@kilobytecache6192
@kilobytecache6192 4 ай бұрын
would love to try to get this running in like a basic headless linux environment and essentially have a macbook on a thinkpad i use qemu daily and hadn't even considered it until you mentioned the cli setup there
@joe-skeen
@joe-skeen 4 ай бұрын
Looking at all the options in the quickgui, I'm excited to use this app to test multiple OS configurations for my web apps without having too much hassle to set things up. So much better than VirtualBox, and way easier than attempting a Hackintosh! Such a great guide, thanks for sharing!
@robertsretrogaming
@robertsretrogaming 4 ай бұрын
I do have a MacOS VM that I got running under virtualbox that I have not booted up in awhile. Thanks for an interesting video.
@Twich0713
@Twich0713 4 ай бұрын
Very nice! I wish I had seen this video before, I initially installed qemu-kvm and Catalina in January 2020 on Linux Mint and struggled a lot because I couldn't get my graphics card to passthrough and then last year I changed to Debian 12 and magically everything worked perfectly. Now I can work with Linux and Mac, Linux and Windows or Windows and Mac on a different monitor at the same time with the same keyboard and mouse. I even upgrate to Monterey with no issues.
@bennypr0fane
@bennypr0fane 26 күн бұрын
How did you passthrough your GPU?
@Twich0713
@Twich0713 26 күн бұрын
@@bennypr0fane I didn't need to, because I upgraded my GPU to an AMD PRO W7600 and it has 4 DP connections and I just connect another monitor and fixed each VM to a different monitor. I run benchmarks, it's probably like 10% difference in performance, for me is good enough I use this method for setup Qemu with Virt Manager kzfaq.info/get/bejne/gddoZ5x01a3IaGw.htmlsi=zR6ZHgNwMOrr-MmX And this to setup Macos kzfaq.info/get/bejne/mrN8gbNnq8zMm30.htmlsi=arYntUWAfRDgWG37
@seanobrien16
@seanobrien16 4 ай бұрын
Good video. I did this last year and it was quite fun. Took about a week to get a good working setup with GPU passthrough and not using spice (switch monitor to second input as that is where the video output from the second GPU is hooked into). Then it really worked smoothly and was really pleasant OS to use. I think it was Catalina.
@taizunjafri8827
@taizunjafri8827 4 ай бұрын
How did you get the GPU passthrough to work ? Did hooking up a second monitor automatically take the GPU input as default ?
@_yassineee_
@_yassineee_ 3 ай бұрын
how did you do the passthrough ?
@andrewmarin3941
@andrewmarin3941 3 ай бұрын
how?
@TheBenSanders
@TheBenSanders 4 ай бұрын
I've been messing with QEMU lately on my EndeavourOS system since my Windows install go to where it boots really slowly. Can't wait to build a new system where I can virtualize my Windows-based gaming PC.
@jonathanchevallier7046
@jonathanchevallier7046 4 ай бұрын
Thank you for the discovery of this tool.
@ParasAryan
@ParasAryan 4 ай бұрын
as a mac user i learnt something new today. sudo trimforce enable. thank you 🙂
@AndersHass
@AndersHass 4 ай бұрын
It could be funny to do this on a Mac running Asahi Linux
@dampintellect
@dampintellect 4 ай бұрын
If you change the CPU core count, Threads, and ram allocation before installing the OS it will greatly improve install times. Took me about 20 minutes to perform the install, if you close out your VM and no longer have the install option delete the disk.qcow file to reset the VM and restart the install process.
@speed488
@speed488 4 ай бұрын
13:03 : You have "Limitations" animation where it should be "What you can do" Great video! Thanks for the info; that's exactly what I need! I need to test a Mac-only software that doesn't require fancy system resources. I'll give it a shot.
@commanderdestructa4654
@commanderdestructa4654 4 ай бұрын
I edited the .conf file before starting the VM, added 8 cores (have 20 cores on my CPU) and 16GB RAM. Installation took about 30mins. It's not as fast as a real Mac obviously, but I need it for occasional use supporting my father who has a Mac and is totally useless at using it (thanks PC World for telling him it's the best he could get when all he needed was a basic PC running Windows). So at least now I can talk him through his issues (and there are a lot!). Told him to return it, but he's stubborn and wants to learn it.
@onestopviewfiles
@onestopviewfiles 4 ай бұрын
5:38 I see you rolled your way into the semis.
@redhawk3385
@redhawk3385 4 ай бұрын
I wish I had this video a year ago when I had my IOS dev class in college, I had to showup at the computer lab like a loser.
@Nix_Stix
@Nix_Stix 4 ай бұрын
Fantastic video. Will defs try installing. Quick question - do you know if garageband will work in the VM?
@_denzy_6310
@_denzy_6310 4 ай бұрын
Might not. Needs hw accel
@postnick
@postnick 4 ай бұрын
Chasing that MACOS life is what lead me back to getting into Linux in the first place. I did have a nice hacktinsoh for like two years until Just got a really cheap M1 Mac MIni. I love this macmini, but I still run Fedora on my Laptop and other desktop. If I didn't have an iphone (along with ALL of my friends and family) I'd get a lot less value out of macos myself. I find most of my use is Fedora daily and I'll remote into my mac when I need it.
@tomdillan
@tomdillan 4 ай бұрын
I should try this in my 2012 Mac mini.
@thedourkin
@thedourkin 4 ай бұрын
Nice! This is just what I need, I have an Apple Time Machine NAS filled with data I can’t access natively from Linux. This should allow me to migrate it to Linux friendly storage.
@unperrier5998
@unperrier5998 2 ай бұрын
Virtualbox is definitely working, I got MacOS catalina(?) on Vbox a while back (at the time of the pandemic) but it was slow as hell. There are things to do like setting BIOS strings and enabling EFI, etc. but it's possible.
@ronm6585
@ronm6585 4 ай бұрын
Thanks Nick.
@Le.Chiffre
@Le.Chiffre 4 ай бұрын
It is awesome!😮
@taylorkoepp3048
@taylorkoepp3048 4 ай бұрын
I've been itching to install Fedora on my M1 MacBook for a while since virtually all features are now supported. Alas Xcode requirements for iOS development have prevented me from doing so but this looks like it fixes that problem! I'd also assume since I'd technically be installing macOS on Apple hardware (albeit interfacing through Linux) then I'm not breaking any terms. Another great video from the Great Living Frenchman 🙂
@MauricioSzabo
@MauricioSzabo 3 ай бұрын
Warning about iOS development: it does work, but not with a real iPhone. Apple being Apple, there's some protections against USB passthrough to the VM - I used this exact same approach for my last job on react-native, and I couldn't connect the iPhone at all (as soon as I clicked on the iPhone menu to pass-through, it simply disconnected the USB and re-connected the phone to my Linux)
@heroclix0rz
@heroclix0rz 4 ай бұрын
The window size weirdness looks like a dpi scaling bug. If your DE has dpi scaling, try setting it to 100%.
@mjdxp5688
@mjdxp5688 4 ай бұрын
Just wondering, why macOS Montery instead of a newer version? Is there some kind of benefit to using Montery? Edit: It looks like Ventura is used in the video, why not use that? ANOTHER edit: Tried it myself with Ventura, it failed to boot with a cryptic error message I couldn't understand. Tried Montery, it was able to boot. If it stops for you with an error message that's something like "[EB|#LOG:EXITBS:START]", try using Montery instead of Ventura.
@chuckowens2010
@chuckowens2010 4 ай бұрын
I feel like I am stuck with virtualbox. Trying to figure out bridged networks or network adapters seemed more than it was worth. I use virtual box for a work vm and needed to PXE to get the image
@wiktormaciejewski7296
@wiktormaciejewski7296 4 ай бұрын
great! very useful, only thing is that cpu_cores didn't work for me, I typed cpu="8"
@keyboard_g
@keyboard_g 4 ай бұрын
Where does this MacOS image come from? Some guy just uploaded it to QEMU servers?
@mairhart
@mairhart 4 ай бұрын
I think this is an important question, for security reasons.
@thebozzIDW
@thebozzIDW 4 ай бұрын
I believe the image is downloaded from Apple servers, and then converted to the appropriate ISO format. The command line quickget (that is part of this quickemu package) has a option where you can actually get it to output the download source.
@leandrodasilva2523
@leandrodasilva2523 Ай бұрын
It is downloaded from the apple server, it shows in the cli
@FilSapia
@FilSapia 4 ай бұрын
The thing is, one day Apple will stop releasing x86 versions of macOS all together and there likely won't be any real way to run future versions of their OS. The amount of proprietary features macOS requires as part of Apple Silicon, the insane security around their platform, and the fact trying emulating very high end ARM64 chips on x86, makes macOS on non-Apple hardware futile to say the very least.
@jimmyscott5144
@jimmyscott5144 4 ай бұрын
What's the difference between spice and VNC? Did mas switch Remote Desktop clients from VNC? I know on my older Mac I can remote into it from VNCfrom my desktop.
@cheako91155
@cheako91155 4 ай бұрын
Can this be used with the vision pro?
@idkjustwannacomment
@idkjustwannacomment 4 ай бұрын
a clear tutorial about gpu passthrough to mac vm would be nice❤
@LeeFlemingster
@LeeFlemingster 4 ай бұрын
Does the sound work using this method?
@BLASTIC0
@BLASTIC0 4 ай бұрын
I want it just for iMessage on the PC. I'm going to give this a shot when I get my 7950x
@JeremyDawesJezweb
@JeremyDawesJezweb 4 ай бұрын
Is there a Linux mint install guide for dummies to get quickgui working?
@DudeItsDallyBoy
@DudeItsDallyBoy 2 ай бұрын
What about virt-manager. Can the VM download from Quickgui be launched and managed from virt-manager? I would ideally like to keep in virt-manager because quickemu or at least quickgui isn't supported on hyprland
@WagnerDavinci
@WagnerDavinci 3 ай бұрын
Does it work well for mobile development? React Native, deploy the Reactnative ionic app?
@wyim
@wyim 3 ай бұрын
May I ask if the macOS that runs on Linux has video acceleration, or even doing some simple video editing?
@mycomputer520
@mycomputer520 22 күн бұрын
Which distro did you use?
@Dungeonseeker1uk
@Dungeonseeker1uk 4 ай бұрын
Pretty sure VMWare has decent support for macOS guests, IIRC clipboard and DnD both work though TBF its been a while since I last tested it.
@coughcough6692
@coughcough6692 4 ай бұрын
Tuxedo cube I couldn't find it for sale on eBay or Amazon huh
@justinfournier2521
@justinfournier2521 2 ай бұрын
Hey there, do you have an updated video for your linux theming used here? Trying to find it but cannot because the youtubve search function is kinda bad!
@Haltroy
@Haltroy 4 ай бұрын
As far as I remember, there's used to be a project named "Darling" to run macOS apps natively on Linux just like how Wine does but it still has issues.
@lunlunnnnn
@lunlunnnnn 4 ай бұрын
darling is nowhere near the level of wine at the moment, so that's not a viable alternative. you can run some terminal apps and apparently even some very basic demo GUI apps, but nothing that's actually useful
@user-mv9iy5ph1f
@user-mv9iy5ph1f 4 ай бұрын
Its still being actively developed by a small team, definitely not to the scale or maturity of wine though. Currently it can do CLI stuff pretty well, one compelling use case would be using darling to compile apps using the xcode toolchain (which you can't outside MacOS usually), this might be pretty useful when developing or in a CI/CD pipeline.
@mks-h
@mks-h 4 ай бұрын
@@user-mv9iy5ph1f does that actually work? Compiling apps I mean. That's something that would be pretty useful for me
@t.crow9531
@t.crow9531 4 ай бұрын
​@@user-mv9iy5ph1f so currently darling can work with building ios app via CLI? Cause I'm looking a way for building ios app
@ManOleg38
@ManOleg38 4 ай бұрын
Never heard about those quick's
@GarfieldtheDestroyer
@GarfieldtheDestroyer 3 ай бұрын
Advice regarding quickgui: If you're on Arch and don't want to spend all eternity building it, you can yay -S quickgui-bin for a prebuilt version. Also, installing aria2 made the download faster (or possibly placebo, I don't know).
@WildMidwest1
@WildMidwest1 2 ай бұрын
I repeatedly had exit status failure messages building quickgui in Manjaro (arch), regarding Flutter SDK corruption or missing permissions. Quickgui-bin allowed me to try the app. Unfortunately there were a lot of problems such as USB redirection errors and hard freezes requiring power cycling. Quickgui does not appear ready for deployment in Manjaro / arch. I suspect this is why Nick did not include quickgui in his arch build instructions at 2:40. Unfortunately, quickemu is largely crippled without it. TLDR, use a different distro - not arch - for quickgui / quickemu.
@mglsj
@mglsj 4 ай бұрын
Can you review "Darling" (wine but for macos apps on linux)
@tsukuyomin
@tsukuyomin 4 ай бұрын
Sadly doesn't allow graphical apps, and offers very limited support for now, iirc. Very interesting project, tho
@trevorford8332
@trevorford8332 4 ай бұрын
Simple, he says!! 😊
@dbbgba
@dbbgba 4 ай бұрын
For Linux users it kinda is
@RetroChibii
@RetroChibii 4 ай бұрын
What is the download size of the virtual machine? I have a capped internet.
@_denzy_6310
@_denzy_6310 4 ай бұрын
Around 11gb for the Ventura installer and 600mb for recovery
@RetroChibii
@RetroChibii 4 ай бұрын
@@_denzy_6310 thanks a lot.
@archip8021
@archip8021 4 ай бұрын
Awesome! Will try for iOS development. With some kind of bridge I could code in Linux but build and run in MacOS 🤔
@meeponinthbit3466
@meeponinthbit3466 4 ай бұрын
Hey.... Someone who's able to provide an actual use case other than "because I can". I couldn't think of one, but I forgot about this one.
@DamagedDingo
@DamagedDingo 4 ай бұрын
Is there a way to code in Linux/swift and have a iPhone simulator?
@tauon_
@tauon_ 4 ай бұрын
i'll watch this later, i hope it has graphics accel cause that's the issue with the one i currently use and i don't have space to install my other gpu
@tarocjsu
@tarocjsu 4 ай бұрын
When quickemu startup.....mouse not working anymore.....need to press left shift+Function key to release grap mouse....
@SabinTV-NP
@SabinTV-NP Ай бұрын
Hey man. How do I get quickgui running? You seem to also have Fedora on the system you used in the tutorial, but I just can't seem to get quickgui up and running.
@litemint09
@litemint09 4 ай бұрын
its better to make a triple boot (MacOS, windoze,and Linux) I did it on my dell Optiplex 3080 micro and made a 15minutes install guide too.
@indigomizumi
@indigomizumi 4 ай бұрын
Can I edit the config file before starting the macOS install? I've tried doing so but then the installation doesn't seem to work.
@PainweedingPills
@PainweedingPills 4 ай бұрын
Well, the only thing i like about Mac OS is the old Text-To-Speech voices. Zarvox (from the legacy voices of mac speech) is my favorite one. I might give that one a shot!
@minikame2272
@minikame2272 4 ай бұрын
What if you install Linux on mac hardware and then run macOS within a VM... wonder if the terms account for that
@diablorojo3887
@diablorojo3887 4 ай бұрын
Interesting question, some years ago people people theorized that apple end OSX server to avoid people to use virtualization as a legal loop hole even in their original hardware
@friedrichmyers
@friedrichmyers 4 ай бұрын
I always wanted to run MacOS because I had always been a Windows and Linux user. MacOS was intriguing for me because of the design and overall better OS than whatever Windows is upto (maybe because it is unix based). But I never bought a mac, because it is a closed machine and I don't like closed software. Would be great to try out MacOS. Thank you for posting the video
@Freshbott2
@Freshbott2 4 ай бұрын
I’ve always found that notion to be valid but to make decisions around it is a bit extreme. I’ve always been a Windows, Mac and Linux user for work, tinkering and down time. I’d be lying if I said the closed nature of Apple had any bearing at all. If there was anything half as nice as a Macbook on the market, I’d give it a go with Linux. But then I’d find it in my bag toasting with 1% battery so it’s just never gonna happen. I’m not gonna waste my time setting everything up and then forgetting how I did it come time to do it fresh a few years later. Linux is nice but tinkering is a hobby I’ve still got actual work to do, and Windows being the actual alternative is also closed source.
@friedrichmyers
@friedrichmyers 4 ай бұрын
@@Freshbott2 It is a fair point. I agree with it. Sometimes you have to fight with linux and setup things that should be setup on the installation. In my Arch installation, I had to setup power saving, hibernation and touchpad for my laptop, from scratch! Now, that is great for a hobby but it gets old pretty fast when you have to do actual work. However, switching to BSD was one of my better decisions as it limited the headaches and made things easier.
@heikolahjanen5489
@heikolahjanen5489 3 ай бұрын
You can also buy cheap Dell or HP desktop PC which are very easy to use as a Hackintosh rigs if you want to play with "real" Mac. Done that couple times.
@SteveMacSticky
@SteveMacSticky 4 ай бұрын
I think the biggest reason I would run Mac os on Linux is if I use Adobe and their design programs
@katrinabryce
@katrinabryce 4 ай бұрын
Windows in a VM would be a much better option for that. A properly set-up Windows VM will give you about 90% of native speed, whereas MacOS will give you about 1% if you are lucky. X-Code maybe makes sense, but you would be far better off just getting a cheap Mac Mini.
@schniffenhausen
@schniffenhausen 4 ай бұрын
Will this work on windows subsystem for linux
@Dariusmiles2123
@Dariusmiles2123 4 ай бұрын
I can't use it on Fedora because of DNF instead of APT and I can't use the PPA. I guess it'd be easy once the GUI is opened but I can't even get to that point. Anyone knows what I should use in the terminal to get to where the video is starting?
@DamagedDingo
@DamagedDingo 4 ай бұрын
Can you code on an iPhone through the VM?
@juderaji7556
@juderaji7556 2 ай бұрын
How do I change the display resolution?
@imop285
@imop285 4 ай бұрын
Ayo bro. what's up? how is life. Bro I had some questions.: I've got a setup question regarding my QEMU virtual machine setup. So, here's the deal: I'm running two operating systems within my VM - Fedora and Windows 11 - and my host OS is openSUSE Tumbleweed. Now, I've got two different GPUs available, an RX 7800XT and an RTX 3060. My plan is to dedicate the RTX 3060 specifically to the QEMU VM. My question is, can I utilize the RTX 3060 simultaneously on both OSs within the VM? like I will use fedora, windows at the same time on the qemu. And do I need to install any proprietary drivers for the NVIDIA GPU to ensure I get full performance from it within the VM OSs?
@MadHau5
@MadHau5 4 ай бұрын
if you're passing through the device, you will need its drivers in the vm (windows/fedora) but don't need it for the host (suse). you can pass through the device to only one vm at a time (not both).
@imop285
@imop285 4 ай бұрын
@@MadHau5 thanks mate
@Bob-of-Zoid
@Bob-of-Zoid 4 ай бұрын
As one who boycotts abusive companies, just like anything Microsoft I also have no want, nor any need to do this, but I had to watch to see just how Great Linux and it's developer community is for making stuff like this possible and being pro-consumer, even when it comes to running the competitions code within i!🐧🐧🐧
@dtjanixx
@dtjanixx 2 ай бұрын
Hi. What OS do you use?
@Cameo007
@Cameo007 4 ай бұрын
I didn't already watch the video but this is what I googled today (and what I want to try). 😂
@bvd_vlvd
@bvd_vlvd 4 ай бұрын
Is it worth it for iOS development (Swift/Objective-C)? Or do I just bite the bullet and buy a Mac Mini or something else? What does everyone think?
@calebvanwinkle1703
@calebvanwinkle1703 4 ай бұрын
Depends on how much you value your time and how much money you have. Unless you're really unable to buy a Mac mini, I would probably just bite the bullet.
@bvd_vlvd
@bvd_vlvd 4 ай бұрын
@@calebvanwinkle1703 I can find them for a very affordable price, but I could also invest that money into a better computer to run this more smoothly. I'll need a new rig either way. That's where I'm not sure which approach is better
@ferdev6597
@ferdev6597 5 күн бұрын
Hi, it's possible resize the disk? up to more 100gb?
@WildMidwest1
@WildMidwest1 2 ай бұрын
I repeatedly had exit status failure messages building quickgui in Manjaro (arch), regarding Flutter SDK corruption or missing permissions. Quickgui-bin allowed me to try the app. Unfortunately there were a lot of problems such as USB redirection errors and hard freezes requiring power cycling. Quickgui does not appear ready for deployment in Manjaro / arch. I suspect this is why Nick did not include quickgui in his arch build instructions at 2:40. Unfortunately, quickemu is largely crippled without it. [Note, this same message is posted in response to another YT comment regarding quickgui-bin.]
@WildMidwest1
@WildMidwest1 2 ай бұрын
I believe some of the flutter packages in the AUR may be defective or have broken dependencies. I wasted most of a day on this. Don’t quote me to be any kind of expert. I am just reporting the compilation error messages I saw.
@user-cb3le9oh9p
@user-cb3le9oh9p 4 ай бұрын
The main reason I’d want to run mac os in Linux isn’t about cost. It’s about having some options on hardware form factor.
@ErikTheHalibut
@ErikTheHalibut 4 ай бұрын
Has anyone tried doing this to run an Xcode dev environment? Whats the performance like trying to run ios or watchos simulators? Also, is GPU passthrough available to speed up graphics? Edit just saw that Xcode does run, still wondering what the experience is like?
@ariosetiawan173
@ariosetiawan173 4 ай бұрын
i too, need to know how if want deploy flutter source code for deploy iOS Apps
@mr.sidious9163
@mr.sidious9163 4 ай бұрын
You can get GPU passthrough with Qemu (at least for Windows), I think the problem would be driver support, as Apple has stopped using dedicated GPUs on their Mac's since 2020.
@nathanacreman632
@nathanacreman632 4 ай бұрын
QuickGUI seems pretty broken to me. On my end the window for quickgui is so small you can't even set up the VM. A quick look at the github repo shows an unresolved issue report from like 5 months ago about this very issue.
@abbasbvohra
@abbasbvohra 2 ай бұрын
if i install xcode on the macos vm would be i able to use the ios simulator?
@xade8381
@xade8381 4 ай бұрын
would like to get quickgui flatpak
@Person-who-exists
@Person-who-exists 4 ай бұрын
I’m only gonna install it to try the zed editor, nothing else
@Zaid_385
@Zaid_385 3 ай бұрын
can this be done on a Windows machine running an Ubuntu virtual machine?
@chrisprescottwithsignature9465
@chrisprescottwithsignature9465 3 ай бұрын
does this not work on fedora? can't seem to find install instructions for fedora, only ubuntu
@Ballissle
@Ballissle 4 ай бұрын
Does this work for building an IOS app in xcode and signing it?
@foss_sound
@foss_sound 4 ай бұрын
I miss my Apple system for 3 apps: - Logic Pro X - IA Writer - Final Cut Pro Everything else I prefer my Linux system by far. Unfortunately these Apps are not as usable as I'd need in a VM.
@ElectricUAM
@ElectricUAM 4 ай бұрын
I remember seeing emulating OSx under Linux beating native OSx performance-wise. Sadly, we can't do it anymore. Nonetheless, I wouldn't mind running Garageband and iMovie. Those two apps are so easy to use in a pinch.
@vaevictis3905
@vaevictis3905 2 ай бұрын
I wonder how Photoshop or Sketch operating on vm
@YouWillBe322
@YouWillBe322 2 ай бұрын
For me running a VM on my Linux Mint sadly became a mission impossible task no matter what. I tried Virtualbox and installed it, then I downloaded 3 pcs MacOS (Lion, Snow Leopard, High Sierra) none worked even though I followed everything they said. Then I installed the KVM QEMU Virtu, and I was able to run two setups; one kept running over and over again, and the other one simply stuck at a grey screen with a MacOS rainbow circling thingy on it. Now this Quick-Gui is doing something that it shouldn`t, first, it said something about a path that is missing and to reinstall it, I did reinstalled it like three times and nothing. Now, there was an update in the system for QEMU and I proceeded with it, now I started Quick-Gui and it showed a white screen for like 30 min already. My computer is pretty old, but I think it is reasonable with its Intel i5 (3210M) Intel HD 4000 8GB hyper-x Hynix RAM and the 500GB HDD. So, I mean people can run on their older much weaker machines, but I can`t, how is that possible?
@I-use-Archbtw
@I-use-Archbtw 4 ай бұрын
finally i can test safari i never liked apple stuff so limited but i like to try it and see how bad acctully is also will be nice if we could create IOS
@BC-zw1ij
@BC-zw1ij 4 ай бұрын
I plan to buy a new pc. Which CPU do you recommend? Is an i3 12th or 13th Generation good enough?
@hiru92
@hiru92 4 ай бұрын
always buy latest
@diablorojo3887
@diablorojo3887 4 ай бұрын
11, 12 and 13th are the same CPUs, buy the cheapest, or buy a Ryzen and upgrade down the line
I used a MAC for 30 days, and I’m glad it’s over
17:39
The Linux Experiment
Рет қаралды 297 М.
FLATPAK EXPLAINED: Theming, permissions, command line, browser installs...
15:32
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 107 МЛН
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 107 МЛН
Luck Decides My Future Again 🍀🍀🍀 #katebrush #shorts
00:19
Kate Brush
Рет қаралды 8 МЛН
This Linux PC Runs macOS Faster Than a Real Mac
11:08
Snazzy Labs
Рет қаралды 835 М.
macOS: A Linux User's Opinion
36:50
ByteSeb
Рет қаралды 74 М.
What is systemd, and why its getting so much hate online?
15:59
The Linux Experiment
Рет қаралды 125 М.
Mac Users Deserve Better - 7 Unacceptable Problems with MacOS
12:15
Linus Tech Tips
Рет қаралды 2 МЛН
Why I Switched to Mac (as a Linux user)
22:53
Wolfgang's Channel
Рет қаралды 574 М.
The Linux Experience
31:00
Bog
Рет қаралды 332 М.
Don't make these 7 mistakes when you're starting out on Linux!
14:15
The Linux Experiment
Рет қаралды 393 М.
Linux System Setup Script
1:28:35
Titus Tech Talk
Рет қаралды 12 М.
MacOS Sequoia: 30+ INSANE CHANGES (Hands-On)
8:46
MacVince
Рет қаралды 135 М.
Upgrading Every Version of macOS
58:18
Ross Darker
Рет қаралды 128 М.
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
💅🏻Айфон vs Андроид🤮
0:20
Бутылочка
Рет қаралды 735 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,2 МЛН