cloudflare/moltworker

Description: Run OpenClaw, (formerly Moltbot, formerly Clawdbot) on Cloudflare Workers

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on February 28th, 2026
Created on January 27th, 2026
Open Issues & Pull Requests: 97 (+0)
Number of forks: 1,752
Total Stargazers: 9,917 (+0)
Total Subscribers: 46 (+0)

Issue Activity (beta)

Open issues: 67
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 40 days
Stale 30+ days: 66
Stale 90+ days: 60

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 5.4 hours
Mean response time: 5.2 days
90th percentile: 10.9 days
Tracked items: 112

Most active contributors

Detailed Description

Moltworker is a TypeScript project that enables running OpenClaw, a personal AI assistant formerly known as Moltbot and Clawdbot, on Cloudflare Workers infrastructure. The project packages OpenClaw to execute within Cloudflare Sandbox containers, providing a fully managed, always-on deployment option without requiring traditional self-hosting. It represents an experimental proof of concept demonstrating that OpenClaw can operate within Cloudflare's serverless sandbox environment, though the project explicitly notes it is not officially supported and may break without notice.

OpenClaw itself is a multi-channel AI assistant with a gateway architecture that connects to platforms including Telegram, Discord, and Slack. The system features a web-based control UI for chat interactions, device pairing with secure DM authentication requiring explicit approval, persistent conversation history and context across sessions, and an extensible agent runtime with workspace and skills capabilities. By running on Cloudflare Workers, the deployment leverages edge computing infrastructure while maintaining the full feature set of the OpenClaw platform.

The project requires a Cloudflare Workers Paid plan at five dollars per month to access Cloudflare Sandbox containers, along with an Anthropic API key for Claude access or integration with Cloudflare's AI Gateway unified billing. Several Cloudflare features used by the project have free tiers, including Cloudflare Access for authentication, Browser Rendering for navigation, AI Gateway for optional API routing and analytics, and R2 Storage for optional persistence. The approximate monthly cost for running a standard-1 container instance with 1/2 vCPU, 4 GiB memory, and 8 GB disk is around 34.50 dollars, though this can be significantly reduced by configuring the container to sleep during idle periods.

The architecture includes an admin UI accessible at the /_admin/ path for managing device pairing, viewing R2 storage status, restarting the gateway process, and approving paired devices. Authentication uses device pairing by default, where new devices must be explicitly approved through the admin UI before gaining access. The system supports persistent storage through R2 integration, using a backup and restore approach where configuration data syncs to R2 every five minutes and restores on container startup, ensuring paired devices and conversation history survive container restarts.

According to GitGenius activity tracking across 112 issues and pull requests, the repository maintains a median response latency of 5.4 hours with a mean of 124.8 hours. The most active contributors are sidharthachatterjee with 54 tracked events, andreasjansson with 33 events, and elithrar with 12 events. The repository shares overlapping contributors with nodejs/node, tobymao/sqlglot, and openclaw/openclaw, indicating connections to broader open source ecosystems. The project is classified across multiple infrastructure and cloud platform domains including Cloudflare Workers, serverless deployment, edge computing, automation, and configuration management, reflecting its role as a deployment and infrastructure solution for running AI agents on Cloudflare's platform.

moltworker
by
cloudflarecloudflare/moltworker

Repository Details

Fetching additional details & charts...