← Back to research
·9 min read·company

Daytona

Daytona is an open-source AI sandbox platform with sub-90ms creation, Computer Use desktops, GPU sandboxes, and mid-execution snapshots, backed by a $24M Series A.

Key takeaways

  • Fastest sandbox creation at sub-90ms, now with mid-execution snapshots, forking, and GPU sandboxes (H100, RTX PRO 6000)
  • Unique Computer Use support enables Linux, Windows, macOS, and Android automation
  • Raised $24M Series A (Feb 2026) led by FirstMark with Datadog and Figma Ventures; $1M forward run rate in under three months
  • Open-source (AGPL-3.0) with self-hosting option and SOC2/HIPAA/GDPR compliance

FAQ

What is Daytona?

Daytona is an open-source platform for running AI-generated code in secure, isolated sandboxes with sub-90ms creation time and Computer Use desktop automation.

How is Daytona different from E2B?

Daytona offers faster creation (90ms vs 150ms), Computer Use support, GPU sandboxes, and mid-execution snapshots with Docker-based isolation. E2B has stronger Firecracker isolation and an Apache-2.0 license versus Daytona's copyleft AGPL-3.0.

Who competes with Daytona?

E2B, Modal, Runloop, CodeSandbox SDK, and Fly.io Sprites are direct competitors.

Executive Summary

Daytona is an open-source platform for running AI-generated code in secure, isolated sandboxes. It differentiates through the fastest sandbox creation time (sub-90ms), unique Computer Use support enabling desktop automation on Linux, Windows, macOS, and Android, and — new since early 2026 — GPU sandboxes and mid-execution snapshots. In February 2026 it raised a $24M Series A led by FirstMark Capital, with strategic investments from Datadog and Figma Ventures.

AttributeValue
CompanyDaytona
Founded2023
Funding~$31M ($24M Series A, Feb 2026 + $7M seed)
Employees~20
HeadquartersSan Francisco, CA (Croatian founders)

Product Overview

Daytona pivoted in early 2025 from development environments to become infrastructure specifically designed for running AI-generated code. The platform emphasizes speed, providing sub-90ms sandbox creation — the fastest in the category.

The company was founded by Ivan Burazin (CEO), who previously founded Codeanywhere and the Shift developer conference. Daytona's open-source approach and focus on "agent experience" positions it as a developer-friendly alternative to proprietary sandbox platforms.

The bet is paying off commercially: Daytona reached a $1M forward revenue run rate in under three months and doubled it six weeks later, with customers spanning early-stage YC startups to Fortune 100 enterprises, including LangChain, Turing, Writer, and SambaNova. The company says it is hardware-constrained and is using the Series A to add capacity and expand into new regions.

Key Capabilities

CapabilityDescription
Lightning-Fast CreationSub-90ms sandbox creation from code to execution
Computer Use SandboxesLinux, Windows, macOS, and Android environments for automation
Snapshots & ForkingMid-execution snapshots, pause/resume, and forking into parallel branches
GPU SandboxesNvidia H100 and RTX PRO 6000 for ML and reinforcement-learning workloads
Declarative Image BuilderBuild Docker images via SDK without CLI or registry
File/Git/LSP APIsProgrammatic control over files, git, and language servers
Execute APIRun commands with real-time output streaming
Human-in-the-LoopSSH, VS Code Browser, and web terminal for debugging

Product Surfaces / Editions

SurfaceDescriptionAvailability
TypeScript SDKPrimary SDK for sandbox controlGA
Python SDKPython bindings for sandbox APIsGA
Computer UseLinux/Windows/macOS/AndroidGA
Self-HostedDeploy on your infrastructureGA
Cloud ManagedDaytona-hosted sandboxesGA

Technical Architecture

Daytona uses Docker containers for isolation, trading the stronger hardware-level isolation of Firecracker (used by E2B) for faster creation times and easier customization.

The declarative image builder allows agents to define dependencies and have Daytona build Docker images on the fly, eliminating the need for pre-built templates in many cases.

Key Technical Details

AspectDetail
IsolationDocker containers (container-level)
Cold StartSub-90ms
PersistencePersistent sandboxes; mid-execution snapshots, pause/resume, forking
Computer UseLinux, Windows, macOS, Android environments
GPUNvidia H100 ($3.95/h), RTX PRO 6000 ($3.03/h)
Open SourceYes (AGPL-3.0)
Self-HostingFull self-hosted deployment option

Computer Use Architecture

┌──────────────────────────────────────┐
│      Daytona Computer Use            │
├──────────────────────────────────────┤
│  ┌──────────┐ ┌──────────┐ ┌───────┐ │
│  │  Linux   │ │ Windows  │ │ macOS │ │
│  │ Desktop  │ │ Desktop  │ │Desktop│ │
│  └────┬─────┘ └────┬─────┘ └───┬───┘ │
│       │            │           │     │
│  ┌────┴────────────┴───────────┴───┐ │
│  │   Programmatic Control API      │ │
│  └─────────────────────────────────┘ │
└──────────────────────────────────────┘

Strengths

  • Fastest creation — Sub-90ms sandbox creation is industry-leading; critical for high-throughput workloads
  • Computer Use — Only sandbox platform with built-in Linux/Windows/macOS/Android automation
  • Snapshots and forking — Mid-execution snapshots, pause/resume, and parallel branch forking, closing a former gap versus Runloop and Sprites
  • GPU sandboxes — H100 and RTX PRO 6000 options serve ML and reinforcement-learning use cases
  • Open source — AGPL-3.0 license with full self-hosting option; no vendor lock-in
  • Commercial momentum — $1M forward run rate in under three months, doubled six weeks later; customers include LangChain, Writer, Turing, SambaNova
  • Declarative building — Agents define dependencies; Daytona builds images automatically
  • Human-in-the-loop — SSH, VS Code Browser, web terminal for debugging and oversight
  • Compliance — SOC2, HIPAA, GDPR compliant with customer-managed compute option
  • Full Docker support — Docker Compose, Docker-in-Docker, and nested containers

Cautions

  • Docker isolation — Container-level isolation is weaker than Firecracker microVMs; less suitable for highly adversarial code
  • AGPL copyleft — The AGPL-3.0 license obligates network-service operators to publish modified source; teams embedding Daytona in commercial products must buy in or buy a commercial license, unlike Apache-2.0 competitors
  • Smaller ecosystem — Less adoption than E2B; fewer integrations and community resources, though Modal-class GPU options are narrowing the feature gap
  • Newer pivot — AI sandbox focus only since early 2025; less battle-tested at scale
  • Capacity constraints — The company says it is hardware-constrained amid demand; regional availability is still expanding
  • Networking constraints — Some reports of IPv4-only limitations and localhost issues

What Developers Say

  • "We're using Daytona for development environments, which gives us proper isolation out of the box." — aaronSong, Hacker News
  • "Daytona appears to be a cloud-only sandboxing system. Yet your copy states: 'coding agents run locally'" — mentalgear, Hacker News, questioning a vendor's local-execution claims built on Daytona
  • "AGPL is designed to enforce source availability for modified versions run over a network, so it is a conversation to have early." — ZenML engineering blog

Pricing & Licensing

TierPriceIncludes
Free credits$200 on signupNo credit card required; first 5 GiB storage free
Pay-as-you-go$0.0504/vCPU/h, $0.0162/GiB RAM/h, $0.000108/GiB storage/hManaged sandboxes, usage-metered
GPUH100 $3.95/h; RTX PRO 6000 $3.03/hGPU-attached sandboxes
OS premiumWindows $0.0858/vCPU/h; Android $0.0504/vCPU/hComputer Use environments
Self-HostedFree (AGPL-3.0)Deploy on your own infrastructure
EnterpriseCustomOn-premise deployment, priority support, SLAs, compliance

Licensing model: Open source (AGPL-3.0) + optional managed cloud; startups can apply for up to $50,000 in free credits

Hidden costs: Windows Computer Use carries a ~70% per-vCPU premium over Linux sandboxes


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
E2BE2B has Firecracker isolation and a permissive Apache-2.0 license; Daytona has faster creation, Computer Use, and GPUs
ModalModal has a deeper serverless Python/GPU platform; Daytona now offers H100/RTX GPUs within agent sandboxes
RunloopRunloop offers SWE-bench tooling; Daytona now matches snapshots and adds Computer Use and faster starts
SpritesSprites has checkpoint/restore and persistent VMs; Daytona now matches snapshots with faster creation and desktop automation

When to Choose Daytona Over Alternatives

  • Choose Daytona when: You need Computer Use (desktop automation), fastest creation time, GPU-attached agent sandboxes, or want self-hosted open source
  • Choose E2B when: Security isolation is critical or you need a permissive license for embedding
  • Choose Modal when: You need a full serverless Python platform with broad GPU fleet options
  • Choose Runloop when: You need SWE-bench-style reproducible agent development tooling

Ideal Customer Profile

Best fit:

  • Teams building browser automation or desktop agents (Computer Use)
  • Organizations wanting self-hosted, open-source sandbox infrastructure
  • High-throughput workloads where 90ms creation time matters
  • Companies needing Windows or macOS automation capabilities
  • Teams valuing open-source transparency and no vendor lock-in

Poor fit:

  • Security-sensitive workloads requiring hardware-level isolation
  • Vendors embedding a sandbox in commercial products who cannot accept AGPL-3.0 obligations or a commercial license
  • Teams needing a broad serverless GPU fleet beyond H100/RTX PRO 6000

Viability Assessment

FactorAssessment
Financial HealthStrong — ~$31M raised including $24M Series A (Feb 2026); $2M+ forward run rate within months of launch
Market PositionChallenger — Growing fast; customers now include Fortune 100 enterprises
Innovation PaceRapid — Snapshots, forking, GPUs, and Android shipped within a year of the pivot
Community/EcosystemStrong — ~72,500 GitHub stars as of June 2026, active development
Long-term OutlookPositive — Unique positioning with Computer Use and agent-first infrastructure

Daytona is well-positioned in the growing AI sandbox market with unique Computer Use capabilities. The pivot from dev environments to AI infrastructure shows adaptability, and the Series A with strategic backing from Datadog and Figma Ventures validates the agent-infrastructure thesis. Key risk remains competition from well-funded players like E2B.


Bottom Line

Daytona offers the fastest sandbox creation (90ms) and unique Computer Use capabilities that no other platform matches. With the February 2026 Series A, it has added GPU sandboxes, mid-execution snapshots, forking, and Android support — closing the two biggest gaps (checkpoints and GPUs) flagged in earlier assessments.

The trade-offs are weaker isolation (Docker vs Firecracker), an AGPL-3.0 copyleft license that complicates embedding in commercial products, and a smaller integration ecosystem than E2B. For highly security-sensitive workloads, E2B's Firecracker isolation is stronger. For Computer Use, GPU-attached agents, and speed-critical applications, Daytona leads.

Recommended for: Teams building Computer Use agents, browser automation, RL or GPU-backed agent workloads, or needing the fastest possible sandbox creation with a self-hosting option.

Not recommended for: Security-sensitive workloads requiring hardware-level isolation, or vendors who cannot accept AGPL obligations when embedding a sandbox.

Outlook: With ~$31M raised, doubling revenue, and Datadog/Figma as strategic investors, Daytona is consolidating its position as the leading open-source agent sandbox. Watch for stronger isolation options and regional capacity expansion as it works through hardware constraints.


Research by Ry Walker Research • methodology