All Projects → shreyas1307 → hackintosh-pkg-cli

shreyas1307 / hackintosh-pkg-cli

Licence: MIT license
An npm package to help you download some of the mandatory packages and optional Kexts for your OpenCore Hackintosh Build.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hackintosh-pkg-cli

EFI-ASRock-X570-ITX-TB3
OpenCore EFI for build using ASRock X570 ITX board, Ryzen 9 5900X
Stars: ✭ 43 (+104.76%)
Mutual labels:  hackintosh, ryzentosh, opencore
Dell-Inspiron-7501-Hackintosh
Hackintosh for Dell Inspiron 750x/ Dell Vostro 750x
Stars: ✭ 18 (-14.29%)
Mutual labels:  hackintosh, opencore
macOS-EFI-Asus-X570I
🖥 Files needed to run macOS on the Asus ROG Strix X570-I
Stars: ✭ 12 (-42.86%)
Mutual labels:  hackintosh, opencore
gigabyte-z390-gaming-x-hackintosh
Hackintosh EFI
Stars: ✭ 18 (-14.29%)
Mutual labels:  hackintosh, opencore
Lenovo-ThinkPad-T450s-Hackintosh-OpenCore
此仓库可以让你在macos中使用ThinkPad T450s T450 X250 X1C3的所有功能(不包括指纹、VGA),且99%接近于白苹果的完美黑苹果。
Stars: ✭ 234 (+1014.29%)
Mutual labels:  hackintosh, opencore
hackintosh-DellLatitude5400
Hackintosh for Dell Latitude 5400 (Vanilla with OpenCore)
Stars: ✭ 17 (-19.05%)
Mutual labels:  hackintosh, opencore
thinkpad-x1c5-hackintosh
My Hackintosh setup on the Thinkpad x1 carbon (5th gen, released 2017)
Stars: ✭ 75 (+257.14%)
Mutual labels:  hackintosh, opencore
OpenCore-Asus-Prime-Z390A i7-9700K RX580
fully working hackintosh using OpenCore tested for all MacOS
Stars: ✭ 27 (+28.57%)
Mutual labels:  hackintosh, opencore
MSI-Modern15-Hackintosh
My MSI Modern 15 Hackintosh repo
Stars: ✭ 16 (-23.81%)
Mutual labels:  hackintosh, opencore
x250-hackintosh
Sebuah repositori GitHub yang berisikan file EFI dan prosedur instalasi Hackintosh di Lenovo ThinkPad X250
Stars: ✭ 33 (+57.14%)
Mutual labels:  hackintosh, opencore
Asus-P8P67Pro-Hackintosh
Install macOS Monterey on Asus P8P67 Pro/Evo Mainboard (+ Dual-Boot Win 11)
Stars: ✭ 38 (+80.95%)
Mutual labels:  hackintosh, opencore
Hackintosh-HP-Z420-OpenCore
Hackintosh EFI for HP Z420 Workstation Using Catalina/Big Sur
Stars: ✭ 22 (+4.76%)
Mutual labels:  hackintosh, opencore
HP Pavilion 15 cs0101TX Hackintosh
HP Pavilion 15 cs0101TX Hackintosh with OpenCore
Stars: ✭ 27 (+28.57%)
Mutual labels:  hackintosh, opencore
Hackintosh-CVN-b460i-efi
七彩虹CVN b460i的黑苹果引导,基于OC,支持macOS Monterey
Stars: ✭ 64 (+204.76%)
Mutual labels:  hackintosh, opencore
Hackintosh-LEGION-Y7000P-I7-9750H
联想拯救者Y7000P I7-9750H 准完美级 EFI
Stars: ✭ 117 (+457.14%)
Mutual labels:  hackintosh, opencore
t440p-oc
💻 Lenovo ThinkPad T440p Hackintosh (Big Sur, Monterey & Ventura Beta) - OpenCore
Stars: ✭ 96 (+357.14%)
Mutual labels:  hackintosh, opencore
Nitro-5-Hackintosh-OC
** macOS Monterey ** Acer Nitro 5 - AN515-54 Hackintosh
Stars: ✭ 40 (+90.48%)
Mutual labels:  hackintosh, opencore
ThinkCentre-M720Q
OpenCore for ThinkCentre M720 Tiny (10T700BGGE)
Stars: ✭ 29 (+38.1%)
Mutual labels:  hackintosh, opencore
DELL-XPS13-9360
Hackintosh OpenCore EFI for DELL XPS13 9360
Stars: ✭ 40 (+90.48%)
Mutual labels:  hackintosh, opencore
designaire-z390-intel-i9-9900k-opencore
Gigabyte Designare z390 EFI - OpenCore
Stars: ✭ 154 (+633.33%)
Mutual labels:  hackintosh, opencore

Hackintosh Package CLI (for OpenCore) -- EXPERIMENTAL

version downloads

Hackintosh Package Downloader Logo

Table of Contents

About | Project's purpose | Credits | Run the CLI | Installing the CLI globally | Packages | FAQs | Authors | License

About

This is an npm package helps you download some of the mandatory packages and optional Kexts for your OpenCore Hackintosh Build. A GUI Desktop App is also in the works, and will be coming soon.

Project's Purpose

I made this CLI partly due to the fact that It was tiresome to continuously go over the releases and manually download the Assets. I knew this might help the community, who are very hardworking in what they do and make sure it's open-source too.

Note: I do not discourage or refrain the community from directly downloading from the respective GitHub URLs. In fact, I highly recommend users to read and understand the docs so that you will know what to expect. This CLI is merely an alternative!

Credits

I would like to credit the following GitHub repos for making this CLI possible:

Be sure to check the above repos out if you're facing any issues! I am of course, always open to improvements.

Run the CLI

Just type in the following command in your terminal and run it! (Please check FAQ for more on testing and contributions)

  • NPX: npx hackintosh-pkg-cli

Installing the CLI globally

  • NPM:

npm i -g hackintosh-pkg-cli

  • Yarn:

yarn global add hackintosh-pkg-cli

  • To invoke the CLI (Both NPM & Yarn)

hackintosh-pkg-cli

Packages

The CLI currently currently is able to download Latest Asset releases from the following Repositories:

For more information, please refer to the OpenCore "Gathering Files" Guide here for more Info.

FAQs

1. How can I test this out?

  • If you'd like to try it out , Run the following command npx hackintosh-pkg-cli in your terminal.

  • Ensure you have git version control, and package manager - either npm (node package manager) or Yarn Installed. You may check if your system has them installed by running the following commands git --version and depending on your package manager of choice, run npm --version or yarn --version. If you don't have it installed, please visit:

  • Git to download/install git.

  • NodeJS to download/install Node.Js (NPM gets installed with Node.Js).

  • Yarn to download/install Yarn Package Manager

  • Alternatively, if you would like to contribute and test it locally, you may fork the repo, and/or clone it to your local desktop. Once you've done that, open the terminal in that local folder and run the command npm install for NPM users or yarn install for Yarn users to install the required dependencies.

  • After that, you may open the folder in your editor of choice. Once again, in the terminal you may simply run npm run pkg-cli or yarn run pkg-cli to get it working. And voila!

2. Can I report any issues or bugs with the CLI? How do I report it?

  • I appreciate all the reports on bugs or issues from the community!
  • You may report an issue by going to this Here and next to the "Bug Report", click the button "Get Started"!

3. I would like to make a feature request. Where do I do it?

  • I am open to your suggestions for the CLI!

  • If you'd like to make a new feature request, just head over here and next to the "Feature Request", click the button "Get Started"!

4. I would like to make a pull request. How can I do it?

* Coming soon*

Authors

License

The source code is released under the MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].