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.

Use $HOME in BLE install prefix

+38 -38
+1 -1
daytona/amp/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/claude/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/codex/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/copilot/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/crush/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/cursor/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/gemini/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/kilo/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/kiro/Dockerfile
··· 67 67 68 68 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 69 69 mkdir -p ~/.local && \ 70 - make -C ble.sh install PREFIX=~/.local && \ 70 + make -C ble.sh install PREFIX=$HOME/.local && \ 71 71 rm -rf ble.sh && \ 72 72 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 73 73 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/mise/Dockerfile
··· 66 66 67 67 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 68 68 mkdir -p ~/.local && \ 69 - make -C ble.sh install PREFIX=~/.local && \ 69 + make -C ble.sh install PREFIX=$HOME/.local && \ 70 70 rm -rf ble.sh && \ 71 71 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 72 72 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/nix/Dockerfile
··· 69 69 70 70 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 71 71 mkdir -p ~/.local && \ 72 - make -C ble.sh install PREFIX=~/.local && \ 72 + make -C ble.sh install PREFIX=$HOME/.local && \ 73 73 rm -rf ble.sh && \ 74 74 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 75 75 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/nullclaw/Dockerfile
··· 78 78 79 79 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 80 80 mkdir -p ~/.local && \ 81 - make -C ble.sh install PREFIX=~/.local && \ 81 + make -C ble.sh install PREFIX=$HOME/.local && \ 82 82 rm -rf ble.sh && \ 83 83 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 84 84 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/openclaw/Dockerfile
··· 76 76 77 77 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 78 78 mkdir -p ~/.local && \ 79 - make -C ble.sh install PREFIX=~/.local && \ 79 + make -C ble.sh install PREFIX=$HOME/.local && \ 80 80 rm -rf ble.sh && \ 81 81 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 82 82 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/opencode/Dockerfile
··· 68 68 69 69 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 70 70 mkdir -p ~/.local && \ 71 - make -C ble.sh install PREFIX=~/.local && \ 71 + make -C ble.sh install PREFIX=$HOME/.local && \ 72 72 rm -rf ble.sh && \ 73 73 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 74 74 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/opencrust/Dockerfile
··· 78 78 79 79 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 80 80 mkdir -p ~/.local && \ 81 - make -C ble.sh install PREFIX=~/.local && \ 81 + make -C ble.sh install PREFIX=$HOME/.local && \ 82 82 rm -rf ble.sh && \ 83 83 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 84 84 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/picoclaw/Dockerfile
··· 78 78 79 79 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 80 80 mkdir -p ~/.local && \ 81 - make -C ble.sh install PREFIX=~/.local && \ 81 + make -C ble.sh install PREFIX=$HOME/.local && \ 82 82 rm -rf ble.sh && \ 83 83 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 84 84 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/pkgx/Dockerfile
··· 66 66 67 67 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 68 68 mkdir -p ~/.local && \ 69 - make -C ble.sh install PREFIX=~/.local && \ 69 + make -C ble.sh install PREFIX=$HOME/.local && \ 70 70 rm -rf ble.sh && \ 71 71 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 72 72 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/wasmer/Dockerfile
··· 67 67 68 68 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 69 69 mkdir -p ~/.local && \ 70 - make -C ble.sh install PREFIX=~/.local && \ 70 + make -C ble.sh install PREFIX=$HOME/.local && \ 71 71 rm -rf ble.sh && \ 72 72 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 73 73 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
daytona/zeroclaw/Dockerfile
··· 78 78 79 79 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 80 80 mkdir -p ~/.local && \ 81 - make -C ble.sh install PREFIX=~/.local && \ 81 + make -C ble.sh install PREFIX=$HOME/.local && \ 82 82 rm -rf ble.sh && \ 83 83 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 84 84 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/amp/Dockerfile
··· 87 87 88 88 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 89 89 mkdir -p ~/.local && \ 90 - make -C ble.sh install PREFIX=~/.local && \ 90 + make -C ble.sh install PREFIX=$HOME/.local && \ 91 91 rm -rf ble.sh && \ 92 92 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 93 93 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/claude/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/codex/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/copilot/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/crush/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/cursor/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/gemini/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/kilo/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/kiro/Dockerfile
··· 87 87 88 88 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 89 89 mkdir -p ~/.local && \ 90 - make -C ble.sh install PREFIX=~/.local && \ 90 + make -C ble.sh install PREFIX=$HOME/.local && \ 91 91 rm -rf ble.sh && \ 92 92 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 93 93 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/mise/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/nix/Dockerfile
··· 89 89 90 90 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 91 91 mkdir -p ~/.local && \ 92 - make -C ble.sh install PREFIX=~/.local && \ 92 + make -C ble.sh install PREFIX=$HOME/.local && \ 93 93 rm -rf ble.sh && \ 94 94 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 95 95 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/nullclaw/Dockerfile
··· 98 98 99 99 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 100 100 mkdir -p ~/.local && \ 101 - make -C ble.sh install PREFIX=~/.local && \ 101 + make -C ble.sh install PREFIX=$HOME/.local && \ 102 102 rm -rf ble.sh && \ 103 103 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 104 104 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/openclaw/Dockerfile
··· 96 96 97 97 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 98 98 mkdir -p ~/.local && \ 99 - make -C ble.sh install PREFIX=~/.local && \ 99 + make -C ble.sh install PREFIX=$HOME/.local && \ 100 100 rm -rf ble.sh && \ 101 101 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 102 102 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/opencode/Dockerfile
··· 86 86 87 87 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 88 88 mkdir -p ~/.local && \ 89 - make -C ble.sh install PREFIX=~/.local && \ 89 + make -C ble.sh install PREFIX=$HOME/.local && \ 90 90 rm -rf ble.sh && \ 91 91 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 92 92 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/opencrust/Dockerfile
··· 100 100 101 101 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 102 102 mkdir -p ~/.local && \ 103 - make -C ble.sh install PREFIX=~/.local && \ 103 + make -C ble.sh install PREFIX=$HOME/.local && \ 104 104 rm -rf ble.sh && \ 105 105 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 106 106 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/picoclaw/Dockerfile
··· 100 100 101 101 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 102 102 mkdir -p ~/.local && \ 103 - make -C ble.sh install PREFIX=~/.local && \ 103 + make -C ble.sh install PREFIX=$HOME/.local && \ 104 104 rm -rf ble.sh && \ 105 105 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 106 106 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/pkgx/Dockerfile
··· 88 88 89 89 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 90 90 mkdir -p ~/.local && \ 91 - make -C ble.sh install PREFIX=~/.local && \ 91 + make -C ble.sh install PREFIX=$HOME/.local && \ 92 92 rm -rf ble.sh && \ 93 93 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 94 94 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/wasmer/Dockerfile
··· 87 87 88 88 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 89 89 mkdir -p ~/.local && \ 90 - make -C ble.sh install PREFIX=~/.local && \ 90 + make -C ble.sh install PREFIX=$HOME/.local && \ 91 91 rm -rf ble.sh && \ 92 92 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 93 93 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc
+1 -1
modal/zeroclaw/Dockerfile
··· 101 101 102 102 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 103 103 mkdir -p ~/.local && \ 104 - make -C ble.sh install PREFIX=~/.local && \ 104 + make -C ble.sh install PREFIX=$HOME/.local && \ 105 105 rm -rf ble.sh && \ 106 106 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 107 107 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc