rancher-desktop
by
rancher-sandbox

Description: Container Management and Kubernetes on the Desktop

View on GitHub ↗

Summary Information

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

Issue Activity (beta)

Open issues: 592
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 791 days
Stale 30+ days: 580
Stale 90+ days: 546

Recent activity

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

Top labels

  • kind/bug (934)
  • kind/enhancement (380)
  • platform/windows (336)
  • platform/macos (207)
  • component/ui (176)
  • kind/quality (155)
  • area/networking (121)
  • kind/documentation (81)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 383.4 days
90th percentile: 1267.1 days
Tracked items: 1,482

Most active contributors

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. GitGenius tracking data reveals 1482 total issues and pull requests with a median response latency of 0.0 hours, indicating rapid triage and engagement from the maintainer community. The most frequently labeled issues fall into three categories: kind/bug with 799 occurrences, kind/enhancement with 334 occurrences, and platform/windows with 286 occurrences, reflecting both the project's focus on stability and its cross-platform nature. The top contributors tracked by GitGenius are jandubois with 2796 events, mook-as with 934 events, and Nino-K with 473 events, demonstrating concentrated expertise among core maintainers.

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.

rancher-desktop
by
rancher-sandboxrancher-sandbox/rancher-desktop

Repository Details

Fetching additional details & charts...