luarocks/luarocks

LuaRocks is the package manager for the Lua programming language.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 18th, 2026
Created on March 20th, 2010
Open Issues & Pull Requests: 242 (+0)
GitHub issues: Enabled
Number of forks: 479
Total Stargazers: 3,734 (+0)
Total Subscribers: 91 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.4 hours
Mean response time: 93.9 days
90th percentile: 194.1 days
Tracked items: 105

Most active contributors

Sign in to see contributor activity.

How this project is maintained

98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 829 days
Stale 30+ days: 63
Stale 90+ days: 54

Recent activity

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

Top labels

  • feature request (25)
  • bug (5)
  • windows (5)
  • good first issue (2)
  • docs (1)
  • macos (1)

Most active issues this week

Detailed Description

LuaRocks is a package manager for the Lua programming language that enables installation of Lua modules as self-contained packages called rocks.

The tool solves the problem of managing Lua module dependencies and distribution. It allows developers to install modules from both local and remote repositories, supporting multiple local rocks trees so that different projects can maintain separate module collections without conflicts.

LuaRocks suits any Lua project that needs to manage external dependencies, from small scripts to larger applications. It works with standard Lua and LuaJIT implementations. The tool is appropriate for developers who want a centralized way to discover, install, and manage community-contributed modules rather than manually downloading and configuring them.

The project maintains steady activity with regular updates addressing bug fixes and compatibility improvements. Development follows a structured approach to handling issues and pull requests, with clear communication about the project's direction and maintenance priorities. The maintainers actively support both the core package manager and the ecosystem of rocks available through the central repository.