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

@krishivpb60/krims-voice-ai

v2.5.7

Published

Krishiv Studios — Krims Voice AI Cyberpunk Terminal & Discord Bot

Readme

⚡ KRIMS VOICE AI (CLI & DISCORD)

Universal Cyberpunk Voice & Neural Assistant — CLI Power Terminal & Multi-Channel Discord Bot

  ╔══════════════════════════════════════════════════════════════════════════════╗
  ║   ██╗  ██╗██████╗ ██╗███╗   ███╗███████╗    ██╗   ██╗██████╗ ██╗ ██████╗███████╗║
  ║   ██║ ██╔╝██╔══██╗██║████╗ ████║██╔════╝    ██║   ██║██╔═══██╗██║██╔════╝██╔════╝║
  ║   █████╔╝ ██████╔╝██║██╔████╔██║███████╗    ██║   ██║██║   ██║██║██║     █████╗  ║
  ║   ██╔═██╗ ██╔══██╗██║██║╚██╔╝██║╚════██║    ╚██╗ ██╔╝██║   ██║██║██║     ██╔══╝  ║
  ║   ██║  ██╗██║  ██║██║██║ ╚═╝ ██║███████║     ╚████╔╝ ╚██████╔╝██║╚██████╗███████╗║
  ║   ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝     ╚═╝╚══════╝      ╚═══╝   ╚═════╝ ╚═╝ ╚═════╝╚══════╝║
  ╚══════════════════════════════════════════════════════════════════════════════╝

Krims Voice AI is a production-grade AI assistant featuring both a Cyberpunk Terminal CLI and a Discord Bot Engine. Powered by Google Gemini 2.5 Flash, it combines speech recognition, text-to-speech synthesis, local Windows app automation, and reasoning modes.


✨ Features

  • Krims Code CLI Power — Cyberpunk ASCII art, live latency telemetry, and interactive slash commands (/mode, /voice, /listen, /status).
  • 🤖 Krims Code AI Discord Integration — Native Discord bot interface with command prefixes (!krims), rich embeds, and auto-response channels (#krims-ai).
  • 🎙️ Voice Microphone Input & Speech Synthesis — Hands-free microphone listening via Google Speech Recognition + TTS via pyttsx3.
  • 🧠 4 Neural Reasoning ModesSYNTHESIS, RESEARCH, ARCHITECT, TITAN.
  • 💻 Local App Automation — Launch Calculator, Notepad, CMD, YouTube, Google Calendar, and random music playback from local directory.
  • 🔌 Offline Fallback Companion — Responds gracefully even without an active API key.

🚀 Quick Start

1. Environment Setup

Clone the repository and copy .env.example to .env:

cp .env.example .env

Set your keys inside .env:

GEMINI_API_KEY=AIza_your_gemini_api_key
DISCORD_BOT_TOKEN=your_discord_bot_token

2. Install Dependencies

pip install -r requirements.txt

Or install as a console CLI package:

pip install -e .

🎮 Usage

Launch Cyberpunk CLI Mode

python jarvis.py
# or if installed via pip:
krims-voice

CLI Slash Commands:

  • /listen : Record voice input directly from your microphone
  • /mode <synthesis|research|architect|titan> : Change reasoning mode
  • /voice <on|off> : Enable or disable text-to-speech voice output
  • /status : View system telemetry & latency
  • /clear : Clear screen display
  • /exit : Exit program

Launch Discord Bot Mode

python jarvis.py --discord
# or:
krims-voice-discord

Discord Bot Commands:

  • !krims ask <question> : Ask Krims Voice AI a question
  • !krims status : View bot status & active reasoning mode
  • !krims mode <mode> : Change bot reasoning mode

📜 License

Open-source and free to use under the MIT License. Developed by the Krims Code Team.