Releases: ThinkOffApp/ClawWatch
Releases · ThinkOffApp/ClawWatch
ClawWatch 1.0.0
ClawWatch 1.0.0\n\nHighlights:\n- Production release to main branch\n- Refined watch UI layout and larger avatar/indicator balance\n- Long-press avatar options with Demo live text toggle (Off by default)\n- Refreshed README screenshots from latest watch captures\n- Version bumped to 1.0.0 for watch and phone modules\n
ClawWatch v0.2.0 — Polished UI, Admin Panel & Architecture
What's New
Watch UI
- Avatar system with 5 characters (lobster, ant, robot, boy, girl) + swipe switching
- Action indicator showing state (ear, cloud, magnifier, speech bubble)
- Auto-listen window after response for quick follow-ups
- Battery-aware grey-out below 20%
- Screen stays awake during active conversation
- Flat action bubble (no dark halo overlap)
Security
- EncryptedSharedPreferences for all API keys and config
- Automatic migration from legacy plaintext prefs
- Admin server binds localhost only
Admin Panel
- Web UI at localhost:4747 for watch configuration
- Push API keys, model, avatar, system prompt, RAG mode via ADB WiFi
- Avatar selector, log capture, rebuild & reinstall from browser
- Watch connection status indicator
RAG (Web Search)
- Auto-search mode: detects live-info queries and pre-searches
- Tavily and Brave Search support
- Opus Tool Use mode: Claude decides when to search
- Rolling conversation context for follow-ups
Code Quality
- Vosk recognizer leak fix
- Gzip response handling for Brave API
- ProGuard rules for Vosk/Kaldi JNI
- Architecture diagram in README
ClawWatch v0.1.0 — First AI Agent on a Smartwatch
ClawWatch v0.1.0
The first intelligent AI agent running natively on a Samsung Galaxy Watch.
Tap. Speak. Get an answer.
What's included
- NullClaw agent runtime (Zig, 2.8 MB ARM32 static binary)
- Vosk offline speech-to-text (no cloud needed)
- Android TextToSpeech (pre-installed)
- Direct Anthropic API integration (Claude Opus 4.6 or any provider)
- Admin panel for configuration from Mac
Requirements
- Samsung Galaxy Watch 4 or newer (Wear OS 3+, armeabi-v7a)
- Anthropic API key (or any NullClaw-supported provider)
- ADB for deployment
Install
# Connect watch via ADB wireless debugging, then:
adb install app-debug.apk
./set_key.sh sk-ant-your-key-hereTested on
- Samsung Galaxy Watch 8 (SM-L325F), Wear OS 5
Known limitations
- Wear OS blocks subprocess networking — HTTP calls go through Android's stack, not NullClaw's curl
- ARM32 only (Samsung Wear OS runs 32-bit despite 64-bit hardware)
- Debug APK — production signing coming in v0.2.0