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

orcacli

v0.1.31

Published

AI-powered Git workflow CLI for modern developers. Intelligent commits, workflow orchestration, and zero-friction releases.

Readme

ORCA CLI

AI-powered Git workflow for modern developers.

License Release Rust

🚀 What is Orca CLI?

Orca CLI is your AI pair programmer for Git. It stops you from writing boring commit messages and managing complex PR flows manually.

Focus on coding. Let Orca handle the rest.

📦 Install

npm i -g orcacli

Compatible with Windows, macOS, and Linux.
For Windows MSI or other methods, see Releases. For From Web, see orcacli.codes.

💸 Free With BYOK

No subscriptions. No markup. Just bring your own API key and pay the provider directly (or use their free tiers!).

  • Google Gemini
  • DeepSeek
  • OpenAI GPT
  • Z.AI

🔒 Security First: Your API keys are stored encrypted on your local machine. Your code is sent directly to your chosen AI provider for analysis and never stored on our servers.

🔥 Top Features

1. Magic Commits (orca commit)

No more git add . or straining to write "fix: bug". Orca analyzes your code changes and writes semantic, conventional commit messages for you.

D:\Projects\2026\Orca Shell\orca>orca commit
[orca commit]
[✓] Plan received

Proposed Plan:

╭──────────────────────────────────────────────────────────╮
│   📋 Proposed Plan: 3 commits, 6 files
╰──────────────────────────────────────────────────────────╯

Commit #1 (3 files)
───────────────────────────────────────────────────────────
  📝 chore: Bump version and update license

  📄 Description:
  This commit updates the project version across `Cargo.toml`, `Cargo.lock`, and `package.json` to `0.1.30`. Additionally, it changes the project license in `package.json` from MIT to Apache-2.0, aligning with broader open-source licensing standards.

    • Incremented project version from `0.1.29` to `0.1.30` in `cli/Cargo.toml` and `cli/package.json`.
    • Updated `orca` package version in `cli/Cargo.lock` to reflect the new project version.
    • Changed the project license from `MIT` to `Apache-2.0` in `cli/package.json`.

     IMPACT: LOW   These are metadata and build configuration changes. They affect the project's release versioning and legal terms but do not alter application runtime behavior or functionality.
              Affected: Project metadata, Build dependencies, Licensing

  📂 Files:
    │ cli/Cargo.lock
    │ cli/Cargo.toml
    │ cli/package.json

  ⚙️  Commands:
    $ git add -- cli/Cargo.lock cli/Cargo.toml cli/package.json
    $ git commit -m "chore: Bump version and update license"

  • • •

2. Instant Publishing (orca publish)

Turn your local work into a Live Pull Request in seconds. Orca handles the entire chain automatically: Commit → Push → Create PR

D:\Projects\2026\Orca Shell\orca>orca publish
[orca publish-current]
[✓] Remote refs updated

ℹ️  Info: Your branch has 3 commit(s) since 'main'
    (GitHub PR will show commits not yet on remote)

Found 3 commits to publish

How would you like to publish?: 📦 Single PR - All 3 commits in one pull request
[✓] Branch pushed to origin
[✓] PR description generated from template
  Creating GitHub PR via gh...
Creating pull request for refactor(plan)/update-commit-plan-output-and-readme-example into main in vanthaita/Orca-CLI

https://github.com/vanthaita/Orca-CLI/pull/28
[✓] Pull request created

🛠️ Other Powerful Commands

| Command | Alias | Description | |---------|-------|-------------| | orca flow | fl | Start (start) or ship (finish) feature branches. | | orca stack | sk | Manage stacked branches/PRs without dependency hell. | | orca tidy | td | Clean up history (interactive rebase, autosquash). | | orca plan | | Generate detailed implementation plans. | | orca safe | | Check for secrets and run preflight checks. | | orca setup | | Configure your AI provider. |

⚙️ Quick Setup

First run? Tell Orca which AI to use:

orca setup --provider gemini --api-key YOUR_API_KEY

🤝 Contributing & License

See CONTRIBUTING.md and LICENSE.