sublimehq/package_control

The Sublime Text package manager

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 14th, 2026
Created on August 4th, 2011
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 794
Total Stargazers: 4,885 (+0)
Total Subscribers: 186 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.5 hours
Mean response time: 143.4 days
90th percentile: 124.8 days
Tracked items: 33

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 11% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 879 days
Stale 30+ days: 4
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (8)
  • wrong repo (3)
  • invalid (2)
  • bug (1)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Package Control is a package manager for Sublime Text that allows users to find, install, and keep packages up to date.

The tool solves the problem of managing third-party extensions in Sublime Text by providing a centralized interface for package discovery and installation. Users access all primary features through the Command Palette, where they can search for packages and install them with a few keystrokes. The package manager handles keeping installed packages current, removing the need for manual updates.

Package Control suits any Sublime Text user who wants to extend the editor's functionality beyond its built-in capabilities. It is essential for developers who rely on plugins for language support, linting, formatting, or other development workflows. The tool is straightforward enough for beginners to use while providing the depth needed by power users managing many packages.

The project maintains active engagement with its user base through structured bug reporting processes that require users to verify they are running the latest version and to provide debug logs when submitting issues. The maintainers document known compatibility issues, such as warnings about older versions failing on modern operating systems due to missing OpenSSL libraries, and provide clear upgrade paths. The project offers both automated installation through Sublime Text's built-in installer and manual installation options, ensuring accessibility across different setup scenarios. Documentation is maintained in multiple locations, including the official packagecontrol.io site and community-driven documentation, indicating ongoing effort to keep information current and accessible.