Skip to content

shettyprerna2607/Galaxy-AI

Repository files navigation

🌌 Galaxy AI

Galaxy AI is a local AI coding assistant that runs completely offline on your computer. It uses powerful AI models to help you write, fix, and understand code without ever sending your data to the cloud.


Key Features

  • StarMap Visualization: Experience your codebase as a celestial galaxy. Files and directories are represented as stars in a dynamic 2D force-directed graph. Navigate your project with orbital mechanics.
  • Local AI Engine: Powered by Ollama, supporting models like DeepSeek-Coder, Llama 3, and Qwen 2.5. Your code never leaves your machine.
  • Semantic Context Search: Utilizes LanceDB (a vector search engine) and nomic-embed-text to index your project. Galaxy AI understands the meaning of your code, not just keywords.
  • Pro-Grade Editor: Integrated Monaco Editor (the engine behind VS Code) with full syntax highlighting, intelligent code completion, and inline AI suggestions.
  • Smart AI Terminal: A built-in Xterm-based terminal that detects errors (e.g., missing dependencies, Java classpath issues) and provides one-click AI fixes.
  • Codebase Chat: A persistent AI chat panel that maintains context across multiple files, allows for multi-turn conversations, and can even automatically create or modify files.
  • Automated Env Detection: Intelligent discovery of JDKs and local runtimes to ensure your development environment is always ready.

Tech Stack

Frontend & UI

Desktop Core

AI & Data Engine

  • LLM Runtime: Ollama
  • Vector DB: LanceDB
  • Embeddings: nomic-embed-text
  • Models: deepseek-coder:6.7b, llama3:8b, qwen2.5:7b

About

A privacy-focused, local AI coding assistant that runs entirely offline on your machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors