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

@realdocai/nora-cli

v0.1.3

Published

Terminal CLI for Nora

Downloads

48

Readme

Nora CLI

@realdocai/nora-cli is the official terminal interface for Nora App by RealDocAI.

Nora CLI lets clinicians, developers, and AI agents authenticate, complete onboarding, and use Nora chat workflows from a terminal.

  • Product: Nora (RealDocAI)
  • Author: Nihar Ganju MD
  • Maintainer: RealDocAI

Installation

Requirements:

  • Node.js 18+

Install globally:

npm i -g @realdocai/nora-cli

Verify install:

nora --help

Quick Start

nora auth login
nora onboarding status
nora onboarding start
nora chat

Core Commands

  • nora auth login|logout|whoami
  • nora onboarding status|start
  • nora chat (interactive terminal mode)
  • nora chat ask|threads|history
  • nora account credits|subscription|pricing

Agent and Automation Usage

Use --json for machine-readable outputs.

Examples:

nora auth whoami --json
nora account credits --json
nora chat ask --message "Summarize this case" --json

Thread continuity options:

nora chat ask --thread <thread-id> "Follow-up question"
nora chat ask --thread-file .nora-thread "First message"
nora chat ask --thread-file .nora-thread "Second message in same thread"

Interactive Chat Notes

  • nora chat opens a REPL-like session.
  • Use /help for commands.
  • Use /new to start a new conversation in-session.
  • Use /thread to inspect current thread id.
  • Use /exit to leave chat mode.

Security Notes

  • Session tokens are stored in macOS keychain when available, with encrypted file fallback.
  • Local chat transcripts are not persisted by default.

Troubleshooting

  • Authentication required: run nora auth login.
  • onboarding_required: run nora onboarding start.
  • history_not_allowed: your current tier does not allow history listing.
  • no_questions / daily_cap: your account has exhausted current allowance.

Versioning

Current release line is 0.x (experimental).

  • Breaking and behavioral changes may occur between minor releases.
  • Use exact version pinning in production automation if strict stability is required.

Ownership and Support

  • Package: @realdocai/nora-cli
  • Company: RealDocAI
  • Company site: https://realdocai.com
  • Product site: https://norai.realdocai.com
  • Author profile: https://niharganju.com
  • LinkedIn: https://www.linkedin.com/in/nihar-ganju-md/
  • Instagram: https://www.instagram.com/niharganjumd/
  • Issues: https://github.com/shibudada/nora-cloudflare/issues

Enterprise Integrations

Enterprise, EMR, and organization-wide integrations are welcome.

If your organization is planning a production integration, please contact us so we can coordinate implementation guidance and support options:

  • https://realdocai.com
  • https://niharganju.com

License

Licensed under the MIT License. See LICENSE.

Brand names, logos, and trademarks are not licensed under MIT. See TRADEMARKS.md.