Skip to content

πŸ“¦ First Release – v1.0.0

Latest

Choose a tag to compare

@travletothefurureprogramming travletothefurureprogramming released this 07 Jul 18:39
0c99e40

NexusAI

A local desktop AI assistant for Windows with direct system control capabilities.

Screenshot 2026-06-25 152558

πŸš€ Features

🧠 AI & Memory

  • Backend AI logic powered by Qwen3:4B and qwen2.5:3b-instruct (faster model)
  • Memory system (Memory class) 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 percentage
  • get_ram β€” RAM usage percentage
  • get_disk_io_counters β€” read/write per second
  • get_disk_usage β€” disk usage
  • get_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