--- 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