@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-cliVerify install:
nora --helpQuick Start
nora auth login
nora onboarding status
nora onboarding start
nora chatCore Commands
nora auth login|logout|whoaminora onboarding status|startnora chat(interactive terminal mode)nora chat ask|threads|historynora 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" --jsonThread 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 chatopens a REPL-like session.- Use
/helpfor commands. - Use
/newto start a new conversation in-session. - Use
/threadto inspect current thread id. - Use
/exitto 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: runnora auth login.onboarding_required: runnora 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.
