One-command, AI-powered, carbon-aware, SOC-2 dev environments.
curl -sSf https://autovenv.sh | sh-------- | ----- | ---------- <45 s cold-start | p99 <1 s | SOC-2 Type II Zero-root | Bubblewrap, Landlock | ISO-27001 Carbon-aware | <50 gCO₂/kWh | GHG Protocol Cost-capped | Auto-destroy budget | FinOps Air-gapped | USB image | NIST-800-53 Signed binaries | SLSA L3 | SSDF 1.1 EU AI-Act | High-risk registered | CE mark
# Install globally
npm install -g autovenv
# Or run without installing
npx autovenv
# Or use the one-liner
curl -sSf https://autovenv.sh | shAutoVenv works in:
- VS Code & GitHub Codespaces
- Cursor, Windsurf, JetBrains Fleet
- Replit, StackBlitz
- SSH terminals
- Air-gapped networks (with USB image)
- Detects your environment (IDE, terminal, cloud)
- Downloads AI model (Gemma-3B, <1GB RAM)
- Creates secure container (no root, no Docker)
- Installs dependencies (from lock files)
- Applies dotfiles (synced via Git)
- Forwards ports (secure tunneling)
- Launches IDE (with extensions)
┌─────────────────────────────────────────────┐
│ CLI / Extension │
├─────────────────────────────────────────────┤
│ API (NestJS) │
├─────────────────────────────────────────────┤
│ Worker (Python) │ Web (React) │ AI │
├─────────────────────────────────────────────┤
│ MongoDB 8 + Redis 7 + NATS │
├─────────────────────────────────────────────┤
│ Kubernetes / Docker │
└─────────────────────────────────────────────┘
- Zero-trust mTLS (SPIFFE, Istio)
- Signed artifacts (Sigstore, SLSA L3)
- SBOM + VEX (SPDX, CycloneDX)
- Secrets management (Vault, ExternalSecrets)
- Policy enforcement (OPA, Kyverno)
- Audit logging (Loki, 2555-day retention)
- SOC-2 Type II
- ISO-27001
- EU AI Act (High-risk registered)
- GDPR, CCPA, PCI-DSS
- FedRAMP Moderate (2025)
- NIST-800-53, NIST-800-53A
| Plan | Price | Workspaces | Features |
|---|---|---|---|
| Base | $50/mo | 20/day | Standard |
| Premium | $150/mo | 10000/day | Carbon-aware, Priority |
- 2024 Q4: GA, SOC-2 Type I
- 2025 Q1: EU AI-Act compliance, CE mark
- 2025 Q2: Carbon-negative (400% renewables)
- 2025 Q3: FedRAMP Moderate, DoD Impact Level 2
- 2025 Q4: ISO-42001 (AI management)
- 2026 Q1: STIX/TAXII threat intel feed
- 2026 Q2: Post-quantum TLS (Kyber, Dilithium)
- 2026 Q3: Fully homomorphic encryption
- 2026 Q4: Zero-knowledge proofs for billing
See CONTRIBUTING.md for development setup.