rancher-sandbox/rancher-desktop

Container Management and Kubernetes on the Desktop

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on April 16th, 2023
Created on October 23rd, 2020
Open Issues & Pull Requests: 1,135 (+0)
Number of forks: 376
Total Stargazers: 7,295 (+0)
Total Subscribers: 52 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.5 days
Mean response time: 352.8 days
90th percentile: 1412.0 days
Tracked items: 1,215

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 75% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area/networking" is answered fastest, typically in about 23 hours, while "platform/macos" waits about 7 months. 66% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 603
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 773 days
Stale 30+ days: 584
Stale 90+ days: 557

Recent activity

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

Top labels

  • kind/bug (948)
  • kind/enhancement (390)
  • platform/windows (341)
  • platform/macos (208)
  • component/ui (181)
  • kind/quality (156)
  • area/networking (122)
  • kind/documentation (84)

Detailed Description

Rancher Desktop is an open-source Electron application written primarily in TypeScript that brings Kubernetes and container management capabilities to desktop operating systems including Windows, macOS, and Linux. The project bundles multiple technologies to provide an integrated desktop experience for container and Kubernetes development, complemented by a command-line tool called rdctl written in Go. Most development activities including running development builds, packaging, unit testing, and end-to-end testing are orchestrated through yarn scripts, with some exceptions such as BATS tests.

The repository shows significant ongoing activity and maintenance.

Development setup varies by platform. Windows users can choose between a development virtual machine approach or manual setup using Windows Subsystem for Linux, Scoop package manager, Node.js v22, Visual Studio 2017 or higher, and Go. macOS development requires nvm for Node.js management, Go installation via Homebrew, and special handling for M1 chip users through an M1 environment variable. Linux development requires Node.js v22 with development packages, yarn classic, Go 1.22 or later, and a C/C++ compiler toolchain for native module compilation.

The project supports remote debugging through Chrome Developer Tools via a remote debugging port argument, allowing developers to inspect renderer process logs and debug both the main application and loaded extensions. GoLand and other JetBrains IDEs can be configured for debugging through Node.js run configurations. Development builds are automatically generated from each commit through GitHub Actions, with artifacts available for Windows and macOS, while Linux builds utilize Open Build Service for final packaging. The project maintains separate dev and stable repository channels, with the dev channel containing builds from the main branch and release branches.

The repository's classification across multiple domains reflects its comprehensive scope: devops workflows, container management, software development tools, Kubernetes, virtual machines, infrastructure, development environments, Docker compatibility, cross-platform support, and local development environments. The overlapping contributor relationships with repositories including github/gh-aw, solo-io/gloo, and microsoft/vscode indicate integration points and shared development practices within the broader container and development tooling ecosystem. The project's focus on Windows platform issues alongside general bug fixes and enhancements demonstrates commitment to making container development accessible across all major desktop operating systems.