██████╗ ██╗ ██████╗ ██╗ ██╗████████╗███╗ ██╗ ██████╗ ██╗ ██╗
██╔══██╗██║██╔════╝ ██║ ██║╚══██╔══╝████╗ ██║██╔═══██╗██║ ██║
██████╔╝██║██║ ███╗███████║ ██║ ██╔██╗ ██║██║ ██║██║ █╗ ██║
██╔══██╗██║██║ ██║██╔══██║ ██║ ██║╚██╗██║██║ ██║██║███╗██║
██║ ██║██║╚██████╔╝██║ ██║ ██║ ██║ ╚████║╚██████╔╝╚███╔███╔╝
╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═════╝ ╚══╝╚══╝
CUDA AI Assistant • Open Source
rightnowai.co • @rightnowai_co • Discord
Open Source CLI Tool - Want a full-featured CUDA development environment with code completion, integrated debugging, and advanced AI features? Try RightNow Code Editor - Our complete IDE for GPU development.
RightNow CLI is an AI-powered CUDA development assistant that helps you write, optimize, and debug GPU code. Start FREE with no credit card required!

pip install rightnow-cli
Linux/macOS:
curl -sSL https://raw.githubusercontent.com/RightNow-AI/rightnow-cli/main/install.sh | bash
Windows (PowerShell as Admin):
irm https://raw.githubusercontent.com/RightNow-AI/rightnow-cli/main/install.ps1 | iex
# Visit OpenRouter (no credit card needed!)
https://openrouter.ai
# Sign up with Google/GitHub for instant access
# Copy your API key from the dashboard
rightnow
# Paste your API key when prompted (one-time setup)
You: Create a vector addition CUDA kernel
RightNow: [Creates optimized kernel with detailed explanations]
# Start interactive mode
rightnow
# Inside RightNow:
/models # List available AI models
/gpu # Show GPU status
/clear # Clear conversation
/help # Show help
/quit # Exit
Creating a Kernel:
You: Create a parallel reduction kernel
RightNow: [Writes complete kernel with shared memory optimization]
Optimizing Code:
You: Optimize my matrix multiplication for RTX 4090
RightNow: [Analyzes and provides optimized version with 10x speedup]
Debugging:
You: My kernel gives wrong results for large arrays
RightNow: [Identifies overflow issue and provides fix]
Switch models anytime with /models command!
# Add to PATH (Linux/macOS)
export PATH="$HOME/.local/bin:$PATH"
# Or reinstall
pip uninstall rightnow-cli
pip install rightnow-cli --user
# Get your free key at:
https://openrouter.ai
# Clear old key and re-enter:
rm -rf ~/.rightnow-cli
rightnow # Will prompt for new key
# Check NVIDIA driver
nvidia-smi
# Check CUDA
nvcc --version
# RightNow works without GPU (CPU simulation mode)
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Proprietary Non-Commercial License - FREE for personal and educational use. See LICENSE for details.
For commercial use, contact: licensing@rightnowai.co
Built with <3 by the RightNow AI Team
First GPU Native AI Code Editor
$ claude mcp add rightnow-cli \
-- python -m otcore.mcp_server <graph>