{"id":15717156,"url":"https://github.com/horizonunix/genericnvmename","last_synced_at":"2025-10-12T20:23:53.634Z","repository":{"id":234191409,"uuid":"788405867","full_name":"HorizonUnix/GenericNVMeName","owner":"HorizonUnix","description":"Patch the NVMe controller name on macOS","archived":false,"fork":false,"pushed_at":"2024-07-19T04:48:38.000Z","size":1473,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T05:41:50.999Z","etag":null,"topics":["apple","controller","hackintosh","kext","kexts","macos","macosx","nvme","ssd"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HorizonUnix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-18T11:00:33.000Z","updated_at":"2025-07-06T07:07:08.000Z","dependencies_parsed_at":"2024-04-18T13:07:05.941Z","dependency_job_id":"974f6eb3-1738-42a0-a086-e728d0e70e46","html_url":"https://github.com/HorizonUnix/GenericNVMeName","commit_stats":null,"previous_names":["appleosx/genericnvmename","horizonunix/genericnvmename"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/HorizonUnix/GenericNVMeName","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorizonUnix%2FGenericNVMeName","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorizonUnix%2FGenericNVMeName/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorizonUnix%2FGenericNVMeName/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorizonUnix%2FGenericNVMeName/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HorizonUnix","download_url":"https://codeload.github.com/HorizonUnix/GenericNVMeName/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorizonUnix%2FGenericNVMeName/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012807,"owners_count":26085187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apple","controller","hackintosh","kext","kexts","macos","macosx","nvme","ssd"],"created_at":"2024-10-03T21:48:54.312Z","updated_at":"2025-10-12T20:23:53.603Z","avatar_url":"https://github.com/HorizonUnix.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenericNVMeName\nA codeless kext that patches the NVMe controller to rename it to Apple’s native one or something else\n\n![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/AppleOSX/GenericNVMeName/total)\n\n## Features\n- Renames `Generic SSD Controller` in System Information to `Apple SSD Controller` or another specified name.\n\n\u003cimg src=\"Img/proof.png\"\u003e\n\n## Supported OS\n- macOS Catalina (10.15) to macOS Sonoma (14)\n\n## Usage\n1. Download from releases.\n2. Click on the `GenericNVMeName` kext and choose `Show Package Contents`.\n\n\u003cimg src=\"Img/1.png\"\u003e\n\n3. Click on the `Contents` folder.\n\n\u003cimg src=\"Img/2.png\"\u003e\n\n4. Edit `Info.plist`.\n\n\u003cimg src=\"Img/3.png\"\u003e\n\n5. Locate `IOPCIPrimaryMatch` under `IOKitPersonalities\\com.HorizonUnix.GenericNVMeName`.\n\n\u003cimg src=\"Img/4.png\"\u003e\n\n6. To find your `IOPCIPrimaryMatch`, use Hackintool to obtain the NVMe `Vendor` and `Device` ID.\n\n\u003cimg src=\"Img/5.png\"\u003e\n\n\u003e [!Warning]\n\u003e - For example, if your `Vendor` ID is `0xAAAA` and `Device` ID is `0xBBBB`, combine both as follows: `0xbbbbaaaa` (all in lowercase) and input it into `IOPCIPrimaryMatch`.\n\u003e - Supports multiple NVMe IDs by separating them with a space, e.g., `0xbbbbaaaa 0xddddcccc`.\n\u003e - In my case, with a `Vendor` ID of `0x8086` and a `Device` ID of `0xF1A8`, my `IOPCIPrimaryMatch` is `0xf1a88086`.\n\n### [Optional]\n- Change the NVMe controller name by modifying the `Vendor Name` and `Chipset Name` in `Info.plist`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizonunix%2Fgenericnvmename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorizonunix%2Fgenericnvmename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizonunix%2Fgenericnvmename/lists"}