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

@mrquake/quakecode-cli

v0.64.31

Published

Quake Code is a terminal-first coding assistant with sessions, file tools, shell tools, skills, themes, and multi-provider support.

Readme

Quake Code

Quake Code is a terminal-first coding assistant for reading files, editing code, running shell commands, managing sessions, and working across multiple model providers from one CLI.

Why Quake Code

  • Built for terminal-native coding workflows
  • Fast interactive UI with sessions, resume, and export
  • Built-in file and shell tools for real repo work
  • Supports themes, extensions, prompts, and skills
  • Uses its own config directory: ~/.quake-code/agent

Install

npm install -g @mrquake/quakecode-cli

Start it with either command:

quake

or:

quake-code

Update

quake update

OpenRouter: use any model you want

Set your OpenRouter API key:

export OPENROUTER_API_KEY=...

PowerShell:

$env:OPENROUTER_API_KEY="..."

Then launch Quake Code with any OpenRouter model ID:

quake --provider openrouter --model qwen/qwen3.6-plus:free

Other examples:

quake --provider openrouter --model qwen/qwen3-coder:free
quake --provider openrouter --model anthropic/claude-sonnet-4
quake --provider openrouter --model openai/gpt-4o

If a model exists on OpenRouter but is not yet bundled in Quake's known model list, Quake can still fall back to that custom model ID.

First Run

Inside Quake Code, common starting commands are:

  • /login — authenticate with a provider
  • /model — choose a model
  • /settings — open settings
  • /resume — resume a previous session
  • /init — generate an AGENTS.md template for the current project

Core Features

  • Interactive terminal UI
  • Session save, resume, fork, compact, and export
  • Built-in file tools: read, bash, edit, write, grep, find, ls
  • Bundled browser automation tools and bundled web_search
  • Bundled Quake skills and subagents support
  • Skills, prompts, themes, and extensions
  • Project instructions via AGENTS.md
  • Multiple providers and model switching

Quick Examples

quake
quake "Review the current project"
quake -p "Summarize this repository"
quake --tools read,grep,find,ls -p "Review this codebase"

Config Paths

Quake Code uses its own runtime state and configuration paths:

  • Config root: ~/.quake-code/agent
  • Settings: ~/.quake-code/agent/settings.json
  • Auth: ~/.quake-code/agent/auth.json
  • Sessions: ~/.quake-code/agent/sessions
  • Extensions: ~/.quake-code/agent/extensions
  • Skills: ~/.quake-code/agent/skills
  • Prompts: ~/.quake-code/agent/prompts
  • Themes: ~/.quake-code/agent/themes

Environment Variables

  • QUAKE_CODE_CODING_AGENT_DIR
  • QUAKE_CODE_PACKAGE_DIR
  • QUAKE_CODE_OFFLINE
  • QUAKE_CODE_SHARE_VIEWER_URL
  • QUAKE_CODE_AI_ANTIGRAVITY_VERSION

Provider-specific environment variables still apply, for example:

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • GEMINI_API_KEY
  • OPENROUTER_API_KEY
  • AWS_PROFILE

Packaging Notes

For local package testing:

bun run build
npm pack
npm install -g ./mrquake-quakecode-cli-0.64.23.tgz
quake --help

License

MIT