The uniku CLI can be installed via pre-built standalone binaries (recommended) or through npm package managers.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jkomyno/uniku/llms.txt
Use this file to discover all available pages before exploring further.
Pre-built Binary (Recommended)
Download and install a standalone binary with no Node.js dependency:- Detects your platform (macOS Intel/Apple Silicon, Linux x64)
- Downloads the appropriate pre-built binary
- Installs it to
/usr/local/binby default - Makes it executable and adds it to your PATH
Supported platforms:
- macOS (Intel and Apple Silicon)
- Linux (x64)
Custom Installation Directory
Override the default installation location usingUNIKU_INSTALL_DIR:
Install Specific Version
Install a specific version instead of the latest:npm Installation
Install globally using your preferred package manager:Prerequisites: Node.js 18+ or Bun 1.0+ is required for npm installation.
Local Installation
You can also install it locally in a project:package.json
Verify Installation
Confirm the CLI is installed correctly:Updating
Pre-built Binary
Re-run the installation script to get the latest version:npm
Update using your package manager:Uninstalling
Pre-built Binary
Remove the binary from your installation directory:npm
Next Steps
Generate IDs
Start generating IDs with all supported types
CLI Overview
Learn about available commands and options
