JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q56276F
  • License MIT

Luxyie AI CLI - An intelligent and advanced CLI powered by NVIDIA Builds

Package Exports

  • luxyie.ai-cli
  • luxyie.ai-cli/dist/index.js

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 (luxyie.ai-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Luxyie AI CLI

An intelligent, terminal-first AI assistant powered by NVIDIA and OpenAI.

Luxyie CLI brings the power of advanced AI models directly into your terminal β€” whether you're coding, researching, writing, or automating tasks. Think of it as your personal AI pair programmer, researcher, and assistant β€” always ready, always fast.

Luxyie AI CLI

πŸš€ Installation

Install globally with npm:

npm install -g luxyie.ai-cli

After installation, Luxyie CLI automatically configures your system to make the luxyie command available globally in your terminal. This includes:

  • Windows: Adds the npm global bin directory (%APPDATA%\npm) to your system PATH via the Windows Registry.
  • macOS/Linux: Adds the path to your shell profile (~/.bashrc, ~/.zshrc, or ~/.profile) if not already present.

πŸ’‘ No manual setup required. The post-install script handles everything automatically.

Once installed, run:

luxyie

If the command is not recognized after installation, restart your terminal or run:

  • Windows: $env:PATH = "$(npm config get prefix)\;$env:PATH"
  • macOS/Linux: source ~/.bashrc or source ~/.zshrc

πŸ”§ Features

✨ Unlimited & Free

  • πŸ†“ 100% Free β€” No subscription required
  • πŸš€ Unlimited Usage β€” No token limits, use as much as you need
  • πŸ”‘ No API Key Required β€” Works out of the box with pre-configured access
  • ♾️ Unlimited Models β€” Access all supported AI models without restrictions

βœ… Core Capabilities

  • Natural Language Coding: Write, explain, and debug code with AI.
  • Web Search & Research: Fetch real-time results from Google and academic sources.
  • File Analysis: Read, summarize, and extract insights from PDFs, codebases, and documents.
  • Multimodal Input: Analyze screenshots and images via luxyie image (requires GPU).
  • Terminal Automation: Execute shell commands safely with context-aware validation.
  • Persistent Context: Save conversations and resume them later with luxyie checkpoint.

πŸ› οΈ Built-in Tools

Tool Description
/chat Start a conversational AI session
/code Generate or refactor code
/search Google-powered web search
/read Analyze local files (PDF, TXT, JS, etc.)
/image Analyze screenshots or images
/shell Execute safe shell commands
/config View or edit your settings

πŸ’¬ Quick Examples

Start a chat

luxyie > Explain quantum computing in simple terms

Generate code from a prompt

luxyie > Write a Node.js script that downloads a webpage and saves it as HTML

Analyze a file

luxyie > Summarize this file: ./src/core/agent.ts

Take a screenshot and ask about it

luxyie image screenshot.png > What does this UI show?

Run a shell command safely

luxyie > List all files in /home and show only .js files

πŸ“ Configuration

Luxyie stores settings in ~/.luxyie/:

~/.luxyie/
β”œβ”€β”€ config.json # API keys, model preferences
β”œβ”€β”€ history.json # Conversation history
β”œβ”€β”€ checkpoints/ # Saved sessions
└── cache/ # Cached web results and images

To edit config:

luxyie config

πŸ›‘οΈ Security

  • No data is sent to third parties unless you provide an API key.
  • All shell commands are sandboxed and require explicit confirmation.
  • Images and files are processed locally when possible.
  • You can disable telemetry in config.json.

πŸ“¦ For Developers

Build from Source

git clone https://github.com/shindozk/luxyie.ai-cli.git
cd luxyie.ai-cli
npm install
npm run build
npm link

Then run luxyie from anywhere.

Contributing

We welcome contributions! Check out our Contributing Guide.


β˜• Support

If you like this project, consider supporting via Ko-fi.


πŸ“œ License

MIT Β© ShindoZk


πŸ’‘ Pro Tip: Press Ctrl + C twice to exit gracefully. Use /help anytime for a list of commands.