EveryDev.ai
Subscribe
Home
Tools

3,277+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OpenComputer AgentDeploy
    OpenComputer AgentDeploy icon

    OpenComputer AgentDeploy

    AI Infrastructure

    OpenComputer provides persistent, always-on cloud VMs for AI agents, enabling managed agent deployment with permanent URLs, mid-run steering, and no infrastructure management.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-host OpenComputer on your own AWS or Azure account under the Apache 2.0 license.

    On Demand: $0 usage-based

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureAutonomous SystemsAgent Frameworks

    Alternatives

    Terminal UseInstaVMAgent Sandbox
    Developer
    DiggerSan Francisco, CAEst. 2020$6.9M raised

    Listed Jul 2026

    About OpenComputer AgentDeploy

    OpenComputer is an open-source platform by Digger that gives AI agents real, persistent Linux VMs instead of ephemeral sandboxes. The AgentDeploy feature lets developers turn a prompt into a deployable, always-on agent with a permanent HTTP address — compatible with Claude Code, Codex, opencode, and Cursor. The project is licensed under Apache 2.0 and actively maintained on GitHub.

    What It Is

    OpenComputer sits in the AI infrastructure category, providing long-running cloud compute specifically designed for agentic workloads. Unlike traditional sandboxes that spin up, execute a task, and disappear, OpenComputer VMs hibernate when idle and resume in seconds with full state intact — filesystem, installed packages, and running processes all preserved. The oc agent deploy CLI command treats a prompt.md file as a deployable agent, assigning it a permanent URL that can be triggered via Slack, webhooks, or cron jobs.

    How the Deployment Workflow Works

    The AgentDeploy flow is designed to be driven entirely from within an AI coding assistant:

    • Install the oc CLI via a one-line curl script
    • Run oc login to authenticate
    • Run oc agent init to scaffold a prompt.md describing the agent's behavior
    • Run oc agent deploy to publish the agent to a permanent URL
    • Smoke-test with oc agent invoke and get back a live agent URL plus a dashboard link

    The entire setup sequence can be pasted into Claude Code, Codex, or Cursor as a single instruction block, making the onboarding path fully agentic.

    Architecture: VMs, Not Containers

    OpenComputer provisions full Linux VMs with root access rather than containers. The agent loop runs inside the VM alongside the filesystem and preview server, eliminating network round-trips between the agent and the code it writes. Key architectural properties include:

    • Persistent state — VMs hibernate instead of timing out; state survives across sessions without manual snapshot/restore
    • Elastic compute — memory and CPU can be resized at runtime without restarting the VM
    • Checkpoints — instant snapshots allow forking or rolling back to any prior state
    • Preview URLs — ports can be exposed externally with auth (Clerk) and custom domains
    • Per-tenant package control — software versions can be managed and hot-swapped inside running VMs

    Platform and SDK Support

    The project ships both a TypeScript/Node SDK (@opencomputer/sdk on npm) and a Python SDK (opencomputer-sdk on PyPI), plus the oc CLI binary for macOS and Linux. The SDK exposes higher-level primitives for Claude Agent SDK workloads, including real-time event streaming for agent sessions. Self-hosting on AWS or Azure is documented in the repository's SELFHOSTING.md.

    Update: v0.6.0.24

    The latest release is v0.6.0.24, published on July 27, 2026, according to GitHub release metadata. The repository was created in December 2025 and has seen continuous pushes through mid-2026, indicating active development. The project's blog covers topics such as elastic compute paradigms, agent isolation models, and sandbox fingerprinting, signaling a focus on deepening the infrastructure story for B2B agent platform builders.

    OpenComputer AgentDeploy - 1

    Community Discussions

    Be the first to start a conversation about OpenComputer AgentDeploy

    Share your experience with OpenComputer AgentDeploy, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host OpenComputer on your own AWS or Azure account under the Apache 2.0 license.

    • Full source code under Apache 2.0
    • Self-hosting on AWS or Azure
    • CLI (oc binary)
    • TypeScript and Python SDKs
    • Persistent VMs

    On Demand

    Managed cloud VMs billed per minute of runtime. 20 GB disk included per VM; additional disk metered separately.

    $0
    usage based
    • Elastic memory and CPU resize at runtime
    • 20 GB disk per VM included
    • Hibernate when not needed, wake at any point
    • Persistent state across sessions
    • Checkpoints and rollback
    • Preview URLs with auth
    • Pay only while running
    View official pricing

    Capabilities

    Key Features

    • Persistent Linux VMs that hibernate and resume with full state
    • oc agent deploy: deploy a prompt.md as a managed agent
    • Permanent HTTP agent URLs for Slack, webhooks, and cron
    • Mid-run agent steering
    • Elastic CPU and memory resize at runtime
    • Instant VM checkpoints and rollback
    • Preview URLs with auth and custom domains
    • Per-tenant package control and hot-swap
    • Claude Agent SDK integration with real-time event streaming
    • TypeScript and Python SDKs
    • CLI (oc) for macOS and Linux
    • Self-hosting on AWS or Azure

    Integrations

    Claude Code
    Codex
    opencode
    Cursor
    Claude Agent SDK
    Anthropic API
    Clerk (auth for preview URLs)
    Slack
    npm (@opencomputer/sdk)
    PyPI (opencomputer-sdk)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OpenComputer AgentDeploy and help others make informed decisions.

    Developer

    Digger

    Digger builds open-source and cloud-native infrastructure tooling for engineering teams. The team created Digger, a widely-used open-source IaC orchestration tool, and now extends that expertise into Infrabase — an AI DevOps agent for pull request-level cloud governance. Digger focuses on making infrastructure management accessible, policy-driven, and developer-friendly without requiring complex toolchains.

    Founded 2020
    San Francisco, CA
    $6.9M raised
    10 employees

    Used by

    Uber
    Decathlon
    Hard Rock
    HP Enterprise
    +1 more
    Read more about Digger
    Website
    2 tools in directory

    Similar Tools

    Terminal Use icon

    Terminal Use

    Terminal Use is a managed infrastructure platform for deploying and scaling background AI agents with filesystem access, git-native branching, and built-in observability.

    InstaVM icon

    InstaVM

    Instant cloud infrastructure for AI agents — hardware-isolated microVMs with runtime, storage, networking, secrets injection, and egress control.

    Agent Sandbox icon

    Agent Sandbox

    A secure runtime API for AI agents to execute Python and shell commands in sandboxed environments with file handling.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    321 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    350 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    528 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions