loft-sh/devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 3rd, 2026
Created on January 24th, 2023
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 580
Total Stargazers: 15,188 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 46.3 hours
Mean response time: 17.1 days
90th percentile: 36.8 days
Tracked items: 346

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 69% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 499 days
Stale 30+ days: 11
Stale 90+ days: 5

Recent activity

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

Top labels

  • stale (227)
  • kind/bug (128)
  • kind-bug (115)
  • wait for user (57)
  • kind-enhancement (24)
  • windows (19)
  • os-windows (17)
  • Linux (14)

Most active issues this week

Detailed Description

DevPod is a client-only tool for creating reproducible developer environments based on devcontainer.json across any backend infrastructure.

DevPod solves the problem of managing development environments across heterogeneous infrastructure by acting as a standardized interface between your local IDE and remote compute resources. It uses the open DevContainer standard to define environments, allowing the same configuration to run on local Docker, Kubernetes clusters, cloud VMs, or any reachable remote machine. The tool manages workspaces uniformly regardless of where they are hosted, making it straightforward to switch between different backend targets without changing your environment specification.

DevPod suits teams that need flexibility in where development happens but want consistency in how environments are defined. It works well for projects where developers might use different machines—some preferring local development, others needing cloud resources with GPUs or high memory, and others using shared remote machines. The tool is unopinionated about which IDE you use and which backend you choose, making it applicable to diverse workflows. Unlike GitHub Codespaces, which is cloud-hosted and proprietary, DevPod is open-source and runs as a client-only application, giving you full control over where your development environments execute.

The project maintains active development with regular updates to its core functionality. The codebase shows consistent refinement of the provider system that enables backend flexibility. Documentation and user-facing features receive ongoing attention, with the project maintaining multiple distribution channels including desktop applications for macOS, Windows, and Linux. Community engagement appears sustained through maintained communication channels and documentation resources.