daytonaio/daytona
每日信息看板 · 2026-02-18
2026-02-18T10:56:47Z
Published
AI 总结
Daytona 在 GitHub 开源了面向 AI 生成代码运行的安全弹性沙箱基础设施,提供多语言 SDK 与高性能隔离执行能力,重要性在于降低 AI 代码落地的安全与运维门槛。
- 项目定位为“Run AI Code”,主打安全、弹性地运行 AI 生成代码。
- 核心能力包括亚 90ms 沙箱创建、运行时隔离、OCI/Docker 兼容与持久化沙箱。
- 提供程序化 API(文件、Git、LSP、执行)以及 Python、TypeScript、Go SDK。
- 支持通过控制台创建账号和 API Key 后快速接入,文档与快速开始流程较完整。
- 项目采用 AGPL 开源许可证,并提供贡献指南与社区入口(Issues、Slack、X)。
#GitHub #repo #开源项目 #Daytona
内容摘录
<div align="center">
Documentation
!License
Go Report Card
Issues - daytona
!GitHub Release
</div>
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/daytonaio/daytona/raw/main/assets/images/Daytona-logotype-white.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/daytonaio/daytona/raw/main/assets/images/Daytona-logotype-black.png">
<img alt="Daytona logo" src="https://github.com/daytonaio/daytona/raw/main/assets/images/Daytona-logotype-black.png" width="50%">
</picture>
</div>
<h3 align="center">
Run AI Code.
<br/>
Secure and Elastic Infrastructure for
Running Your AI-Generated Code.
</h3>
<p align="center">
<a href="https://www.daytona.io/docs"> Documentation </a>·
<a href="https://github.com/daytonaio/daytona/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%F0%9F%90%9B+Bug+Report%3A+"> Report Bug </a>·
<a href="https://github.com/daytonaio/daytona/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%F0%9F%9A%80+Feature%3A+"> Request Feature </a>·
<a href="https://go.daytona.io/slack"> Join our Slack </a>·
<a href="https://x.com/daytonaio"> Connect on X </a>
</p>
<p align="center">
<a href="https://www.producthunt.com/posts/daytona-2?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-daytona-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=957617&theme=neutral&period=daily&t=1746176740150" alt="Daytona  - Secure and elastic infra for running your AI-generated code. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a href="https://www.producthunt.com/posts/daytona-2?embed=true&utm_source=badge-top-post-topic-badge&utm_medium=badge&utm_souce=badge-daytona-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-topic-badge.svg?post_id=957617&theme=neutral&period=monthly&topic_id=237&t=1746176740150" alt="Daytona  - Secure and elastic infra for running your AI-generated code. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</p>
---
Installation
Python SDK
TypeScript SDK
---
Features
**Lightning-Fast Infrastructure**: Sub-90ms Sandbox creation from code to execution.
**Separated & Isolated Runtime**: Execute AI-generated code with zero risk to your infrastructure.
**Massive Parallelization for Concurrent AI Workflows**: Fork Sandbox filesystem and memory state (Coming soon!)
**Programmatic Control**: File, Git, LSP, and Execute API
**Unlimited Persistence**: Your Sandboxes can live forever
**OCI/Docker Compatibility**: Use any OCI/Docker image to create a Sandbox
---
Quick Start
Create an account at https://app.daytona.io
Generate a new API key
Follow the Getting Started docs to start using the Daytona SDK
Creating your first Sandbox
Python SDK
Typescript SDK
Go SDK
---
Contributing
Daytona is Open Source under the GNU AFFERO GENERAL PUBLIC LICENSE, and is the copyright of its contributors. If you would like to contribute to the software, read the Developer Certificate of Origin Version 1.1 (https://developercertificate.org/). Afterwards, navigate to the contributing guide to get started.