Skip to content

Releases: programmingGod-byte/GeeksCode

Release list

Download Releases

Choose a tag to compare

@programmingGod-byte programmingGod-byte released this 15 Feb 18:03

GeeksCode v1.0.0 🚀

We are excited to announce the first major release of GeeksCode! This release brings a powerful, AI-centric coding experience to Windows, Linux, and macOS.

Key Features ✨

🤖 Advanced AI Integration

  • Multi-Model Support: Seamlessly switch between DeepSeek and Qwen2.5-Coder for tailored coding assistance.
  • Local RAG System: Built-in Retrieval-Augmented Generation allows the AI to "read" and understand your local PDF documents (CP & DSA knowledge base) for highly contextual answers.
  • Smart Code Generation: Generate complex code snippets and refactor existing logic with intelligent prompts.

📝 Core Editor Experience

  • Monaco Engine: Built on the same rock-solid editor foundation as VS Code.
  • Integrated Terminal: Full-featured terminal support using xterm.js and node-pty for direct command execution.
  • Modern UI: A sleek, React-based interface optimized for performance and usability.

🛠️ Under the Hood

  • High Performance: Powered by Vite and Electron for instant startup and hot reloading.
  • Vector Database: Integrated Vectra DB for efficient knowledge retrieval.
  • Local Inference: Uses node-llama-cpp for privacy-focused, local AI processing.

Installation 📦

🪟 Windows

  1. Download GeeksCode-Setup-1.0.0.exe.
  2. Run the installer and follow the on-screen instructions.

🐧 Linux (Debian/Ubuntu)

  1. Download GeeksCode_1.0.0_amd64.deb.
  2. Install via terminal:
    sudo dpkg -i GeeksCode_1.0.0_amd64.deb