Releases: programmingGod-byte/GeeksCode
Releases · programmingGod-byte/GeeksCode
Release list
Download Releases
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.jsandnode-ptyfor 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-cppfor privacy-focused, local AI processing.
Installation 📦
🪟 Windows
- Download
GeeksCode-Setup-1.0.0.exe. - Run the installer and follow the on-screen instructions.
🐧 Linux (Debian/Ubuntu)
- Download
GeeksCode_1.0.0_amd64.deb. - Install via terminal:
sudo dpkg -i GeeksCode_1.0.0_amd64.deb