The Elnora CLI has been rewritten from Python to TypeScript for faster startup, standalone binary distribution, and unified MCP server support.
~/.elnora/profiles.toml works without changes$? still workpip uninstall elnora
# or
uv tool uninstall elnora
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
elnora tasks send --stream — real-time agent response streamingelnora tasks send --wait — wait for agent response (polling)elnora doctor — unified diagnosticelnora whoami — show current auth contextelnora open — open platform in browserelnora mcp serve — built-in MCP server (replaces elnora-mcp-server)elnora completion bash|zsh|fish — shell completionselnora doctor