clawd-computer / README.md
ordlibrary's picture
Clawd Computer README v2: 🦞 emoji, ecosystem links,
97ef11c verified
|
Raw
History Blame Contribute Delete
1.67 kB
---
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](https://huggingface.co/solanaclawd) agents β€” the homebase on Hugging Face. Powered by [x402.wtf](https://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`](https://github.com/tsl0922/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
- **Main site:** [x402.wtf](https://x402.wtf)
- **Org:** [huggingface.co/solanaclawd](https://huggingface.co/solanaclawd)
- **GitHub:** [Solizardking/solana-clawd](https://github.com/Solizardking/solana-clawd)
- **Token:** `$CLAWD` β€” `8cHzQHUS2s2h8TzCmfqPKYiM4dSt4roa3n7MyRLApump`
## Layout
- `/` β€” the homebase landing console
- `/terminal/` β€” live interactive terminal with Clawd ASCII art banner
## Run locally
```bash
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](https://huggingface.co/solanaclawd) · [x402.wtf](https://x402.wtf) · MIT