slimtoolkit/slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 2nd, 2026
Created on September 9th, 2015
Open Issues & Pull Requests: 211 (+0)
GitHub issues: Enabled
Number of forks: 840
Total Stargazers: 23,404 (+0)
Total Subscribers: 184 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.3 hours
Mean response time: 17.1 days
90th percentile: 87.7 days
Tracked items: 49

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. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 827 days
Stale 30+ days: 34
Stale 90+ days: 32

Recent activity

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

Top labels

  • triage (4)
  • question (3)
  • enhancement (2)
  • help wanted (2)
  • DONE (1)
  • WIP (1)
  • feature (1)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Slim is a container image optimization tool that reduces image size and improves security without requiring changes to the original image.

The tool addresses the problem of bloated container images by analyzing what your application actually uses at runtime and removing everything else. It works by instrumenting container execution to track which files, libraries, and system calls are accessed, then strips out unused content while preserving functionality. The approach is non-invasive: you point Slim at your image, let it observe a representative workload, and it produces a minified version. For compiled languages, size reductions can exceed the typical 30x baseline because the tool eliminates entire dependency chains that were never invoked.

Slim suits teams managing container deployments where image size and security posture matter. Smaller images reduce attack surface, speed up pulls and deployments, and lower storage costs. The tool works best when you can run a representative workload during the analysis phase, making it ideal for web services, APIs, and batch applications with predictable execution patterns. It is less suitable for images where runtime behavior is highly variable or where you cannot easily simulate typical usage.

The project shows consistent development activity with regular updates addressing edge cases and expanding platform support. The maintainers actively respond to issues and incorporate user feedback into releases. Development focuses on improving the accuracy of runtime analysis to reduce false positives where legitimate code paths are incorrectly identified as unused. The tool maintains compatibility across different container runtimes and Linux distributions, with ongoing work to support emerging container technologies. Community contributions are welcomed and integrated regularly.