pacphi/sindri
Consistent dev environments anywhere. Define once in YAML, deploy to Docker, Fly.io, or DevPod. Pre-built extensions for AI, languages & infrastructure.
npx skills add pacphi/sindriREADME
Sindri
A declarative, provider-agnostic cloud development environment system. Deploy consistent development environments to Fly.io, local Docker, or via DevPod to Kubernetes, AWS, GCP, Azure, and other cloud providers using YAML-defined extensions.
π Secure Supply Chain: All release images are signed with Cosign, include SBOM (Software Bill of Materials), and have SLSA Level 3 provenance attestations.
βββββββββββββββ ββββββββββ βββββββ βββ
ββββββββββββββββ ββββββββββββββββββββββ
βββββββββββββββββ ββββββ ββββββββββββββ
ββββββββββββββββββββββββ ββββββββββββββ
ββββββββββββββ βββββββββββββββββ ββββββ
ββββββββββββββ ββββββββββββ βββ ββββββ
π¨ Forging Development Environments
π¦ https://github.com/pacphi/sindri
About the Name
Sindri (Old Norse: "spark") was a legendary dwarf blacksmith in Norse mythology, renowned for forging three of the most powerful artifacts: MjΓΆlnir (Thor's hammer), Draupnir (Odin's ring), and Gullinbursti (Freyr's golden boar).
Like its mythological namesake, Sindri forges powerful development environments from raw materialsβtransforming cloud infrastructure, YAML configuration, and Docker into consistent, reproducible developer workspaces.
Versions
Quick Start (v3)
Install
# Pull the Docker image
docker pull ghcr.io/pacphi/sindri:v3
# Or download the CLI binary
wget https://github.com/pacphi/sindri/releases/latest/download/sindri-linux-x86_64.tar.gz
tar -xzf sindri-linux-x86_64.tar.gz
sudo mv sindri /usr/local/bin/
Deploy
# Initialize configuration
sindri config init --provider kubernetes
# Deploy with automatic image version resolution
sindri deploy
# Verify image security
sindri image verify ghcr.io/pacphi/sindri:v3.0.0
Image Management
# List available versions
sindri image list
# Inspect image details
sindri image inspect ghcr.io/pacphi/sindri:v3.0.0 --sbom
# Check current image
sindri image current
Features
π― Provider-Agnostic
Deploy to multiple cloud providers using the same configuration:
- Docker & Docker Compose
- Fly.io
- Kubernetes (kind, k3d, EKS, GKE, AKS)
- DevPod (AWS, GCP, Azure, DigitalOcean)
- E2B
π Security-First
- Signed Images: All releases signed with Cosign (keyless)
- SBOM: Software Bill of Materials in SPDX format
- SLSA Provenance: Level 3 build attestations
- Vulnerability Scanning: Trivy scans on every CI build
π¦ Container Image Lifecycle
- Build Once, Promote Often: CI builds once, releases retag (no rebuild)
- Version Resolution: Semantic versioning constraints
- Signature Verification: Automatic verification before deployment
- Registry-First: GHCR as single source of truth
π§ Extension System
Install development tools declaratively using profiles or individual extensions.
License
MIT License - see LICENSE file for details.
