Cordium is a project that I have been working on for a long time and now I am open sourcing it under Apache 2.0. It was initially meant as a remote development environment (i.e. similar to GitHub Codespaces) for my main project, Octelium which is a FOSS ZTNA (i.e. alternative to products such as Teleport, Tailscale, Cloudflare Zero Trust, etc.), where users can access Octelium-protected resources via browser-based terminals without having to use CLIs and directly connecting from their own machines. Cordium grew over time from being a dev environment platform into a general-purpose sandbox platform that can be used for various use cases, among which: 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.).…