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

@42ailab/42cc

v0.3.24

Published

Claude Code model configuration tool - CLI launcher for the 42cc tray application

Readme

42cc

Claude Code model configuration tool - A simple tray application for managing LLM model settings.

Installation

# Using bun (recommended)
bun add -g @42ailab/42cc

# Using npm
npm install -g @42ailab/42cc

# Using yarn
yarn global add @42ailab/42cc

# Using pnpm
pnpm add -g @42ailab/42cc

Usage

# Start the tray application
42cc

# Show version
42cc --version

# Show help
42cc --help

Supported Platforms

| Platform | Architecture | Status | |----------|--------------|--------| | macOS | ARM64 (Apple Silicon) | Supported | | macOS | x64 (Intel) | Supported | | Windows | x64 | Supported |

How It Works

This package uses platform-specific optional dependencies to deliver the correct binary for your system:

  • @42ailab/42cc-darwin-universal - macOS Universal Binary (ARM64 + x64)
  • @42ailab/42cc-win32-x64 - Windows x64

When you install @42ailab/42cc, your package manager automatically downloads only the binary for your platform.

Uninstall

# Using bun
bun remove -g @42ailab/42cc

# Using npm
npm uninstall -g @42ailab/42cc

Troubleshooting

Version Not Updated After Install

If 42cc --version shows an older version after installing, this is likely due to npm cache issues with optionalDependencies.

Solution:

# Complete cleanup and reinstall
npm uninstall -g @42ailab/42cc
rm -rf ~/.npm
npm install -g @42ailab/42cc@latest

# If platform package still shows old version
npm install -g @42ailab/42cc-darwin-universal@latest  # macOS
npm install -g @42ailab/42cc-win32-x64@latest         # Windows

For bun users (more reliable cache management):

bun remove -g @42ailab/42cc
bun add -g @42ailab/42cc

"Application is damaged" on macOS

If macOS shows a "damaged app" warning, this is due to quarantine attributes from npm/bun installation. The CLI automatically removes these attributes when launching. If the issue persists:

# Manually remove quarantine attribute
xattr -cr ~/.nvm/versions/node/*/lib/node_modules/@42ailab/42cc-darwin-universal/42cc.app

Verify Installation

# Check installed version
42cc --version

# Check all 42cc packages
npm list -g --depth=0 | grep 42cc

# Both packages should show the same version
# @42ailab/[email protected]
# @42ailab/[email protected] (or 42cc-win32-x64)

Links

  • Homepage: https://42cc.42ailab.com
  • Issues: https://cnb.cool/42ailab/42plugin/meta/-/issues
  • Repository: https://cnb.cool/42ailab/42plugin/42cc

License

Proprietary - 42ailab