sikarugir-app/sikarugir

A tool used to make user-friendly wine wrapped ports of Windows software for macOS.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on September 18th, 2026
Created on August 1st, 2024
Open Issues & Pull Requests: 51 (+0)
GitHub issues: Enabled
Number of forks: 74
Total Stargazers: 3,682 (+1)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 12.3 days
90th percentile: 25.6 days
Tracked items: 82

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 17% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 67% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 47% of issues opened in the past year have been closed. Three people close 74% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 198 days
Stale 30+ days: 42
Stale 90+ days: 35

Recent activity

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

Top labels

  • bug (71)
  • enhancement (24)
  • invalid (1)
  • stale (1)

Detailed Description

Sikarugir is a tool for creating user-friendly Wine-wrapped ports of Windows software for macOS.

The tool addresses the need to run Windows applications on macOS by wrapping Wine in a native macOS interface. It works by providing a graphical application creator that bundles Wine engines with Windows software, handling the complexity of Wine configuration so end users can run Windows programs as if they were native macOS applications. The project supports macOS 14.6 or later and requires Rosetta2 on Apple Silicon systems.

Sikarugir suits developers and users who want to distribute Windows software to macOS users without requiring them to understand Wine or command-line tools. It is designed for creating standalone, distributable application bundles rather than as a general-purpose Windows compatibility layer. The README explicitly states the tool is not a replacement for CrossOver or Whisky, positioning it as a specialized wrapper creator rather than a direct alternative to those solutions. The tool offers multiple DirectX rendering backends including D3DMetal for Apple Silicon Macs, DXVK, D9VK, DXMT, and WineD3D, allowing flexibility in graphics compatibility depending on the target application and macOS version.

The project maintains active development with ongoing refinement of its Wine engine integration and rendering options. The codebase includes modernized Wineskin components alongside newly written Sikarugir-specific code, with some components under LGPL-2.1 licensing and others under different terms. The project addresses common user concerns such as antivirus false positives by documenting that Wine's use of Mingw-gcc for PE binary compilation triggers security software alerts, a known issue across Wine-based projects.