back to home

alcatraz / Alcatraz

Package manager for Xcode

9,841 stars
1,130 forks
39 issues
Objective-CShellMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing alcatraz/Alcatraz in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/alcatraz/Alcatraz)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Alcatraz

Alcatraz is an open-source package manager for Xcode 7. It lets you discover and install plugins, templates and color schemes without the need for manually cloning or copying files. It installs itself as a part of Xcode and it feels like home.

Please note that plugins are not supported by Xcode 8. See #475 for more information.

Stories in Ready Build Status Alcatraz chat Package Manager UI

Installation

To install, open up your terminal and paste this:

curl -fsSL https://raw.github.com/alcatraz/Alcatraz/master/Scripts/install.sh | sh

or download the repository from Github and build it in Xcode. You'll need to restart Xcode after the installation.

Alcatraz requires Xcode Command Line Tools, which can be installed in Xcode via Preferences > Downloads.

Requirements

Alcatraz only supports Xcode 7.

Usage

Select Package Manager from the Window menu, then check or uncheck packages to install or remove them. You'll need to restart Xcode after installing plugins or templates. Installed plugins are checked and updated each time Alcatraz is launched.

<img src="http://alcatraz.io/images/menu@2x.png" width="411px"/>

I want to submit my package!

Fork the Alcatraz package repository and include your package with name, description, URL, and optional screenshot. Don't forget to submit a pull request. Further instructions are included in the package repository documentation.

Development

Alcatraz has a few contribution guidelines, for anyone looking to make it more awesome.

Troubleshooting

If "nothing" happens when installing packages, try the following self-help steps:

  1. Verify which copy (if more than one are installed) of git is being run (which git).
  2. Make sure you're running a recent version of git (git --version).
  3. If you've used Xcode developer preview releases in the past, make certain Xcode isn't stuck using an inappropriate developer path by resetting it (sudo xcode-select --reset).

Uninstall

Open up your terminal and paste this:

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

To remove all packages installed via Alcatraz, run rm -rf ~/Library/Application\ Support/Alcatraz/

Team

Marin Usalj (@supermarin)<br> Delisa Mason (@kattrali)<br> Jurre Stender (@jurre)<br> Guillaume Algis (@guillaume-algis)<br>