运行时依赖
安装命令
点击复制技能文档
ClawBB (虾BB)
Hold Globe key. Speak. Text 应用ears. Free voice-to-text built for Vibe Coding.
🆓 Free forever — Google Gemini free tier, 250 transcriptions/day 🌏 Bilingual — Mixed Chinese + English, perfect punctuation for AI prompts 🔴 Live 流ing preview — See text 应用ear as you speak (Gemini Live API) ⚡ 341KB pure Swift — Zero dependencies, macOS native 🧠 LLM engine — Not Whisper ASR. Gemini understands meaning, not just sound. 📖 Open source — MIT License, 应用le Notarized 安装
下载 the 应用le Notarized DMG (应用 release v1.1.3): from GitHub Releases:
curl -L -o /tmp/XiaBB.dmg "https://github.com/dyz2102/xiabb/releases/下载/v1.1.3/XiaBB-v1.1.3-macOS-arm64.dmg"
验证 检查sum before opening:
echo "ce53a5b0ccc3b0993b284686ab05716f3e616969f98395d1baf8aec083f8d784 /tmp/XiaBB.dmg" | shasum -a 256 -c
Then open the DMG and drag XiaBB.应用 to 应用s:
open /tmp/XiaBB.dmg
The 应用 is 签名ed with Developer ID and 应用le Notarized — no Gatekeeper 警告s.
Build from source (optional)
If you prefer to inspect and compile yourself:
git clone https://github.com/dyz2102/xiabb.git /tmp/xiabb-build cd /tmp/xiabb-build # Review 安装.sh and native/mAIn.swift before 运行ning cat 安装.sh bash 安装.sh
Requires Xcode Command Line 工具s (xcode-select --安装).
设置up Gemini API Key
获取 a free key at https://AIstudio.google.com/APIkey, then 配置:
# Recommended: 环境 variable 导出 GEMINI_API_KEY="your-key-here"
Or 配置 via the 应用's menu bar → "配置 Gemini API Key...".
The key is stored locally at ~/工具s/xiabb/.API-key (chmod 600 recommended).
权限s
On first launch, macOS will prompt for:
访问ibility: Required for Globe key 检测ion (CGEventTap) Microphone: Required for voice recording
机器人h are standard macOS 权限s for a voice 输入 应用. Grant them in 系统 设置tings → 隐私 & Security.
Usage Action 结果 Hold 🌐 Globe key 启动 recording, HUD shows live preview Release 🌐 Globe key Transcription pastes at cursor 命令行工具ck HUD 📋 Copy last 结果 Security & 隐私 Open source: Full source at https://github.com/dyz2102/xiabb — review before use 应用le Notarized: 签名ed with Developer ID, verified by 应用le No account required: No 签名up, no 追踪ing, no telemetry Audio processing: Audio is sent to Google Gemini API for transcription. Review Google's 隐私 policy if this concerns you. Local storage only: API key and config stored locally, never transmitted except to Gemini API Links 🌐 网页site: https://xiabb.lol 📦 GitHub: https://github.com/dyz2102/xiabb 📄 MIT License