yshui/picom

A lightweight compositor for X11 with animation support

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Type:Server / PlatformCategory(s):Operating Systems & LinuxSystems, Hardware & HPC
Added to GitGenius on September 14th, 2026
Created on July 14th, 2016
Open Issues & Pull Requests: 279 (+0)
GitHub issues: Enabled
Number of forks: 633
Total Stargazers: 4,797 (+0)
Total Subscribers: 49 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.6 hours
Mean response time: 77.9 days
90th percentile: 122.1 days
Tracked items: 195

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 43% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 75
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 755 days
Stale 30+ days: 70
Stale 90+ days: 60

Recent activity

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

Top labels

  • help wanted (15)
  • stale (12)
  • feature (10)
  • enhancement (9)
  • duplicate (6)
  • invalid (6)
  • upstream (6)
  • priority:low (5)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

The tool addresses the need for efficient window compositing on X11 systems. It handles rendering of windows, visual effects, and animations while maintaining a minimal resource footprint. The compositor works by intercepting X11 rendering operations and applying effects like fading, transparency, and motion before displaying the final result to the screen.

Developers maintaining X11-based desktop environments or window managers should consider picom if they need compositing features without the overhead of heavier alternatives. It suits systems where performance matters and animation capabilities are desired. The project explicitly notes it is a development branch with bugs to be expected, so adopters should be prepared for instability and actively participate in testing and reporting issues.

The project maintains active engagement with its community through a discussion tab and Discord server. Development involves a structured contribution process where all code undergoes review before merging, and collaborators are expected to commit significant time to issue triage, pull request review, and bug fixes. The tool requires a substantial set of X11 libraries and dependencies to build, including libx11, xcb utilities, pixman, and optional support for OpenGL and regex features through configurable build flags.