# Kuma Voice

> A self-hosted voice assistant for Apple Watch.

- **Website:** https://github.com/itsperini/kuma-voice
- **Pricing:** unknown
- **Categories:** Video & Audio, Developer Tools
- **Tags:** video-audio, developer-tools, productivity
- **Platforms:** CLI, API
- **Last verified:** 2026-08-26
- **Canonical page:** https://linkrena.com/tools/kuma-voice

## About

Kuma Voice is a self-hosted, watch-only voice assistant prototype. The Watch

off the device and streams a spoken answer back. Optional tools add web search,

This repository does not include a public backend or any credentials. Run your

Start the backend, select an Apple Watch simulator, and press Run.

The checked-in configuration uses http://127.0.0.1:8000 . For a physical Watch

Edit watchos/Local.xcconfig with your own HTTPS backend URL. If the backend has

an API token, put the same value in KUMA_API_TOKEN . This file is ignored by

Git. Local HTTP is allowed for development; remote deployments must use HTTPS.

KUMA_API_TOKEN is optional only for local development. If it is empty, the API

accepts requests without authentication. Always set a long random value when the

The token protects every /api/v1 HTTP and WebSocket endpoint. /health

The included fly.toml deliberately contains no app name or personal region.

then rebuild the Watch app. Use openssl rand -hex 32 to generate a suitable

Provider secrets belong only in backend/.env locally or in your host's secret

store. The full list and safe placeholders are in backend/.env.example .

Set EXA_API_KEY to let the realtime assistant search the web.

Share only the pages Kuma should access with that integration.

Run uv run python -m scripts.google_calendar_auth from backend and save

## Related tools

- [Hexstrike AI](https://linkrena.com/tools/hexstrike-ai): HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pent…
- [CAIPE](https://linkrena.com/tools/caipe): Open-source multi-agent system for AI-powered platform engineering.
- [CarWatch](https://linkrena.com/tools/carwatch): Your car as a chat-room agent: Raspberry Pi 5 + dashcam + local AI.
- [Texbrain](https://linkrena.com/tools/texbrain): FOSS browser-based LaTeX editor with live preview, on-demand packages and git integration.
- [Tako VM](https://linkrena.com/tools/tako-vm): Tako VM is a secure file system and Python execution layer for AI agents: gVisor-isolated Docker containers with job queues, workers, retries, and replay.
- [AI Megalist](https://linkrena.com/tools/ai-megalist): Curated index of 200+ AI tools, one writeup per tool with hands-on takes.
