kean/nuke

Image loading system

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 11th, 2015
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 571
Total Stargazers: 8,660 (+0)
Total Subscribers: 101 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 days
Mean response time: 120.4 days
90th percentile: 369.8 days
Tracked items: 55

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 4% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 512 days
Stale 30+ days: 5
Stale 90+ days: 5

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 (17)
  • bug (11)
  • feature (9)
  • crash (3)
  • improvement (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nuke is an image loading system for Swift that fetches images from various sources and displays them in applications using simple and flexible APIs.

The tool addresses the complexity of image loading by providing a unified pipeline that handles fetching, caching, processing, and display. It manages both memory and disk caching, performs image decompression and processing, coalesces duplicate requests, supports prefetching, and handles resumable downloads. The framework supports multiple image formats including HEIF, WebP, and GIF, as well as animated images and progressive JPEG loading. It offers both traditional callback-based APIs and modern async/await patterns, with dedicated UI components for SwiftUI and UIKit.

Nuke suits developers building iOS, macOS, watchOS, tvOS, or visionOS applications that need reliable image handling without the overhead of a heavyweight framework. The core module compiles quickly and maintains a test suite substantially larger than the codebase itself, indicating a focus on reliability. The architecture is designed for customization through extensions, allowing teams to adapt the pipeline to specific requirements. The project ships as three separate modules—the lean core Nuke framework, NukeUI for interface components, and NukeVideo for video playback—so adopters can include only what they need.

The project maintains an active test suite and comprehensive documentation including a getting started guide and demo application. Development activity shows consistent attention to performance optimization and support for current Swift language features. The framework has been actively maintained across multiple Apple platforms and continues to evolve with the Swift ecosystem.