awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

alcatraz/Alcatraz

0
View on GitHub↗
9,798 星标·1,122 分支·Objective-C·MIT·2 次浏览

Alcatraz

Alcatraz is an extension manager and package manager for Xcode. It provides a specialized interface for discovering, installing, and updating plugins, templates, and color schemes directly within the development environment.

The tool automates the installation process to remove the need for manual file copying or cloning. It manages the lifecycle of extensions through a dedicated interface that allows for adding, removing, and updating installed components to customize Xcode workflows.

The system handles plugin administration through manifest-driven package resolution and direct file system injection. It maintains a local state to track installed versions and manages the necessary directory structures within the host environment to ensure plugins are recognized.

Features

  • Xcode Extension Management - Provides a comprehensive manager for installing and updating plugins, templates, and color schemes for Xcode.
  • IDE Extension Managers - Ships a management interface for adding and updating editor extensions without manual file copying.
  • IDE Plugin Systems - Manages a collection of third-party extensions and tools within the IDE to maintain a consistent environment.
  • Editor Extension Installations - Provides tooling for installing plugins, templates, and color schemes directly into the Xcode editor.
  • Package Management Interfaces - Offers a dedicated interface for discovering, adding, removing, and updating installed Xcode extensions.
  • Local Installation State Tracking - Tracks installed versions and package origins using a local database to manage updates and removals.
  • Manifest-Driven Installations - Determines the source and version of extensions by parsing metadata manifests from a remote registry.
  • Xcode Workflow Customizations - Enables the addition of custom templates and visual themes to improve the Xcode coding experience.
  • Filesystem Injection - Installs plugins by copying assets directly into the target IDE's application support and preferences folders.
  • Plugin-Based Architectures - Implements a system for loading external assets into the host editor by placing them in required directories.
  • Xcode Plugins - Package manager for Xcode plugins.

Star 历史

alcatraz/alcatraz 的 Star 历史图表alcatraz/alcatraz 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Alcatraz 的开源替代方案

相似的开源项目,按与 Alcatraz 的功能重合度排序。
  • visualfc/liteidevisualfc 的头像

    visualfc/liteide

    7,754在 GitHub 上查看↗

    LiteIDE is a cross-platform integrated development environment designed for writing, compiling, and debugging Go source code. It functions as both a code editor with syntax highlighting and a build tool orchestrator that manages toolchains, environment profiles, and cross-compilation targets. The environment is modular and extensible, supporting third-party plugins and custom keyboard mapping to tailor the coding workflow. It provides an integrated interface for external debuggers to inspect program execution and state. The platform covers a broad range of development capabilities, including

    C++
    在 GitHub 上查看↗7,754
  • onevcat/vvdocumenter-xcodeonevcat 的头像

    onevcat/VVDocumenter-Xcode

    8,247在 GitHub 上查看↗

    VVDocumenter-Xcode is an IDE documentation workflow tool and automation utility for the Xcode environment. It serves as a documentation generator that automatically creates structured comment blocks for Swift source code by extracting parameters and return values. The tool functions as a commenting assistant that reduces manual typing through the use of a custom trigger sequence. It identifies method signatures and metadata to inject standardized documentation headers directly into the editor. The system covers static source analysis and template-based block generation to ensure a consistent

    Objective-C
    在 GitHub 上查看↗8,247
  • pypa/sampleprojectpypa 的头像

    pypa/sampleproject

    5,245在 GitHub 上查看↗

    This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building, versioning, and uploading Python distributions. It serves as a concrete project template and example for configuring metadata and build artifacts for package indices. The repository illustrates how to package software by defining project metadata and dependencies in static configuration files. It covers the process of transforming source trees into versioned archives and platform-specific binary distributions, specifically showing how to build binary wheels and source distribut

    Python
    在 GitHub 上查看↗5,245
  • lucasgelfond/zerobrewlucasgelfond 的头像

    lucasgelfond/zerobrew

    6,417在 GitHub 上查看↗

    Zerobrew is a standalone package manager that installs and manages Homebrew formulas without requiring the original Homebrew system. It uses content-addressable storage to store each file blob once by its hash, enabling instant APFS clonefile copies for identical package contents across installations, which reduces both installation time and disk usage. The project distributes pre-compiled package binaries as compressed archives verified by checksum, with a fallback to building packages from source using Homebrew's Ruby DSL when bottles are unavailable. It activates installed packages through

    Rust
    在 GitHub 上查看↗6,417
查看 Alcatraz 的所有 30 个替代方案→

常见问题解答

alcatraz/alcatraz 是做什么的?

Alcatraz is an extension manager and package manager for Xcode. It provides a specialized interface for discovering, installing, and updating plugins, templates, and color schemes directly within the development environment.

alcatraz/alcatraz 的主要功能有哪些?

alcatraz/alcatraz 的主要功能包括:Xcode Extension Management, IDE Extension Managers, IDE Plugin Systems, Editor Extension Installations, Package Management Interfaces, Local Installation State Tracking, Manifest-Driven Installations, Xcode Workflow Customizations。

alcatraz/alcatraz 有哪些开源替代品?

alcatraz/alcatraz 的开源替代品包括: visualfc/liteide — LiteIDE is a cross-platform integrated development environment designed for writing, compiling, and debugging Go… onevcat/vvdocumenter-xcode — VVDocumenter-Xcode is an IDE documentation workflow tool and automation utility for the Xcode environment. It serves… lucasgelfond/zerobrew — Zerobrew is a standalone package manager that installs and manages Homebrew formulas without requiring the original… remix-project-org/remix-project — Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete… pypa/sampleproject — This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building,… shanalikhan/code-settings-sync — This project is a VS Code settings synchronizer and developer environment manager designed to maintain consistent…