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

forcecode-ai

v2.4.2

Published

AI-powered CLI coding assistant — powered by NVIDIA NIM cloud models

Downloads

151

Readme

⚡ Force Code — Autonomous AI Engineering Agent

Force Code is a state-of-the-art AI-powered CLI designed for elite software engineers. It bypasses the limitations of generic chatbots by giving an AI full agentic control over your local codebase and terminal.


🚀 Quick Install

To join the elite, install Force Code globally via npm:

npm install -g forcecode-ai

Once installed, navigate to any project and run:

force

🛠️ Troubleshooting: 'force' not recognized?

If the command force is not recognized after installation, your system's PATH might be missing the npm global bin folder.

Windows Fix (Run in PowerShell as Admin):

$npmPath = "$env:APPDATA\npm"; $currentPath = [Environment]::GetEnvironmentVariable("Path", "User"); if ($currentPath -notlike "*$npmPath*") { $newPath = "$currentPath;$npmPath"; [Environment]::SetEnvironmentVariable("Path", $newPath, "User"); Write-Host "✅ PATH updated. Please restart terminal." -ForegroundColor Green }

Linux / macOS Fix:

export PATH=$PATH:$(npm config get prefix)/bin

🎨 Platform Features

Force Code is not just a chatbot. It's a senior software architect with 21 specialized engineering skills:

  • 🖥️ Computer Use (Agentic): Grant the AI full permission to execute tasks on your OS.
  • 🧬 Deep Context: It reads and understands up to 200 files in a single session.
  • 🧠 Advanced Reasoning: Powered by elite reasoning models that architect and distill solutions in real-time.
  • ⚡ Zero Overlap: Passes the "AI Slop Test"—producing code that is impeccable and follows modern design tokens.

💬 Commands

Interact with the Platform using these core commands:

| Command | Action | Description | |:---|:---|:---| | /models | ⚙️ Switch Tiers | Toggle between Powerful, Medium, and Fast intelligence. | | /computer-use | 💻 Agentic Mode | Toggle full PC control permissions (ON / OFF). | | /usage | 🔋 Status Report | Check your daily quota and platform limits. | | /clean | 🧹 Reset UI | Clear the terminal screen without losing memory (history). |


📝 Setup & Configuration

On your first run, Force Code will guide you through a secure login process. Your configuration is stored safely at config.json in the root directory:

{
  "apiKey": "fc_...",
  "models": {
    "powerful": "powerful",
    "medium": "medium",
    "fast": "fast"
  },
  "currentModel": "powerful"
}

[!TIP] Use the Powerful tier for complex architecture and the Fast tier for quick code snippets and explanations.


🧠 Chain-of-Thought

Force Code supports Thinking Blocks for models that use reasoning. You see exactly how the AI "thinks" before it writes a single character of code.


📁 On-Demand Exploration

Force Code doesn't waste time reading your entire project at startup. Instead:

  • Instant Launch: Starts in milliseconds, even in massive codebases.
  • Agentic Discovery: The AI dynamically uses list_files and read_file to explore only what's relevant to your request.
  • Deep Context: NIM models support massive context (128K+ tokens), allowing the AI to keep all explored files in memory during the session.

✦ Engineered by Force Code AI Platform

Elevating Software Engineering through Autonomy.