{"id":13562670,"url":"https://github.com/timsutton/docker-xip","last_synced_at":"2025-10-10T15:15:26.681Z","repository":{"id":145808615,"uuid":"227378617","full_name":"timsutton/docker-xip","owner":"timsutton","description":"Docker image for unpacking .xip files","archived":false,"fork":false,"pushed_at":"2021-06-29T12:21:04.000Z","size":6,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T09:37:00.112Z","etag":null,"topics":["apple","docker","packaging","xcode","xip"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/timsutton.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}},"created_at":"2019-12-11T13:58:28.000Z","updated_at":"2024-02-04T18:46:39.000Z","dependencies_parsed_at":"2024-03-16T21:59:57.176Z","dependency_job_id":"493aca3e-5356-4785-91e0-ae7905fcb0fa","html_url":"https://github.com/timsutton/docker-xip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timsutton/docker-xip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fdocker-xip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fdocker-xip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fdocker-xip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fdocker-xip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timsutton","download_url":"https://codeload.github.com/timsutton/docker-xip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsutton%2Fdocker-xip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004577,"owners_count":26083735,"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-10T02:00:06.843Z","response_time":62,"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","docker","packaging","xcode","xip"],"created_at":"2024-08-01T13:01:11.004Z","updated_at":"2025-10-10T15:15:26.663Z","avatar_url":"https://github.com/timsutton.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# xip-docker\n\nBasic Docker image with tools to be able to decompress .xip (and probably .pkg) files from Apple, with the goal of being able to decompress files packaged in this format, but on Linux instead of macOS.\n\nUser experience for this isn't fleshed out, this is a simple POC with a (very) basic helper shell script as an example of decompressing an Xcode .xip file.\n\nFor the .xip files, there's no handling of signatures or anything fancy like security assessment policy which can be done on a real macOS system. Decompression is completely single-threaded, and time to decompress Xcode 11.3 on a sample system of an Ivy Bridge Xeon E5-2697 v2 CPU with a spinning disk RAID, is about 10 minutes.\n\n## Usage\n\nClone this repo locally, then build it from the checked out directory:\n\n```\ndocker build -t xip .\n```\n\nTo use the example of decompressing Xcode, copy an Xcode xip file to this directory and name it `xcode.xip`.\n\nNow run a new container with this directory mounted somewhere (like `/tmp` here), and run the sample script:\n\n```\ndocker run -v $(pwd):/tmp xip /tmp/unpack_xcode.sh\n```\n\nYou should end up with the Xcode app bundle in the current directory.\n\n## Extra\n\nIt's not directly related to xip files, but this [smartmontools Docker image repo](https://github.com/smartmontools/docker-build) has a nice set of tools set up for doing all the macOS packaging and disk image work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsutton%2Fdocker-xip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsutton%2Fdocker-xip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsutton%2Fdocker-xip/lists"}