the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix picoclaw download URL in Dockerfile

+1 -1
+1 -1
daytona/picoclaw/Dockerfile
··· 11 11 arm64) PICOCLAW_ARCH="arm64" ;; \ 12 12 *) echo "Unsupported arch: ${TARGETARCH}" && exit 1 ;; \ 13 13 esac && \ 14 - sudo wget -qO /tmp/picoclaw.tar.gz "https://github.com/sipeed/picoclaw/releases/download/${PICOCLAW_VERSION}}/picoclaw_Linux_${PICOCLAW_ARCH}.tar.gz" && \ 14 + sudo wget -qO /tmp/picoclaw.tar.gz "https://github.com/sipeed/picoclaw/releases/download/${PICOCLAW_VERSION}/picoclaw_Linux_${PICOCLAW_ARCH}.tar.gz" && \ 15 15 sudo mkdir -p /home/daytona/.local/bin && \ 16 16 sudo tar -xzf /tmp/picoclaw.tar.gz -C /home/daytona/.local/bin && \ 17 17 sudo chmod +x /home/daytona/.local/bin/picoclaw