[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71825":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},71825,"OSX-PROXMOX","luchina-gabriel\u002FOSX-PROXMOX","luchina-gabriel","Voilà, install macOS on ANY Computer! This is really and magic easiest way! PVE 7.XX ~ 8.XX Support and macOS High Sierra ~ macOS Sequoia Support.","https:\u002F\u002Fosx-proxmox.com",null,"Shell",7181,587,126,3,0,120,134,201,360,111.31,false,"main",[25,26,27,28,29,30],"apple","hackintosh","macos","opencore","proxmox","virtualization","2026-06-12 04:01:01","\u003Cdiv align=\"center\">\n  \n# 🚀 OSX-PROXMOX - Run macOS on ANY Computer (AMD & Intel)\n\n![GitHub stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fluchina-gabriel\u002Fosx-proxmox?style=flat-square)\n![GitHub forks](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Fluchina-gabriel\u002FOSX-PROXMOX?style=flat-square)\n![GitHub license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fluchina-gabriel\u002Fosx-proxmox?style=flat-square)\n![GitHub issues](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues\u002Fluchina-gabriel\u002Fosx-proxmox?style=flat-square)\n\n\u003C\u002Fdiv>\n\n![v15 - Sequoia](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F4efd8874-dbc8-48b6-a485-73f7c38a5e06)\nEasily install macOS on Proxmox VE with just a few steps! This guide provides the simplest and most effective way to set up macOS on Proxmox, whether you're using AMD or Intel hardware.\n\n---\n\n## 🛠 Installation Guide\n\n1. Install a **FRESH\u002FCLEAN** version of Proxmox VE (v7.0.XX ~ 8.4.XX) - just follow the Next, Next & Finish (NNF) approach.\n   * Preliminary support for Proxmox VE V9.0.0 BETA.\n2. Open the **Proxmox Web Console** → Navigate to `Datacenter > YOUR_HOST_NAME > Shell`.\n3. Copy, paste, and execute the command below:\n\n```bash\n\u002Fbin\u002Fbash -c \"$(curl -fsSL https:\u002F\u002Finstall.osx-proxmox.com)\"\n```\n\n🎉 Voilà! You can now install macOS!\n![osx-terminal](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fea81b920-f3e2-422e-b1ff-0d9045adc55e)\n---\n\n## 🔧 Additional Configuration\n\n### Install EFI Package in macOS (Disable Gatekeeper First)\n\n```bash\nsudo spctl --master-disable\n```\n\n---\n\n## 🍏 macOS Versions Supported\n✅ macOS High Sierra - 10.13  \n✅ macOS Mojave - 10.14  \n✅ macOS Catalina - 10.15  \n✅ macOS Big Sur - 11  \n✅ macOS Monterey - 12  \n✅ macOS Ventura - 13  \n✅ macOS Sonoma - 14  \n✅ macOS Sequoia - 15  \n\n---\n\n## 🖥 Proxmox VE Versions Supported\n✅ v7.0.XX ~ 8.4.XX\n\n### 🔄 OpenCore Version\n- **April\u002F2025 - 1.0.4** → with SIP Enabled, DMG only signed by Apple and all features of securities\n\n---\n\n## ☁️ Cloud Support (Run Hackintosh in the Cloud!)\n- [🌍 VultR](https:\u002F\u002Fwww.vultr.com\u002F?ref=9035565-8H)\n- [📺 Video Tutorial](https:\u002F\u002Fyoutu.be\u002F8QsMyL-PNrM) (Enable captions for better understanding)\n- Now has configurable bridges, and can add as many bridges and specify the subnet for them.\n\n---\n\n## ⚠️ Disclaimer\n\n🚨 **FOR DEVELOPMENT, STUDENT, AND TESTING PURPOSES ONLY.**\n\nI am **not responsible** for any issues, damage, or data loss. Always back up your system before making any changes.\n\n---\n\n## 📌 Requirements\n\nSince macOS Monterey, your host must have a **working TSC (timestamp counter)**. Otherwise, if you assign multiple cores to the VM, macOS may **crash due to time inconsistencies**. To check if your host is compatible, run the following command in Proxmox:\n\n```bash\ndmesg | grep -i -e tsc -e clocksource\n```\n\n### ✅ Expected Output (for working hosts):\n```\nclocksource: Switched to clocksource tsc\n```\n\n### ❌ Problematic Output (for broken hosts):\n```\ntsc: Marking TSC unstable due to check_tsc_sync_source failed\nclocksource: Switched to clocksource hpet\n```\n\n### 🛠 Possible Fixes\n1. Disable \"ErP mode\" and **all C-state power-saving modes** in your BIOS. Then power off your machine completely and restart.\n2. Try forcing TSC in GRUB:\n   - Edit `\u002Fetc\u002Fdefault\u002Fgrub` and add:\n     ```bash\n     clocksource=tsc tsc=reliable\n     ```\n   - Run `update-grub` and reboot (This may cause instability).\n3. Verify the TSC clock source:\n   ```bash\n   cat \u002Fsys\u002Fdevices\u002Fsystem\u002Fclocksource\u002Fclocksource0\u002Fcurrent_clocksource\n   ```\n   The output **must be `tsc`**.\n\n[Read More](https:\u002F\u002Fwww.nicksherlock.com\u002F2022\u002F10\u002Finstalling-macos-13-ventura-on-proxmox\u002Fcomment-page-1\u002F#comment-55532)\n\n---\n\n## 🔍 Troubleshooting\n\n### ❌ High Sierra & Below - *Recovery Server Could Not Be Contacted*\n\nIf you encounter this error, you need to switch from **HTTPS** to **HTTP** in the installation URL:\n\n1. When the error appears, leave the window open.\n2. Open **Installer Log** (`Window > Installer Log`).\n3. Search for \"Failed to load catalog\" → Copy the log entry.\n4. Close the error message and return to `macOS Utilities`.\n5. Open **Terminal**, paste the copied data, and **remove everything except the URL** (e.g., `https:\u002F\u002Fexample.sucatalog`).\n6. Change `https:\u002F\u002F` to `http:\u002F\u002F`.\n7. Run the command:\n\n   ```bash\n   nvram IASUCatalogURL=\"http:\u002F\u002Fyour-http-url.sucatalog\"\n   ```\n\n8. Quit Terminal and restart the installation.\n\n[Reference & More Details](https:\u002F\u002Fmrmacintosh.com\u002Fhow-to-fix-the-recovery-server-could-not-be-contacted-error-high-sierra-recovery-is-still-online-but-broken\u002F)\n\n### ❌ Problem for GPU Passthrough\n\nIf you see an Apple logo and the bar doesn’t move on your external display, you need to disable “above 4g decoding” in the motherboard’s BIOS.\n\nIn some environments it is necessary to segment the IOMMU Groups to be able to pass the GPU to the VM.\n\n1. Add the content `pcie_acs_override=downstream,multifunction pci=nommconf` in the file `\u002Fetc\u002Fdefault\u002Fgrub` at the end of the line `GRUB_CMDLINE_LINUX_DEFAULT`;\n2. After changing the grub file, run the command `update-grub` and reboot your PVE.\n\n---\n\n## 🎥 Demonstration (in Portuguese)\n\n📽️ [Watch on YouTube](https:\u002F\u002Fyoutu.be\u002Fdil6iRWiun0)  \n*(Enable auto-translate captions for English subtitles!)*\n\n---\n\n## 🎖 Credits\n\n- **OpenCore\u002FAcidanthera Team** - Open-source bootloader\n- **Corpnewt** - Tools (ProperTree, GenSMBIOS, etc.)\n- **Apple** - macOS\n- **Proxmox** - Fantastic virtualization platform & documentation\n\n---\n\n## 🌎 Join Our Community - Universo Hackintosh Discord\n\n💬 [**Join Here!**](https:\u002F\u002Fdiscord.universohackintosh.com.br)\n\n","该项目提供了一种简便的方法，可以在任何计算机上通过Proxmox VE安装macOS。它支持从macOS High Sierra到macOS Sequoia的多个版本，并兼容Proxmox VE 7.0.XX至8.4.XX。核心功能包括通过简单的命令行操作实现macOS虚拟机的快速部署，特别适合开发者、学生以及需要在非苹果硬件上测试macOS应用的场景使用。此外，项目还提供了详细的安装指南和额外配置说明，确保用户能够顺利完成设置过程。注意，此工具主要用于开发和测试目的，对于生产环境的使用需谨慎考虑。",2,"2026-06-11 03:38:51","high_star"]