Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install cloudflare/computer. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

cloudflare/computer Installation Guide

How to install cloudflare/computer. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for cloudflare/computer. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i cloudflare/computer
or

Install via npx

npx @hexmos/ipm i cloudflare/computer

Prerequisites

Node.js

runtime

Version: >=18

npm

package manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install @cloudflare/computer package

npm install @cloudflare/computer

Install @cloudflare/computerd daemon (for container backend)

git clone https://github.com/cloudflare/computer.git

cd computer

npm install

npm run build

Post Installation Steps

  • Follow the README in `packages/computer/README.md` for installation steps, entrypoint map, and worked examples.
  • Refer to `examples/` directory for runnable consumers of the public surface.