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.

update flake.nix

-2
-2
flake.nix
··· 62 62 ${lib.optionalString pkgs.stdenv.isLinux '' 63 63 cat > $out/bin/pocketenv <<'EOF' 64 64 #!${pkgs.runtimeShell} 65 - export LANG="${LANG:-C.UTF-8}" 66 - unset LC_ALL 67 65 exec "__TARGET__" "$@" 68 66 EOF 69 67