Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@v-lawyer/kanuni) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Kanuni CLI (NPM Package)
This is the official npm package for the Kanuni CLI - AI-powered legal intelligence tool.
Installation
npm install -g @v-lawyer/kanuniUsage
After installation, you can use the kanuni command:
kanuni --help
kanuni login
kanuni chat "What are the key points in this contract?"
kanuni analyze document.pdfWhat This Package Does
This npm package is a thin wrapper that:
- Downloads the appropriate Kanuni binary for your platform
- Installs it in a local
bindirectory - Provides a Node.js wrapper to execute the binary
The actual CLI is written in Rust for maximum performance and is compiled to native code for each platform.
Supported Platforms
- macOS (Intel x64)
- macOS (Apple Silicon ARM64)
- Linux (x64)
- Linux (ARM64)
- Windows (x64)
Documentation
Full documentation is available at: https://docs.v-lawyer.ai
Source Code
The source code for the CLI is available at: https://github.com/v-lawyer/kanuni-cli
License
MIT OR Apache-2.0
Support
For issues and support, please visit: https://github.com/v-lawyer/kanuni-cli/issues