clawd-computer / README.md
ordlibrary's picture
Clawd Computer README v2: 🦞 emoji, ecosystem links,
97ef11c verified
|
Raw
History Blame Contribute Delete
1.67 kB
metadata
title: Clawd Computer
emoji: 🦞
colorFrom: purple
colorTo: indigo
sdk: docker
app_port: 7860
pinned: true
license: mit
short_description: Web-based computer + live terminal for Clawd agents

🦞 Clawd Computer

A real, browser-accessible computer for the Clawd agents β€” the homebase on Hugging Face. Powered by x402.wtf.

It is a Docker Space that boots a full Debian userland with a live web terminal (ttyd) and a landing console served by nginx. Pre-loaded with Python, Node.js, git, the hf CLI, ripgrep, jq, curl, and Solana CLI.

What's inside

Layer Tool
Web terminal ttyd β†’ bash
Reverse proxy nginx (landing + websocket-proxies terminal)
Process manager supervisord
Runtime Python 3, Node.js 20, git, curl, jq, ripgrep, hf CLI

Ecosystem

Layout

  • / β€” the homebase landing console
  • /terminal/ β€” live interactive terminal with Clawd ASCII art banner

Run locally

docker build -t clawd-computer .
docker run -p 7860:7860 clawd-computer
# open http://localhost:7860

Secrets

Set HF_TOKEN in the Space Settings β†’ Secrets. Injected as env var at runtime.


🦞 Clawd Computer · solanaclawd · x402.wtf · MIT