{"id":25835993,"url":"https://github.com/bugsplat-git/macho-uuid","last_synced_at":"2026-03-07T04:02:48.202Z","repository":{"id":199543568,"uuid":"702741302","full_name":"BugSplat-Git/macho-uuid","owner":"BugSplat-Git","description":"💻💪👀 Peek into macOS/iOS symbol files to read their unique identifiers","archived":false,"fork":false,"pushed_at":"2025-11-26T01:57:53.000Z","size":11347,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T11:37:16.478Z","etag":null,"topics":["dsym","dsymutil","dwarf","dwarfdump","dylib","macho","uuid"],"latest_commit_sha":null,"homepage":"https://bugsplat.com","language":"TypeScript","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/BugSplat-Git.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-10-09T23:25:17.000Z","updated_at":"2025-11-26T01:57:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba5d506c-b1c8-4168-9e20-27ed07e89792","html_url":"https://github.com/BugSplat-Git/macho-uuid","commit_stats":null,"previous_names":["bugsplat-git/macho-uuid"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/BugSplat-Git/macho-uuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2Fmacho-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2Fmacho-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2Fmacho-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2Fmacho-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BugSplat-Git","download_url":"https://codeload.github.com/BugSplat-Git/macho-uuid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2Fmacho-uuid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dsym","dsymutil","dwarf","dwarfdump","dylib","macho","uuid"],"created_at":"2025-03-01T01:38:48.093Z","updated_at":"2026-03-07T04:02:43.182Z","avatar_url":"https://github.com/BugSplat-Git.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![bugsplat-github-banner-basic-outline](https://user-images.githubusercontent.com/20464226/149019306-3186103c-5315-4dad-a499-4fd1df408475.png)](https://bugsplat.com)\n\u003cbr/\u003e\n# \u003cdiv align=\"center\"\u003eBugSplat\u003c/div\u003e \n### **\u003cdiv align=\"center\"\u003eCrash and error reporting built for busy developers.\u003c/div\u003e**\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://twitter.com/BugSplatCo\"\u003e\n        \u003cimg alt=\"Follow @bugsplatco on Twitter\" src=\"https://img.shields.io/twitter/follow/bugsplatco?label=Follow%20BugSplat\u0026style=social\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/bugsplat\"\u003e\n        \u003cimg alt=\"Join BugSplat on Discord\" src=\"https://img.shields.io/discord/664965194799251487?label=Join%20Discord\u0026logo=Discord\u0026style=social\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n# macho-uuid\n\nA nifty little library for reading unique identifiers from .app, .dSYM, .bundle, .xcarchive, .framework, .dylib, or macOS binary files.\n\n## Command Line\n\n1. Install this package globally `npm i -g macho-uuid`\n2. Run macho-uuid with `-h` to see the latest usage information:\n\n```bash\nbobby@BugSplat % ~ % macho-uuid -h\n\nmacho-uuid\n\n  A command line utility and library for reading the UUID of a .app, .dSYM,     \n  .bundle, .xcarchive, .framework, .dylib, or macOS binary file.\n\nUsage\n\n  --path string   Path to a .app, .dSYM, .bundle, .xcarchive, .framework, .dylib or\n                  macOS binary file.\n  -h, --help      Print this usage guide.\n\nExample\n\n  macho-uuid path-to-macho-bundle-or-fat-file \n\nLinks\n\n  🐛 https://bugsplat.com\n \n  💻 https://github.com/BugSplat-Git/macho-uuid\n                                                \n  💌 support@bugsplat.com\n```\n\n3. Run macho-uuid specifying a path to a `.app`, `.dSYM`, `.bundle`, `.xcarchive`, `.framework`, `.dylib`, or macOS binary file:\n\n```bash\nbobby@BugSplat % ~ % macho-uuid ./path/to/bugsplat-ios.app\nUUID: 59686D50-E0A4-3FB9-AD27-BAADAD47E0BC (arm64) spec/support/bugsplat-ios.app/bugsplat-ios\nUUID: C3E6032C-B73E-39D5-9D87-2ACC2A515240 (arm64) spec/support/bugsplat-ios.app/Frameworks/bugsplat.framework/bugsplat\nUUID: 39D9CB72-DE66-3CA6-B85B-BFA04B60782E (x86_64) spec/support/bugsplat-ios.app/Frameworks/bugsplat.framework/HockeySDKResources.bundle/Contents/MacOS/HockeySDKResources\nUUID: 7F2B35C3-9745-33D1-B991-EC0DA93CC085 (arm64) spec/support/bugsplat-ios.app/Frameworks/bugsplat.framework/HockeySDKResources.bundle/Contents/MacOS/HockeySDKResources\n```\n\n## API\n\n1. Install this package locally `npm i macho-uuid`.\n2. Use the `createMachoFiles` factory to recursively create an array of `MachoFile` instances for a given path.\n\n```ts\nimport { createMachoFiles } from 'macho-uuid';\nconst machoFiles = await createMachoFiles('./path/to/bugsplat.app');\n```\n3. Await a call to `getUUID()` to get the unique identifier for the file.\n\n```ts\nconst uuid = await machoFile.getUUID();\n```\n\n## 🐛 About\n\n[BugSplat](https://bugsplat.com) is a software crash and error reporting service with support for [macOS](https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/macos), [iOS](https://docs.bugsplat.com/introduction/getting-started/integrations/mobile/ios), [Qt](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/qt), [Unreal Engine](https://docs.bugsplat.com/introduction/getting-started/integrations/game-development/unreal-engine) and [many more](https://docs.bugsplat.com/introduction/getting-started/integrations). BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsplat-git%2Fmacho-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugsplat-git%2Fmacho-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsplat-git%2Fmacho-uuid/lists"}