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

@voxcode-dev/voxcode

v0.1.8

Published

AI-powered coding agent for terminal-first development workflows

Downloads

556

Readme

Voxcode

AI coding assistant for the terminal

read · bash · edit · write — in your terminal, with any LLM.

npm version License: MIT Platform


npm i -g @voxcode-dev/voxcode

vox                           # interactive TUI
vox -p "Summarize this repo"  # one-shot
vox -c                        # resume session
vox -u                        # self-update

At a Glance

| | | |---|---| | Interactive TUI | Full-screen terminal with diffs, file tree, session management | | One-shot mode | vox -p "prompt" for CI, automation, quick queries | | Multi-LLM | OpenAI, Anthropic, Gemini, Mistral, Groq, OpenRouter, Bedrock, Azure, Together AI, + custom | | Sessions | Persist, resume, branch, compact across restarts | | Skills | Packaged prompt workflows — review, test, migrate | | Extensions | Custom tools, providers, lifecycle hooks | | Read-only | -t read,grep,find,ls — audit without modification |


Flags

  -p, --print                 Non-interactive (process and exit)
  -c, --continue              Continue previous session
  -r, --resume                Select session to resume
  -u, --update                Self-update
  -s, --session <id>          Use specific session
  -h, --help                  Show help
  -v, --version               Show version

  --provider <name>           LLM provider (default: google)
  --model <pattern>           Model ID (supports provider/id and :thinking)
  --thinking <level>          off | minimal | low | medium | high | xhigh
  --models <patterns>         Ctrl+P cycling (comma-separated, globs)
  -t, --tools <list>          Enable only these tools
  -nt, --no-tools             Disable all tools
  -e, --extension <path>      Load extension (repeatable)
  --skill <path>              Load skill file/dir (repeatable)
  -nc, --no-context-files     Disable AGENTS.md / CLAUDE.md
  --list-models [search]      List available models
  --export <file>             Export session to HTML
  --offline                   Skip network checks

Commands

  install <source>       Install extension
  remove  <source>       Remove extension
  list                   List installed extensions
  config                 Manage resources (TUI)
  update self            Update voxcode

Built-in Tools

  read    Read file contents       (always on)
  bash    Execute shell commands   (always on)
  edit    Find/replace edits       (always on)
  write   Create/overwrite files   (always on)
  grep    Search file contents     (off by default)
  find    Glob pattern search      (off by default)
  ls      List directories         (off by default)

API Keys

  ANTHROPIC_API_KEY          Anthropic Claude
  OPENAI_API_KEY             OpenAI GPT
  GEMINI_API_KEY             Google Gemini
  MISTRAL_API_KEY            Mistral AI
  DEEPSEEK_API_KEY           DeepSeek
  OPENROUTER_API_KEY         OpenRouter (100+ models)
  GROQ_API_KEY               Groq
  AWS_PROFILE + AWS_REGION   Amazon Bedrock
  AZURE_OPENAI_API_KEY       Azure OpenAI
  XAI_API_KEY                xAI Grok
  FIREWORKS_API_KEY          Fireworks AI
  TOGETHER_API_KEY           Together AI
  CEREBRAS_API_KEY           Cerebras
  CLOUDFLARE_API_KEY         Cloudflare Workers AI

Packages

| Package | Purpose | |---------|---------| | voxcode | CLI + runtime | | voxcode-ai | LLM providers & models | | voxcode-agent | Agent loop & orchestration | | voxcode-tui | Terminal UI components |

Full docs: github.com/voxcode-dev/voxcode

License

MIT