dstack logo

dstack

Enrichment pending
Dstack-TEE/dstack

Open framework for confidential AI

GraphCanon updated today · GitHub synced today

517
Stars
88
Forks
64
Open issues
10
Watchers
1d
Last push
Rust Apache-2.0Created Sep 13, 2024

Trust & integrity

Full report
Maintenance
Very active (0d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Open framework for confidential AI

Capability facts

Languages
rust

Source: github.language · Jul 11, 2026

Categories

Tags

README

Getting Started

Try it now: Chat with LLMs running in TEE at chat.redpill.ai. Click the shield icon to verify attestations from Intel TDX and NVIDIA GPUs.

Deploy your own:


---

# docker-compose.yaml
services:
  vllm:
    image: vllm/vllm-openai:latest
    runtime: nvidia
    command: --model Qwen/Qwen2.5-7B-Instruct
    ports:
      - "8000:8000"

Deploy to a self-hosted TDX machine with the dstackup install -> dstack deploy workflow, or use Phala Cloud for managed infrastructure. AMD SEV-SNP hosts use the same workflow when the selected guest image includes digest.txt.

Setting up dstack on your own hardware? Start with the self-hosted quick onboarding guide