Experience next-generation AI with NEXUS - A revolutionary multi-model terminal assistant supporting 8+ AI models including Gemini, Groq, HuggingFace, DeepSeek, Ollama, Claude, GPT, and more.
Discover what makes NEXUS AI the ultimate terminal assistant
Seamlessly switch between 8+ AI models: Gemini, Groq, HuggingFace, DeepSeek, Ollama, Claude, GPT, and Mistral AI
Powerful command-line interface with syntax highlighting and auto-completion
Optimized performance with instant responses and minimal resource usage
Your data stays local with enterprise-grade security and privacy protection
Extensive configuration options to tailor the experience to your needs
Rich API, plugins support, and extensive documentation for developers
Get started with the latest version of NEXUS AI
Automated setup script for Windows
Shell script for easy setup on Linux
Shell script for easy setup on macOS
Master your AI terminal experience in minutes.
python main.py
in terminal/..env.example
to .env
and add your keys for Gemini, Groq, HuggingFace, etc. (see docs below).nexus
in your terminal.nexus chat "Hello, how are you?"
to interact with the AI./switch gemini
, /switch groq
, /switch ollama
, /switch huggingface
to change models instantly.nexus generate --prompt "Write a Python function"
for code or text generation./voice
for voice input, /web <query>
for web search, /memory save
to save, /memory load
to load conversations./help
for all commands and options..env
(never share or commit real keys).README.md
and terminal/README.md
for full details./help # Show all available commands /switch gemini # Switch to Gemini 2.0 Flash model /switch groq # Switch to Groq Mixtral model /switch ollama # Switch to local Ollama models /clear # Clear conversation history /exit # Exit the application
/voice # Toggle voice input mode /web <query> # Perform web search /memory save # Save conversation to memory /memory load # Load previous conversation /status # Show current model and settings
pip install --upgrade pip
then pip install -r requirements.txt --no-cache-dir
.env
file and key validity.NEXUS-AI.io/ ├── index.html # Website homepage ├── app.js # Website JavaScript ├── styles.css # Website styles ├── CHANGELOG.md # Version history └── terminal/ # Main application ├── main.py # Core application ├── requirements.txt # Dependencies ├── install.bat # Windows installer ├── .env.example # Environment template ├── README.md # Terminal documentation └── SECURITY.md # Security guidelines