{"id":22122953,"url":"https://github.com/telemetrydeck/applemodelnames","last_synced_at":"2025-10-30T22:07:44.006Z","repository":{"id":209889533,"uuid":"725195796","full_name":"TelemetryDeck/AppleModelNames","owner":"TelemetryDeck","description":"A mapping of Apple model names to readable names","archived":false,"fork":false,"pushed_at":"2025-10-27T16:35:15.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-27T18:28:36.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TelemetryDeck.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-29T16:26:54.000Z","updated_at":"2025-10-27T16:34:36.000Z","dependencies_parsed_at":"2023-12-28T11:24:23.261Z","dependency_job_id":"410320ac-ad8b-480c-90ef-95a2341dfca3","html_url":"https://github.com/TelemetryDeck/AppleModelNames","commit_stats":null,"previous_names":["telemetrydeck/applemodelnames"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/TelemetryDeck/AppleModelNames","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelemetryDeck%2FAppleModelNames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelemetryDeck%2FAppleModelNames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelemetryDeck%2FAppleModelNames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelemetryDeck%2FAppleModelNames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TelemetryDeck","download_url":"https://codeload.github.com/TelemetryDeck/AppleModelNames/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelemetryDeck%2FAppleModelNames/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281889908,"owners_count":26579018,"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-30T02:00:06.501Z","response_time":61,"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":[],"created_at":"2024-12-01T15:28:31.258Z","updated_at":"2025-10-30T22:07:43.971Z","avatar_url":"https://github.com/TelemetryDeck.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apple Model Names for TelemetryDeck\n\nA mapping of Apple model names to readable names. We're using this as the basis for [TelemetryDeck](https://telemetrydeck.com)'s device detection.\n\nHelp TelemetryDeck and the community by adding new devices or correcting existing ones. Just open a pull request. 🩵\n\n## Type Definitions\n\n`dataset.json` contains a single JSON object with the following structure:\n\n```json\n{\n    \"\u003capple model identifier\u003e\": {\n        \"deviceType\": \"\u003cdevice type: Desktop|Laptop|Phone|Tablet|Set-Top Box|Wearable|Headset\u003e\",\n        \"processorFamily\": \"\u003cprocessor family: Intel Core i5|Apple M1\u003e\",\n        \"processorType\": \"\u003cprocessor type: Intel|Apple Silicon\u003e\",\n        \"readableName\": \"\u003creadable name\u003e\"\n    }\n}\n```\n\nWe then use `process.mjs` to generate individual JSON files for readableName, deviceType, processorType and processorFamily that will directly map from modelName to readableName/deviceType/processorType/processorFamily. These can then be used in TelemetryDeck as Lookup Tables.\n\n## Example\n\n`dataset.json`\n\n```json\n{\n    \"MacBookPro16,1\": {\n        \"deviceType\": \"Laptop\",\n        \"processorFamily\": \"Intel Core i5\",\n        \"processorType\": \"Intel\",\n        \"readableName\": \"MacBook Pro 13-inch (2019)\"\n    }\n}\n```\n\nWill result in the following files:\n\n`appleModelNames.json`\n\n```json\n{\n    \"MacBookPro16,1\": \"MacBook Pro 13-inch (2019)\"\n}\n```\n\n`deviceTypes.json`\n\n```json\n{\n    \"MacBookPro16,1\": \"Laptop\"\n}\n```\n\n`processorTypes.json`\n\n```json\n{\n    \"MacBookPro16,1\": \"Intel\"\n}\n```\n\n`processorFamilies.json`\n\n```json\n{\n    \"MacBookPro16,1\": \"Intel Core i5\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelemetrydeck%2Fapplemodelnames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelemetrydeck%2Fapplemodelnames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelemetrydeck%2Fapplemodelnames/lists"}