← 返回
开发者工具 中文

Whisper Local Api

Secure, offline, OpenAI-compatible local Whisper ASR endpoint for OpenClaw. Features faster-whisper (large-v3-turbo), built-in privacy with no cloud telemetr...
OpenClaw 的安全离线、兼容 OpenAI 的本地 Whisper 语音识别端点。采用 faster-whisper (large-v3-turbo),内置隐私保护,无云端遥测。
hantok hantok 来源
开发者工具 clawhub v1.0.0 1 版本 99886.1 Key: 无需
★ 0
Stars
📥 877
下载
💾 58
安装
1
版本
#latest

概述

Whisper Local API - Secure & Private ASR

Deploy a privacy-first, 100% local speech-to-text service in a deterministic way. This allows OpenClaw to process audio transcriptions safely on your own hardware without ever contacting third-party cloud APIs.

Key SEO & Security Features

  • 100% Offline & Private: Your voice data, commands, and transcriptions never leave your host system. Zero cloud dependencies.
  • Highly Accurate: Uses the large-v3-turbo model via faster-whisper, achieving state-of-the-art accuracy even with accents or background noise.
  • Memory Safe: Operates around ~400-500MB of RAM, making it extremely lightweight for VPS or low-resource edge servers.
  • OpenAI API Compatible: Exposes a strict /v1/audio/transcriptions endpoint mimicking OpenAI's JSON format. Compatible natively with any software that supports OpenAI's Whisper API.

Standard Workflow

  1. Install/update runtime:

```bash

bash scripts/bootstrap.sh

```

  1. Start service:

```bash

bash scripts/start.sh

```

  1. Validate service health:

```bash

bash scripts/healthcheck.sh

```

  1. (Optional) Run a smoke transcription test with a local audio file:

```bash

bash scripts/smoke-test.sh /path/to/test-speech.mp3

```

Repo Location

Default install/update path used by scripts:

  • ~/whisper-local-api

Override with env var before running scripts:

WHISPER_DIR=/custom/path bash scripts/bootstrap.sh

OpenClaw Integration Notes

After the healthcheck passes, use the secure local endpoint:

  • URL: http://localhost:9000
  • Endpoint: /v1/audio/transcriptions

No authentication tokens are passed over the network.

Safety Rules

  • Ask before any package-manager operations.
  • The API securely binds locally to 0.0.0.0. If exposing to the public internet, deploy behind a secure reverse proxy (like Nginx) and enforce HTTPS + Basic Auth.
  • This service will safely auto-fallback memory allocation modes (float16 -> int8) to prevent CPU crashes.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 15:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 194 📥 67,416
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,427
it-ops-security

Parakeet Local Asr

hantok
在 Ubuntu/Linux 和 macOS (Intel/Apple Silicon) 上安装并运行本地 NVIDIA Parakeet ASR,为 OpenClaw 提供 OpenAI 兼容的转录 API。
★ 0 📥 1,191