dockur/macos

MacOS inside a Docker container.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 2nd, 2026
Created on June 2nd, 2024
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 1,120
Total Stargazers: 21,516 (+0)
Total Subscribers: 81 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 22.1 days
90th percentile: 79.1 days
Tracked items: 173

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in under an hour, while "enhancement" waits about 10 days. Only 9% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 202 days
Stale 30+ days: 3
Stale 90+ days: 1

Recent activity

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

Top labels

  • question (46)
  • enhancement (24)
  • bug (14)

Most active issues this week

Detailed Description

Dockur/macos is a Docker container that runs macOS as a virtual machine.

The project solves the problem of running macOS in containerized environments where native macOS hardware is unavailable. It packages a complete macOS virtual machine within a Docker container, allowing developers to execute macOS workloads in standard container orchestration platforms. The approach leverages Docker's containerization to encapsulate the virtualized macOS environment, making it portable across different host systems that support Docker.

Developers should consider this tool when they need macOS capabilities in cloud environments, CI/CD pipelines, or shared infrastructure where provisioning dedicated macOS hardware is impractical. It suits projects requiring macOS builds, testing, or development work that must run in containerized deployments. This approach is particularly valuable for teams using container orchestration platforms who want to avoid maintaining separate macOS build infrastructure.

The project shows active maintenance with regular updates to keep the containerized macOS environment current. Development activity demonstrates responsiveness to issues and pull requests, indicating the maintainers are engaged with user feedback. The codebase receives ongoing refinement to improve compatibility and functionality within the Docker container environment.