npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@voxd/cli

v0.4.6

Published

Command-line tools for local transcription and text-to-speech with Vox.

Downloads

1,301

Readme

@voxd/cli

Transcribe files, generate speech, and manage Vox from the terminal. Installing this package adds the vox command.

Install

npm install -g @voxd/cli

Requires Node 22+ on macOS.

First-time setup

Install Vox Companion, then connect the CLI to its local service:

vox install
vox doctor

vox doctor should finish with ready: true.

Common tasks

# Transcribe a file
vox warmup start parakeet:v3
vox transcribe file --metrics --timestamps /tmp/sample.wav

# Generate speech
vox voices --model avspeech:system
vox speak --metrics "Hello from Vox"

# Inspect the runtime
vox daemon status
vox perf dashboard
vox logs daemon --tail 80

Run vox help for the complete command list.

Install Minivox

Minivox is the small, single-purpose dictation app. Install it without adding another npm package:

npx -y @voxd/cli@latest install mini

The installer opens Minivox automatically. Look for the waveform in the menu bar. Put the cursor where you want text, press ⌥Space to start dictating, then press ⌥Space again to stop. The first use asks for microphone access, and the first dictation may download Parakeet. Minivox always copies the result; grant Accessibility access when prompted if you also want it pasted automatically.

The installer adds minivox under ~/.local/bin. Use minivox settings to change the shortcut or microphone. Use --quiet for errors-only output or --verbose to include Apple verification and disk-image details.

minivox
minivox settings
minivox quit

Useful command groups

  • vox doctor — check that Vox is ready
  • vox transcribe — transcribe files, benchmark, or use the microphone
  • vox speak and vox voices — generate speech
  • vox warmup and vox models — prepare speech models
  • vox history, vox logs, and vox perf — inspect activity and timing
  • vox daemon — start, stop, or check the local service

Choose the right package

  • Terminal: @voxd/cli
  • Bun or Node: @voxd/sdk
  • Browser: @voxd/client
  • macOS or iOS app: embed VoxCore and VoxEngine

Learn more

License

MIT