OpenZoo Bot v1.3.23
·
6 commits
to main
since this release
- Silicon Mac: download the arm64.dmg
- Intel Mac: the DMG with no
arm64in the name - Windows: the exe
- Linux: the AppImage (
-arm64on ARM boxes)
This is Grok Bot + the openzoo CLI, without installing Node. Same trick as the old grokui desktop app: Electron is Node (ELECTRON_RUN_AS_NODE), and the sidecar lives in node_modules/openzoo.
On first launch the app:
- Starts the local zoo proxy (
:8402) and the Grok Bot hijack (:8443) - Downloads the matching Grok Bot binary from the
grokbot-v*multiarch release if it is not already installed - Writes
~/.local/bin/openzoo(Windows:%LOCALAPPDATA%\openzoo\bin\openzoo.cmd) soopenzoo claude/openzoo balancework from a terminal with no npx
Grok Bot vendor builds (the 300MB Electron app) stay on the grokbot-v* release — this installer is the runtime.
Add ~/.local/bin to PATH on Mac if openzoo is not found after launch:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
Full Changelog: openzoo-bot-v1.3.22...openzoo-bot-v1.3.23