MCPcopy
hub / github.com/loft-sh/devpod

github.com/loft-sh/devpod @v0.6.15-hotfix.2 sqlite

repository ↗ · DeepWiki ↗ · release v0.6.15-hotfix.2 ↗
3,211 symbols 12,205 edges 749 files 556 documented · 17%
README

<img alt="DevPod wordmark" width="500" src="https://github.com/loft-sh/devpod/raw/v0.6.15-hotfix.2/docs/static/media/devpod.png">

WebsiteQuickstartDocumentationBlog𝕏 (Twitter)Slack

Join us on Slack! Open in DevPod!

We are hiring! Come build the future of remote development environments with us.

DevPod is a client-only tool to create reproducible developer environments based on a devcontainer.json on any backend. Each developer environment runs in a container and is specified through a devcontainer.json. Through DevPod providers, these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine, or in a VM in the cloud.

Codespaces

You can think of DevPod as the glue that connects your local IDE to a machine where you want to develop. So depending on the requirements of your project, you can either create a workspace locally on the computer, on a beefy cloud machine with many GPUs, or a spare remote computer. Within DevPod, every workspace is managed the same way, which also makes it easy to switch between workspaces that might be hosted somewhere else.

DevPod Flow

Quickstart

Download DevPod Desktop: - MacOS Silicon/ARM - MacOS Intel/AMD - Windows - Linux AppImage

Take a look at the DevPod Docs for more information.

Why DevPod?

DevPod reuses the open DevContainer standard (used by GitHub Codespaces and VSCode DevContainers) to create a consistent developer experience no matter what backend you want to use.

Compared to hosted services such as Github Codespaces, JetBrains Spaces, or Google Cloud Workstations, DevPod has the following advantages: * Cost savings: DevPod is usually around 5-10 times cheaper than existing services with comparable feature sets because it uses bare virtual machines in any cloud and shuts down unused virtual machines automatically. * No vendor lock-in: Choose whatever cloud provider suits you best, be it the cheapest one or the most powerful, DevPod supports all cloud providers. If you are tired of using a provider, change it with a single command. * Local development: You get the same developer experience also locally, so you don't need to rely on a cloud provider at all. * Cross IDE support: VSCode and the full JetBrains suite is supported, all others can be connected through simple ssh. * Client-only: No need to install a server backend, DevPod runs only on your computer. * Open-Source: DevPod is 100% open-source and extensible. A provider doesn't exist? Just create your own. * Rich feature set: DevPod already supports prebuilds, auto inactivity shutdown, git & docker credentials sync, and many more features to come. * Desktop App: DevPod comes with an easy-to-use desktop application that abstracts all the complexity away. If you want to build your own integration, DevPod offers a feature-rich CLI as well.

Extension points exported contracts — how you extend this code

IDE (Interface)
(no doc) [6 implementers]
pkg/ide/types.go
Driver (Interface)
Driver is the default interface for DevPod drivers [3 implementers]
pkg/driver/types.go
BaseClient (Interface)
(no doc) [3 implementers]
pkg/client/client.go
IWorkspaceStore (Interface)
(no doc) [2 implementers]
desktop/src/contexts/DevPodContext/workspaceStore/workspaceStore.ts
CLICollector (Interface)
(no doc) [2 implementers]
pkg/telemetry/collect.go
Forwarder (Interface)
(no doc) [2 implementers]
pkg/netstat/watcher.go
Tunnel (FuncType)
Tunnel defines the function to create an "outer" tunnel
pkg/tunnel/direct.go
Runner (Interface)
(no doc) [1 implementers]
pkg/devcontainer/run.go

Core symbols most depended-on inside this repo

Errorf
called by 944
pkg/log/log.go
ExpectNoError
called by 589
e2e/framework/helper.go
Close
called by 206
pkg/shell/shell.go
Debugf
called by 199
pkg/log/log.go
Infof
called by 136
pkg/log/log.go
exists
called by 113
desktop/src/lib/helpers.ts
Command
called by 102
pkg/client/client.go
Context
called by 88
pkg/client/client.go

Shape

Function 1,556
Method 1,152
Struct 375
Class 66
Interface 24
TypeAlias 20
FuncType 17
Enum 1

Languages

Go76%
TypeScript24%

Modules by API surface

pkg/agent/tunnel/tunnel_grpc.pb.go86 symbols
pkg/agent/tunnel/tunnel.pb.go72 symbols
desktop/src/contexts/DevPodContext/workspaceStore/workspaceStore.ts54 symbols
cmd/pro/start.go53 symbols
pkg/client/client.go43 symbols
pkg/platform/client/client.go37 symbols
desktop/src/client/client.ts35 symbols
pkg/client/clientimplementation/workspace_client.go30 symbols
e2e/framework/command.go30 symbols
desktop/src/lib/store.ts30 symbols
desktop/src/client/workspaces/client.ts28 symbols
pkg/log/log.go27 symbols

Dependencies from manifests, versioned

cloud.google.com/go/compute/metadatav0.5.0 · 1×
github.com/AdaLogics/go-fuzz-headersv0.0.0-2023081113042 · 1×
github.com/AlecAivazis/survey/v2v2.3.7 · 1×
github.com/Azure/azure-sdk-for-gov68.0.0+incompatible · 1×
github.com/Azure/go-ansitermv0.0.0-2023012417243 · 1×
github.com/Azure/go-autorestv14.2.0+incompatible · 1×
github.com/Azure/go-autorest/autorestv0.11.29 · 1×
github.com/Azure/go-autorest/autorest/adalv0.9.23 · 1×
github.com/Azure/go-autorest/autorest/azure/authv0.5.12 · 1×
github.com/Azure/go-autorest/autorest/azure/cliv0.4.6 · 1×
github.com/Azure/go-autorest/autorest/datev0.3.0 · 1×
github.com/Azure/go-autorest/loggerv0.2.1 · 1×

For agents

$ claude mcp add devpod \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact