Namespace is a commercial cloud platform that provides fast, ephemeral Linux and macOS instances aimed at CI builds and developer preview environments. The product centres on per-job VMs that boot in seconds, run containerized or native workloads, and are billed by actual usage rather than reserved capacity.
Under the hood, Namespace runs its own orchestrator on top of KVM-based micro-VMs and exposes them through GitHub Actions runners, a Buildkite agent, a Docker-compatible remote builder, and a CLI (nsc). Builds benefit from persistent cache volumes and remote caching hooks for Bazel, Nix, Turborepo, and Docker BuildKit, which removes the cold-start penalty typical of hosted CI runners. It also offers native Apple Silicon runners for iOS/macOS pipelines and nested virtualization for Android emulators.
Namespace competes with GitHub’s hosted runners, BuildJet, Depot, Blacksmith, and Ubicloud in the “faster CI” niche, and with Gitpod or Coder for ephemeral dev environments. It is closed-source and usage-billed. Note: the Rawkode Academy matrix lists this entry as graveyard, reflecting that the project is no longer tracked for active coverage.