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.

Silence mv stdout when installing pocketenv

+1 -1
+1 -1
install.sh
··· 78 78 fi 79 79 fi 80 80 else 81 - mv /tmp/pocketenv $INSTALL_DIR 2>/dev/null || sudo mv /tmp/pocketenv $INSTALL_DIR 81 + mv /tmp/pocketenv $INSTALL_DIR > /dev/null || sudo mv /tmp/pocketenv $INSTALL_DIR 82 82 fi 83 83 84 84 # Clean up temporary files