Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

🚀 CodeSaver - IDE Master v4.0

Your Offline, AI-Powered Code Editor & Project Assistant

Beta Platform License
Gemini DeepSeek Claude


✨ Introduction

CodeSaver (IDE Master v4.0) is a next‑generation, fully offline Python IDE and integrated development environment designed to bridge the gap between complete beginners and seasoned professionals[cite: 17, 18].

Whether you have zero coding experience but a burning idea, or you’re a senior developer needing a secure, local-lsp powered workspace for ai-assisted-development – CodeSaver is built for you[cite: 18].

  • For Non‑Coders: Describe your project in plain English via the built‑in chat, and let the AI generate, explain, and modify code for you[cite: 18]. No prior knowledge required[cite: 18].
  • For Pros: Enjoy a lightning‑fast, lightweight editor with real-time Git integration, interactive architecture visualisation, snippet management, and a rich plugin ecosystem[cite: 18].

CodeSaver is more than just a text editor; it’s your intelligent co‑pilot that understands your project structure, helps you refactor safely, and keeps your codebase healthy—all without exposing your proprietary code to the cloud[cite: 18].


📦 Windows-Ready Installer

No Python. No terminal. No setup hassles.[cite: 18]
CodeSaver comes as a native Windows installer (.exe) – just download, click, and start building your ideas in seconds[cite: 18].

👉 Download the latest Beta installer here[cite: 18]

(Supports Windows 10 and 11, 64‑bit)[cite: 18]


🔥 Key Features

📐 Interactive Architecture Visualiser

Architecture Map Demo

  • Visual Graph Engine: Automatically analyse your project’s file and module dependencies[cite: 18].
  • Health Dashboard: Track file count, identify buggy circular imports, and find isolated components instantly[cite: 18].
  • Export Reports: Generate high-quality architecture reports for your team's documentation[cite: 18].

🤖 The Offline AI Advantage & Chat Assistant

AI Chat Demo

  • Absolute Privacy: An integrated AI Debugger Assistant that provides automatic error analysis without requiring your codebase to leave your machine[cite: 17, 18].
  • Natural Language to Code: Ask questions, request features, or get debugging help directly in the editor[cite: 18].
  • Project Exporter: Safely compile your entire project context into a single .txt file to feed external AI models seamlessly[cite: 17].

🔄 Time Machine & Project Automation

  • Background Snapshots: Automatic SQLite-backed version history. Rollback to any previous state with a single click[cite: 17, 18].
  • Auto-Creation Magic: Create nested folders and save files instantly with a single keyboard shortcut[cite: 17].
  • PEP 8 Auto-Formatter: Keep your Python code clean and compliant automatically[cite: 17].

🧠 Smart Code Editor & LSP

  • Syntax Highlighting: Native support for multiple programming languages[cite: 18].
  • Smart Local LSP: Enjoy advanced auto-completion, go‑to‑definition, find references, and rich hover tooltips[cite: 18].
  • Advanced Find & Replace: Regex-supported global project search[cite: 18].

🗂️ Project & Git Integration

  • Visual Git Status: Built‑in Git panel to stage, commit, push, pull, and visually diff changes right in the project tree[cite: 18].
  • Symbol Palette: Quickly jump to classes, functions, and variables[cite: 18].
  • Snippets Manager: Save, organise, and trigger reusable code blocks instantly[cite: 18].

🚀 Quick Start (for Windows Users)

  1. Head over to the Releases page[cite: 18].
  2. Download the latest CodeSaver_Setup.exe[cite: 18].
  3. Run the installer and follow the simple on‑screen steps[cite: 18].
  4. Launch CodeSaver from your Start Menu or Desktop shortcut[cite: 18].

That’s it! You’re ready to code, chat, and visualise – all without touching a single command line[cite: 18].


🛠️ For Developers (Running from Source)

If you’re a developer who wants to tinker with the source code, contribute, or build the .exe yourself, you can run the project directly with Python[cite: 18].

Prerequisites

  • Python 3.8 or higher[cite: 18]
  • Git (optional)[cite: 18]
  • pip[cite: 18]

Installation Steps

  1. Clone the repository:[cite: 18]
    git clone [https://github.com/IDE-Master/CodeSaver.git](https://github.com/IDE-Master/CodeSaver.git)
    cd CodeSaver