zsh-users/antigen

The plugin manager for zsh.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 7th, 2026
Created on May 25th, 2012
Open Issues & Pull Requests: 98 (+0)
GitHub issues: Enabled
Number of forks: 287
Total Stargazers: 8,353 (+0)
Total Subscribers: 102 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Antigen is a plugin manager for zsh that lets you install and manage shell plugins and themes declaratively through a configuration file.

The tool solves the problem of managing multiple zsh plugins scattered across different repositories. Rather than maintaining all plugins in a single monolithic repository like oh-my-zsh, Antigen lets you specify individual bundles from any source in your shell configuration file and handles fetching and loading them automatically. The approach mirrors Vundle's model for vim, where you declare your desired plugins and the manager handles installation and initialization.

Antigen suits developers who want modular plugin management without the overhead of a centralized repository. It works well for anyone already using oh-my-zsh who wants to cherry-pick specific plugins or combine plugins from multiple authors. The tool integrates with oh-my-zsh's library and theme system, so you can use existing oh-my-zsh resources while pulling in plugins from other sources. If you prefer a simpler setup or want to avoid shell-based configuration, you might consider alternatives, though the README does not detail other options.

The project maintains multiple development branches with separate build tracking. The tool has been in use for an extended period and has reached a stability level where the maintainers encourage users to report issues when problems arise. Installation is straightforward through curl or system package managers, and the project provides comprehensive documentation through a wiki covering commands, configuration, and real-world usage examples.