container
by
apple

Description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.

View on GitHub ↗

Summary Information

Updated 6 minutes ago
Added to GitGenius on June 21st, 2025
Created on May 30th, 2025
Open Issues & Pull Requests: 432 (+0)
Number of forks: 1,497
Total Stargazers: 47,353 (+24)
Total Subscribers: 207 (+9)

Issue Activity (beta)

Open issues: 271
New in 7 days: 5
Closed in 7 days: 2
Avg open age: 127 days
Stale 30+ days: 199
Stale 90+ days: 131

Recent activity

Opened in 7 days: 4
Closed in 7 days: 0
Comments in 7 days: 9
Events in 7 days: 15

Top labels

  • next (104)
  • ux (51)
  • network (47)
  • storage (35)
  • native-builder (34)
  • good first issue (31)
  • documentation (21)
  • enhancement (20)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 5.8 hours
90th percentile: 0.2 hours
Tracked items: 769

Most active contributors

Detailed Description

The apple/container repository is a Swift-based tool designed to create and run Linux containers as lightweight virtual machines on Mac systems, with specific optimization for Apple silicon hardware. The tool works with OCI-compatible container images, allowing users to pull and run images from standard container registries and push built images back to those registries for use in other OCI-compatible applications. It depends on the Containerization Swift package for low-level container, image, and process management operations.

The tool requires a Mac with Apple silicon and is supported on macOS 26 and later, taking advantage of new virtualization and networking features in that release. Installation is straightforward through signed installer packages available on the GitHub release page, with the tool placed under /usr/local through an administrator-authenticated installation process. The repository provides upgrade, downgrade, and uninstall scripts to manage the tool's lifecycle, with options to preserve or remove user data during these operations.

According to GitGenius tracking data, the repository has demonstrated steady growth with stargazers increasing from 46,460 to 46,463 since early July 2026. The project maintains exceptionally responsive issue and pull request handling, with a median response latency of 0.0 hours and a mean of 5.8 hours across 766 tracked items. The most frequently applied issue labels are next (104 occurrences), ux (51 occurrences), and network (47 occurrences), indicating active work on future features, user experience improvements, and networking functionality. The core contributor base shows strong engagement, with jglogan leading at 1,239 tracked events, followed by katiewasnothere with 372 events and dcantah with 220 events.

The repository connects to related projects through overlapping contributors, including podman-desktop/podman-desktop, bootc-dev/bootc, and kata-containers/kata-containers, suggesting integration within a broader containerization ecosystem. The project is classified across multiple domains including CI/CD, automation, containerization, DevOps, infrastructure, and systems engineering, reflecting its role in the development and deployment pipeline.

The project is currently under active development with stability guarantees only within patch versions until reaching a 1.0.0 release, meaning minor version updates may introduce breaking changes. The repository includes comprehensive documentation covering guided tours, feature usage, technical overviews, command references, and API documentation at apple.github.io/container/documentation/. Contributions are actively encouraged through the main contributing guide referenced in the Containerization project, indicating an open approach to community involvement in the tool's development.

container
by
appleapple/container

Repository Details

Fetching additional details & charts...