Bench Legal WorkspaceE-ContractE-EvidenceTrusted TimestampGeneral AgentOmni AgentLegal AgentE-Identity AgentBench Legal WorkspaceE-ContractE-EvidenceTrusted TimestampGeneral AgentOmni AgentLegal AgentE-Identity AgentBench Legal WorkspaceE-ContractE-EvidenceTrusted TimestampGeneral AgentOmni AgentLegal AgentE-Identity Agent
crab code›workspace›acosmi-bench
GUITUI
GUI × TUI running together
Indexing, planning, testing and replaying every step
crabcode omni agent
Workspace, debugger, execution graph — install and go. Recommended for most users.
macOSApple SiliconComing soon
macOSIntelComing soon
Windowsx64Coming soon
Linuxx64 · AppImageComing soon
Talk, edit and run tests right in your terminal. Great for CLI, remote and automation.
International: install straight from GitHub Releases. Detects your OS and chip/architecture automatically.
VERSION=1.3.38
case "$(uname -s)-$(uname -m)" in
Darwin-arm64) PLATFORM=darwin-arm64 ;;
Darwin-x86_64) PLATFORM=darwin-x64 ;;
Linux-x86_64|Linux-amd64) PLATFORM=linux-x64 ;;
Linux-aarch64|Linux-arm64) PLATFORM=linux-arm64 ;;
*) echo "unsupported: $(uname -s)-$(uname -m)"; exit 1 ;;
esac
curl -fsSL -o /tmp/crabcode.tar.gz "https://github.com/acosmi/crabcode/releases/download/v1.3.38/crabcode-${VERSION}-${PLATFORM}.tar.gz"
rm -rf "$HOME/.local/share/crabcode" && mkdir -p "$HOME/.local/share/crabcode"
tar -xzf /tmp/crabcode.tar.gz --strip-components=1 -C "$HOME/.local/share/crabcode"
command -v xattr >/dev/null 2>&1 && xattr -dr com.apple.quarantine "$HOME/.local/share/crabcode" 2>/dev/null || true
SHELL_RC="$HOME/.zshrc"; [ -n "$BASH_VERSION" ] && SHELL_RC="$HOME/.bashrc"
grep -q '/.local/share/crabcode' "$SHELL_RC" 2>/dev/null || echo 'export PATH="$HOME/.local/share/crabcode:$PATH"' >> "$SHELL_RC"
export PATH="$HOME/.local/share/crabcode:$PATH"
crabcode --versionProduct desktops
Mobile / browser
Extension-mode package for browser automation; connects real Chrome through native host.
