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.

Set flake license to MPL-2.0

+1 -1
+1 -1
flake.nix
··· 79 79 meta = with pkgs.lib; { 80 80 description = "pocketenv environment manager"; 81 81 homepage = "https://github.com/pocketenv-io/pocketenv"; 82 - license = licenses.mit; # adjust if different 82 + license = "MPL-2.0"; 83 83 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 84 84 mainProgram = "pocketenv"; 85 85 };