elnora-cli

Migrating from Python CLI to TypeScript CLI

What Changed

The Elnora CLI has been rewritten from Python to TypeScript for faster startup, standalone binary distribution, and unified MCP server support.

What Didn’t Change

New Installation

Remove Python CLI

pip uninstall elnora
# or
uv tool uninstall elnora

Install TypeScript CLI (pick one)

curl -fsSL https://cli.elnora.ai/install.sh | bash          # macOS/Linux
irm https://cli.elnora.ai/install.ps1 | iex                  # Windows
npm install -g @elnora-ai/cli                                    # npm
brew install elnora-ai/cli/elnora                             # Homebrew

New Features

Verify

elnora doctor