JSPM

voxagent

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q41959F
  • License Apache-2.0

Voice-powered terminal agent. Fully offline. Speak commands, get answers.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (voxagent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    voxagent

    Voice-powered terminal agent. Fully offline.

    Press a key, speak, get an answer. Nothing leaves your machine.

    Quick start

    npm install -g voxagent
    voxagent

    Requirements

    • Node.js 18+
    • Ollama running locally

    That's it. No API keys. No cloud accounts. No recurring costs.

    On first run, voxagent downloads a small whisper model (~150 MB) for speech-to-text. Everything runs on your machine.

    Usage

    $ voxagent
    
    Press ENTER to speak...
    [Recording...] Press ENTER to stop.
    
    Transcribing...
    You: What's the default port for PostgreSQL?
    
    Thinking...
    PostgreSQL runs on port 5432 by default.
    
    Press ENTER to speak...

    Options

    --model <name>   Ollama model to use (default: llama3.2)
    --help, -h       Show help
    --version, -v    Show version

    How it works

    voxagent captures your voice with decibri, transcribes it locally with whisper.cpp, sends the text to your local Ollama model, and prints the response.

    No audio is recorded, stored, or transmitted. Ever.

    Powered by

    License

    Apache 2.0