|
1 | 1 | # Dstack |
2 | 2 |
|
3 | | -Dstack is an highly experimental and evolving-fast SDK to deploy Docker-based TEE applications. |
| 3 | +Dstack is a **developer friendly** and **security first** SDK to simplify the deployment of arbitrary Docker-based apps into TEE. |
4 | 4 |
|
5 | | -It was inspired by [Andrew's](https://github.com/amiller) (Flashbots team) design of [Dstack](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm). It was originally built as Phala's opinionated implementation. We aim to merge it into a production ready project eventually. |
| 5 | +Main features: |
| 6 | + |
| 7 | +- 🔒 Deploy Docker apps securely in TEE in minutes |
| 8 | +- 🛠️ Use familiar tools - just write a docker-compose.yaml |
| 9 | +- 🔑 Safely manage secrets and sensitive data |
| 10 | +- 📡 Expose services via built-in TLS termination |
| 11 | + |
| 12 | +Dstack is community driven. Open sourced and built by [Kevin Wang](https://github.com/kvinwang) and many others from [Phala Network](https://github.com/Phala-Network), inspired by [Andrew Miller](https://github.com/amiller) (Flashbots & Teleport), and contributed by [Neithermind](https://github.com/neithermind) and [many others](#contributors). |
| 13 | + |
| 14 | + |
6 | 15 |
|
7 | 16 | # Overview |
8 | 17 |
|
@@ -386,23 +395,23 @@ You may encounter this problem when upgrading from an older version of dstack, b |
386 | 395 |
|
387 | 396 | # Contributors |
388 | 397 |
|
389 | | -The inspiration for this work stems from [Andrew Miller](https://github.com/amiller)’s pioneering concept of a [Docker-based P2P TEE SDK](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm/3876). |
390 | | - |
391 | | -Special acknowledgment to [Flashbots](https://github.com/flashbots) for building a community around TEE. The TEE Hacker House initiative, organized by [Flashbots](https://github.com/flashbots) and led by [Tina](https://github.com/CarboClanC), has brought together TEE builders to develop tools for TEE-Web3 integration. This collaborative journey has generated invaluable insights for advancing secure, confidential environments within Web3. |
| 398 | +Dstack is proudly built by open source and Pi-rateship contributors: |
392 | 399 |
|
393 | | -Special recognition goes to the Pi-rateship builders who contributed their expertise: |
394 | | - |
395 | | -- Teleport: [Sxy Sun](https://github.com/sxysun) |
| 400 | +- Phala Network: [Kevin Wang](https://github.com/kvinwang), [Shelven Zhou](https://github.com/shelvenzhou), [Leechael](https://github.com/leechael) |
| 401 | +- Teleport: [Andrew Miller](https://github.com/amiller), [Sxy Sun](https://github.com/sxysun) |
396 | 402 | - Flashbots: [Tina](https://github.com/CarboClanC), [Mateusz](https://github.com/Ruteri), [Dmarz](https://github.com/dmarzzz), [Moe](https://github.com/MoeMahhouk) |
397 | 403 | - Ithaca: [Georgios](https://github.com/gakonst) |
398 | 404 | - Fabric: [@gaoist](https://x.com/gaoist) |
399 | | -- Phala Network: [Kevin Wang](https://github.com/kvinwang), [Shelven Zhou](https://github.com/shelvenzhou) |
400 | 405 | - And many more... |
401 | 406 |
|
| 407 | +The inspiration for this work stems from [Andrew Miller](https://github.com/amiller)’s pioneering concept of a [Docker-based P2P TEE SDK](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm/3876). |
| 408 | + |
402 | 409 | This project cannot be built without standing on the shoulders of giants: |
403 | 410 |
|
404 | 411 | - [konvera/meta-confidential-compute](https://github.com/konvera/meta-confidential-compute) |
405 | 412 |
|
| 413 | +Special acknowledgment to [Flashbots](https://github.com/flashbots) for building a community around TEE. The TEE Hacker House initiative, organized by [Flashbots](https://github.com/flashbots) and led by [Tina](https://github.com/CarboClanC), has brought together TEE builders to develop tools for TEE-Web3 integration. This collaborative journey has generated invaluable insights for advancing secure, confidential environments within Web3. |
| 414 | + |
406 | 415 | Together, we’re shaping the future of TEE in Web3, paving the way for more secure and developer-accessible confidential computing! |
407 | 416 |
|
408 | 417 | For a full list of the direct contributors to this repo, see [Contributors](https://github.com/Dstack-TEE/dstack/contributors) on GitHub. |
|
0 commit comments