{"id":13831979,"url":"https://github.com/cirruslabs/packer-plugin-tart","last_synced_at":"2026-01-28T13:03:17.180Z","repository":{"id":38086355,"uuid":"482351029","full_name":"cirruslabs/packer-plugin-tart","owner":"cirruslabs","description":"Packer builder for Tart VMs","archived":false,"fork":false,"pushed_at":"2025-12-16T19:12:03.000Z","size":1248,"stargazers_count":77,"open_issues_count":10,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-20T08:25:54.352Z","etag":null,"topics":["macos","packer-plugin","virtualization"],"latest_commit_sha":null,"homepage":"https://developer.hashicorp.com/packer/plugins/builders/tart","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cirruslabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-16T20:10:07.000Z","updated_at":"2025-12-16T22:01:12.000Z","dependencies_parsed_at":"2023-02-19T13:01:06.936Z","dependency_job_id":"310385e1-e267-49de-be3c-400eacd5ae7b","html_url":"https://github.com/cirruslabs/packer-plugin-tart","commit_stats":{"total_commits":97,"total_committers":16,"mean_commits":6.0625,"dds":0.6804123711340206,"last_synced_commit":"b38aaa35559b1a5d4843ca81a23bd8434cd27a1d"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":"hashicorp/packer-plugin-scaffolding","purl":"pkg:github/cirruslabs/packer-plugin-tart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fpacker-plugin-tart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fpacker-plugin-tart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fpacker-plugin-tart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fpacker-plugin-tart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirruslabs","download_url":"https://codeload.github.com/cirruslabs/packer-plugin-tart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fpacker-plugin-tart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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":["macos","packer-plugin","virtualization"],"created_at":"2024-08-04T10:01:46.493Z","updated_at":"2026-01-28T13:03:17.166Z","avatar_url":"https://github.com/cirruslabs.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Packer Plugin Tart\n\nThe `Tart` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io)\nto create custom macOS images. For the full list of available features for this plugin see [docs](https://developer.hashicorp.com/packer/integrations/cirruslabs/tart/latest/components/builder/tart).\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e **macOS 15 (Sequoia)**\n\u003e\n\u003e In case you've upgraded and encountering an issue below:\n\u003e\n\u003e ```\n\u003e ssh: connect to host [...] port 22: No route to host\n\u003e ```\n\u003e\n\u003e This is likely related to the [newly introduced \"Local Network\" permission](https://developer.apple.com/documentation/technotes/tn3179-understanding-local-network-privacy) on macOS Sequoia and the fact that GitLab Runner's binary might have no `LC_UUID` identifier, which is critical for the local network privacy mechanism.\n\u003e\n\u003e We've already [submitted a fix to Packer](https://github.com/hashicorp/packer/pull/13214), but the next release is planned for Jan, 2025.\n\u003e\n\u003e For now, you can use a [nightly version](https://github.com/hashicorp/packer/releases/tag/nightly) of Packer.\n\u003e\n\u003e We have [a tracking issue](https://github.com/cirruslabs/packer-plugin-tart/issues/79) for this, so don't hesitate to ask any questions and subscribe to get updates.\n\n## Installation\n\n### Using pre-built releases\n\n#### Using the `packer init` command\n\nStarting from version 1.7, Packer supports a new `packer init` command allowing\nautomatic installation of Packer plugins. Read the\n[Packer documentation](https://www.packer.io/docs/commands/init) for more information.\n\nTo install this plugin, copy and paste this code into your Packer configuration .\nThen, run [`packer init`](https://www.packer.io/docs/commands/init).\n\n```hcl\npacker {\n  required_plugins {\n    tart = {\n      version = \"\u003e= 1.11.1\"\n      source  = \"github.com/cirruslabs/tart\"\n    }\n  }\n}\n```\n\n\n#### Manual installation\n\nYou can find pre-built binary releases of the plugin [here](https://github.com/cirruslabs/packer-plugin-tart/releases).\nOnce you have downloaded the latest archive corresponding to your target OS,\nuncompress it to retrieve the plugin binary file corresponding to your platform.\nTo install the plugin, please follow the Packer documentation on\n[installing a plugin](https://www.packer.io/docs/extending/plugins/#installing-plugins).\n\n\n### From Sources\n\nIf you prefer to build the plugin from sources, clone the GitHub repository\nlocally and run the command `go build` from the root\ndirectory. Upon successful compilation, a `packer-plugin-tart` plugin\nbinary file can be found in the root directory.\nTo install the compiled plugin, please follow the official Packer documentation\non [installing a plugin](https://www.packer.io/docs/extending/plugins/#installing-plugins).\n\n\n### Configuration\n\nFor more information on how to configure the plugin, please read the\ndocumentation located on the [HashiCorp's website](https://developer.hashicorp.com/packer/plugins/builders/tart).\n\n## Contributing\n\n* If you think you've found a bug in the code or you have a question regarding\n  the usage of this software, please reach out to us by opening an issue in\n  this GitHub repository.\n* Contributions to this project are welcome: if you want to add a feature or a\n  fix a bug, please do so by opening a Pull Request in this GitHub repository.\n  In case of feature contribution, we kindly ask you to open an issue to\n  discuss it beforehand.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirruslabs%2Fpacker-plugin-tart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirruslabs%2Fpacker-plugin-tart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirruslabs%2Fpacker-plugin-tart/lists"}