Back to browse
GitHub Repository

Open-source, identity-based, general-purpose sandbox platform on Kubernetes that eliminates credential sprawl for developers and AI agents

28 starsTypeScript

Cordium – FOSS self-hosted sandbox platform alt. Codespaces/E2B/Daytona

by geoctl·Jun 7, 2026·1 point·0 comments

AI Analysis

●●●BangerBig BrainBold Bet

Identity-based sandbox access eliminates credential sprawl better than Codespaces or E2B.

Strengths
  • Octelium identity layer removes need for injected secrets, API tokens, or SSH keys in sandboxes.
  • Unified platform handles both persistent dev sessions and ephemeral AI agent workloads.
  • Rootless containers on standard Kubernetes with multiple access methods (SSH, terminal, gRPC).
Weaknesses
  • Only 28 GitHub stars suggests early stage with unproven production reliability.
  • Self-hosted Kubernetes requirement creates operational overhead for smaller teams.
Target Audience

DevOps engineers, platform teams building self-hosted dev environments

Similar To

GitHub Codespaces · E2B · Daytona

Post Description

Hello HN , Cordium is a FOSS, self-hosted, general-purpose sandbox platform that I've been working on for a long time now that is built on Kubernetes and Octelium https://github.com/octelium/octelium, my main work. Cordium can be used for various persistent/ephemeral long/short-lived workloads, including coding for developers with VSCode, Zed, etc. (i.e. self-hosted GitHub Codespaces alternative), AI agent tasks (i.e. FOSS alternative to AI sandbox products such as E2B, Daytona, etc.), CI/CD workloads (e.g. building and publishing Docker images etc.), and more importantly for secretless remote access to infrastructure for devs and automated workloads from within the sandboxes.

The key differentiator here for Cordium, in comparison with other dev environments and sandbox platforms, is that Cordium automatically provides identity-based, secretless secure access to resources or infrastructure (e.g. APIs, SSH, databases, k8s, etc.) without having to inject credentials (e.g. API keys/access tokens, SSH private keys, database passwords, 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 sandbox permissions and access to resources is determined via identity-based, L7-aware, pre-request access control through CEL/OPA policy-as-code rather than injected credentials inside the sandbox. In other words, Cordium isn't just meant as a runtime for isolated execution where filesystem, CPU, memory, storage, etc... are isolated and controlled, but more importantly meant for identity-based secure access to infrastructure and resources.

In short, Cordium is basically a genereal-purpose sandbox platform + a ZTNA/remote-access-VPN baked-in with unified identity management, L7-aware access control and visibility.

Cordium is a purely FOSS project under Apache 2.0 that's meant for self-hosting and there are no plans for a pro/SaaS/cloud/commercial version. It was developed initially as a remote development environment for Octelium users to access their resources via web-based terminals through reproducible remote sandboxes instead of having to install and run the Octelium CLI connectors on their own machines but over time it grew into a general-purpose sandbox platform that can be used for all kinds of persistent/ephemeral and short/long-lived tasks by developers or automated workloads. I also want to clarify that Cordium, while opensourced a few days ago, is not a new project, the development of the project dates back to 2022 (see the older in https://github.com/octelium/spaces) and it is already being used by a few organizations that use Octelium since last year. In other words, this is not a toy project and it's meant to be used in production even though it's not quite ready to be labeled v1.0 yet. Happy to answer any questions.

Similar Projects

AI/ML●●Solid

Kill-The-Backlog, self-hosted background agents

E2B sandbox isolation prevents agent chaos while streaming realtime previews before PR creation.

Ship ItBig Brain
jvaill
401mo ago