Back to browse
GitHub Repository

Open-source, general-purpose sandbox platform for devs and AI agents that provides identity-based secure access to infrastructure without credentials.

50 starsGo

FOSS sandbox platform for zero trust remote access without secrets

by geoctl·Jul 29, 2026·1 point·0 comments

AI Analysis

●●●BangerWizardryBold Bet

Identity-based proxy injects credentials outside the sandbox, eliminating secret leakage entirely.

Strengths
  • Upstream credentials never enter the sandbox, solving the secret injection problem.
  • Unified platform supports both persistent dev environments and ephemeral AI agent tasks.
  • Leverages Octelium ZTNA for policy-driven access to SSH, databases, and internal APIs.
Weaknesses
  • Requires self-hosting Kubernetes cluster, adding significant operational overhead.
  • Depends on adoption of the custom Octelium proxy for upstream resources.
Target Audience

DevOps engineers and platform teams building secure dev environments

Similar To

E2B · Daytona · GitHub Codespaces

Post Description

Cordium is a FOSS, self-hosted, identity-based, general-purpose, horizontally scalable sandbox platform that is built on k8s and Octelium, my main work. The main differentiator for Cordium, when compared to other dev environments (e.g. GitHub Codespaces) and sandbox platforms (e.g. E2B, Daytona, etc.), is that Cordium automatically provides identity-based, secretless secure access to resources/infrastructure (e.g. APIs, SSH, databases, k8s, etc.) without having to inject credentials (e.g. API keys and access tokens, SSH private keys/passwords, database passwords, mTLS private keys, etc.) into the sandbox where the upstream credential is held by the identity-aware proxy of the Octelium-protected resource outside the reach of the sandbox. The identity-aware proxy injects, on-the-fly, the upstream credential if the user is authorized via the Octelium policies.

In short, Cordium is not just an isolated execution environment that can replace remote development environments and sandbox platforms, but also equally a secure access platform to infrastructure/resources. It's basically a sandbox platform + ZTNA/remote-access-VPN baked-in with unified identity management, L7-aware access control and OpenTelemetry-native realtime visibility.

Similar Projects