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

@heysalad/cheri-cli

v1.3.2

Published

Cheri CLI - AI-powered cloud IDE by HeySalad®. With token-tracked sessions, predictable AI costs, and automatic workspace management.

Readme

cheri-cli

CLI for Cheri — the AI-powered cloud IDE that never forgets.

Features:

  • 🤖 AI-powered coding agent with tool execution
  • 📊 Token-tracked sessions with predictable costs
  • ☁️ Cloud workspace management
  • 💾 Persistent memory system
  • 🔧 Automatic workspace initialization

Install

npm install -g @heysalad/cheri-cli

Requires Node.js 18+.

Quick Start

# Authenticate with your Cheri account (auto-initializes workspace)
cheri login

# Start coding with AI agent
cheri agent "create a todo list app"

# Check token usage and costs
cheri stats

# View API usage and rate limits
cheri usage

Commands

AI Agent

| Command | Description | |---|---| | cheri agent <task> | Start AI coding agent for a task | | cheri agent -i | Interactive agent mode | | cheri agent -r <session-id> | Resume a previous session |

Account & Authentication

| Command | Description | |---|---| | cheri login | Authenticate with GitHub (auto-initializes workspace) | | cheri status | Show account and workspace status | | cheri usage | Show API usage and rate limit status | | cheri stats | Show token usage statistics and costs |

Workspaces

| Command | Description | |---|---| | cheri workspace launch <repo> | Launch a new cloud workspace | | cheri workspace list | List all workspaces | | cheri workspace stop <id> | Stop a running workspace | | cheri workspace status <id> | Get workspace status |

Memory

| Command | Description | |---|---| | cheri memory show | Show current memory entries | | cheri memory add <text> | Add a memory entry | | cheri memory clear | Clear all memory | | cheri memory export | Export memory to JSON |

Configuration

| Command | Description | |---|---| | cheri config list | Show all configuration | | cheri config get <key> | Get a config value | | cheri config set <key> <value> | Set a config value | | cheri init | Initialize a project |

Interactive REPL

Run cheri with no arguments to enter the interactive REPL:

$ cheri
🍒 cheri > help
🍒 cheri > workspace list
🍒 cheri > usage
🍒 cheri > exit

Token Limits & Costs

Per Session (Chat)

  • Max Tokens: 1,000,000 tokens per chat
  • Auto-Compact: Triggers at 900K tokens (90%)
  • Force Compact: Triggers at 1M tokens (100%)

Monthly Limits

| Plan | Sessions | Tokens/Month | Max Cost/Month | |---|---|---|---| | Free | 10 | 10M tokens | ~$90 | | Pro | 100 | 100M tokens | ~$900 |

Pricing (AWS Bedrock Claude Sonnet 4)

  • Input: $3.00 per 1M tokens
  • Output: $15.00 per 1M tokens
  • Max per chat: ~$9.00 (at 1M tokens, 50/50 split)

Use cheri stats to check your current token usage and costs.

Rate Limits

| Plan | Limit | |---|---| | Free | 100 requests/hour | | Pro | 1,000 requests/hour |

Use cheri usage to check your current rate limit status.

Configuration

Config is stored in ~/.cheri/. Set the API URL if self-hosting:

cheri config set apiUrl https://your-instance.example.com

🔗 Links

📝 License

MIT


Built with ❤️ by HeySalad®