MCPcopy Index your code
hub / github.com/cirruslabs/packer-plugin-tart

github.com/cirruslabs/packer-plugin-tart @v1.20.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.20.0 ↗ · + Follow
86 symbols 249 edges 25 files 8 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Packer Plugin Tart

The Tart multi-component plugin can be used with HashiCorp Packer to create custom macOS images. For the full list of available features for this plugin see docs.

[!IMPORTANT]

macOS 15 (Sequoia)

In case you've upgraded and encountering an issue below:

ssh: connect to host [...] port 22: No route to host

This is likely related to the newly introduced "Local Network" permission 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.

We've already submitted a fix to Packer, but the next release is planned for Jan, 2025.

For now, you can use a nightly version of Packer.

We have a tracking issue for this, so don't hesitate to ask any questions and subscribe to get updates.

Installation

Using pre-built releases

Using the packer init command

Starting from version 1.7, Packer supports a new packer init command allowing automatic installation of Packer plugins. Read the Packer documentation for more information.

To install this plugin, copy and paste this code into your Packer configuration . Then, run packer init.

packer {
  required_plugins {
    tart = {
      version = ">= 1.11.1"
      source  = "github.com/cirruslabs/tart"
    }
  }
}

Manual installation

You can find pre-built binary releases of the plugin here. Once you have downloaded the latest archive corresponding to your target OS, uncompress it to retrieve the plugin binary file corresponding to your platform. To install the plugin, please follow the Packer documentation on installing a plugin.

From Sources

If you prefer to build the plugin from sources, clone the GitHub repository locally and run the command go build from the root directory. Upon successful compilation, a packer-plugin-tart plugin binary file can be found in the root directory. To install the compiled plugin, please follow the official Packer documentation on installing a plugin.

Configuration

For more information on how to configure the plugin, please read the documentation located on the HashiCorp's website.

Contributing

  • If you think you've found a bug in the code or you have a question regarding the usage of this software, please reach out to us by opening an issue in this GitHub repository.
  • Contributions to this project are welcome: if you want to add a feature or a fix a bug, please do so by opening a Pull Request in this GitHub repository. In case of feature contribution, we kindly ask you to open an issue to discuss it beforehand.

Core symbols most depended-on inside this repo

Errorf
called by 44
builder/tart/quiet_ui.go
Error
called by 38
builder/tart/quiet_ui.go
Say
called by 35
builder/tart/quiet_ui.go
String
called by 9
builder/tart/artifact.go
TartExec
called by 8
builder/tart/helpers.go
ParseDiskUtilPlistOutput
called by 4
builder/tart/diskutil_parser.go
FindTextCoordinates
called by 3
builder/tart/vnc.go
PathInTartHome
called by 2
builder/tart/helpers.go

Shape

Method 43
Function 22
Struct 21

Languages

Go100%

Modules by API surface

builder/tart/vnc.go11 symbols
builder/tart/quiet_ui.go10 symbols
builder/tart/step_run.go8 symbols
builder/tart/artifact.go8 symbols
builder/tart/diskutil_parser.go5 symbols
builder/tart/builder.go5 symbols
builder/tart/helpers.go4 symbols
builder/tart/step_set_vm.go3 symbols
builder/tart/step_disk_resize.go3 symbols
builder/tart/step_disk_file_prepare.go3 symbols
builder/tart/step_create_vm.go3 symbols
builder/tart/step_clone_vm.go3 symbols

For agents

$ claude mcp add packer-plugin-tart \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact