Tangled
- title
- Tangled
- type
- entity
- summary
- A git collaboration platform built on atproto, with self-hostable "knots" for repos and "spindles" for CI โ and an engineering blog at blog.tangled.org
- tags
- blog, git-hosting, atproto, ci
- created
- 2026-07-21
- updated
- 2026-07-21
Tangled is a git collaboration platform built on the AT Protocol (atproto, the Bluesky protocol). Repositories and collaboration live on decentralized, self-hostable infrastructure rather than a single central host: repo servers are called knots, and the CI runners are called spindles. The project publishes engineering writeups at blog.tangled.org and develops in the open (its own source is hosted on Tangled).
The angle that shows up in this vault is the infrastructure work โ self-hostable CI, microVM isolation, Nix-based build environments โ more than the social/atproto side.
Ingested articles
- spindle-microvm โ the Spindle CI runner gains a QEMU-microVM engine: per-workflow VMs, NixOS configured from the workflow YAML, a Rust vsock guest agent (
shuttle/agentproto), and two-way Nix caching
Related
- features-to-steal-from-npmx โ earlier vault mention of Tangled
- qemu-microvm, microvm, pve-microvm โ the microVM substrate Spindle's new engine is built on
- sandboxing-ai-agents โ the broader "containers aren't a boundary" context for isolating CI/untrusted workloads
Linked from