← 返回
开发者工具 中文

Parakeet Local Asr

Install and operate local NVIDIA Parakeet ASR for OpenClaw with an OpenAI-compatible transcription API on Ubuntu/Linux and macOS (Intel/Apple Silicon). Use w...
在 Ubuntu/Linux 和 macOS (Intel/Apple Silicon) 上安装并运行本地 NVIDIA Parakeet ASR,为 OpenClaw 提供 OpenAI 兼容的转录 API。
hantok hantok 来源
开发者工具 clawhub v0.1.0 1 版本 99912.1 Key: 无需
★ 0
Stars
📥 1,137
下载
💾 20
安装
1
版本
#latest

概述

Parakeet Local ASR

Run local Parakeet ASR in a deterministic way.

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/audio.mp3

```

Repo location

Default install/update path used by scripts:

  • ~/parakeet-asr

Override with env var before running scripts:

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

OpenClaw integration notes

After healthcheck passes, use:

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

If a user requests reliability over purity, keep Whisper as fallback provider.

Safety rules

  • Ask before elevated/package-manager operations.
  • Do not kill unrelated processes.
  • Keep changes scoped to ASR setup unless explicitly asked.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 09:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,807
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,717
dev-programming

Whisper Local Api

hantok
OpenClaw 的安全离线、兼容 OpenAI 的本地 Whisper 语音识别端点。采用 faster-whisper (large-v3-turbo),内置隐私保护,无云端遥测。
★ 0 📥 917