Releases: travletothefurureprogramming/NexusAI
Releases · travletothefurureprogramming/NexusAI
Release list
📦 First Release – v1.0.0
NexusAI
A local desktop AI assistant for Windows with direct system control capabilities.
🚀 Features
🧠 AI & Memory
- Backend AI logic powered by Qwen3:4B and qwen2.5:3b-instruct (faster model)
- Memory system (
Memoryclass) to retain context across sessions - Chat history management so the model remembers previous messages
- Refined system prompt for more stable and relevant responses
🛠️ System Tools
- Process management
- File management
- Launching system applications: Calculator, Notepad, File Explorer, Task Manager, Command Prompt
- Opening Chrome
- Opening URLs
- Taking screenshots
- Shutdown, restart, log out
📊 System Monitoring
get_cpu— CPU usage percentageget_ram— RAM usage percentageget_disk_io_counters— read/write per secondget_disk_usage— disk usageget_network_usage— sent/received per second
🌐 Search & Web
- YouTube search
- GitHub search
- General web search
- Basic web interface
🖥️ UI & Backend
- Modern, clean UI
- Backend endpoints via Flask
- Structured AI logic on the backend