https://github.com/minovative-technologies/minovative-mind
Minovative Mind is an AI-Agent, VS Code extension using Google Gemini 2.5 models to boost developer productivity with intelligent code assistance, automated code planning/execution, context-aware chat, and secure, efficient workflows for all developers
https://github.com/minovative-technologies/minovative-mind
ai-agent automated-code-generation claude-code-alternative cursor-ai-alternative gemini-api typescript vscode-extension
Last synced: 10 months ago
JSON representation
Minovative Mind is an AI-Agent, VS Code extension using Google Gemini 2.5 models to boost developer productivity with intelligent code assistance, automated code planning/execution, context-aware chat, and secure, efficient workflows for all developers
- Host: GitHub
- URL: https://github.com/minovative-technologies/minovative-mind
- Owner: Minovative-Technologies
- License: apache-2.0
- Created: 2025-08-02T00:33:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T00:21:28.000Z (10 months ago)
- Last Synced: 2025-08-13T02:32:17.078Z (10 months ago)
- Topics: ai-agent, automated-code-generation, claude-code-alternative, cursor-ai-alternative, gemini-api, typescript, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 2.45 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Now available free on VS Marketplace
**IMPORTANT**: _Search up "Minovative Mind" in the VS Marketplace or Extensions Store in the VS Code application_
- [**`MARKETPLACE_GETTING_STARTED.md`**](./MARKETPLACE_GETTING_STARTED.md)
- [**`VS Code Extension`**](https://marketplace.visualstudio.com/items?itemName=MinovativeTechnologies.minovative-mind-vscode)
---
---
## Minovative Mind (Now Public, Easy to Use, and Free!)
### An open-source AI agent that automates software development, powerful enough that it built itself by vibe coding
A showcase of implementing a feature: e.g., planning, file creation, and code generation
- [(Outdated but still good) Minovative Mind YouTube Showcase](https://youtu.be/f08_WgmSbUc)
---
## A Tool That Built Itself
This isn't just another AI assistant. Minovative Mind is a living testament to the future of software development.
> **This entire project—over 35,000 lines of robust, production-ready code—was developed with ~90% contribution from the AI agent itself (Minovative Mind), mostly using gemini-2.5-flash, with zero unit testing, no funding ($0), and by one [developer](https://github.com/Quarantiine)...**
> Despite its size, it rivals the functionality of tools 10× its codebase
It masterfully orchestrated its own creation, architecting intricate and complex systems, generated tens of thousands of lines of code, and seamlessly integrated within VS Code's core APIs while autonomously refining its own work. The [Creator](https://github.com/Quarantiine), of this project, didn’t merely build an AI agent; He guided its self-construction, leveraging natural language and the power of the Gemini 2.5 models (Thinking Mode) to bring it to life.
Now...that same power is available to you. Completely for free.
## Key Features
- 🔗 **Intelligent Link & File Content Processing:** Utilizes the Gemini API's advanced capabilities to parse and understand content directly from URLs. This allows the AI agent to extract crucial information, context, or references from linked resources or file contents, enhancing its comprehension and actionability.
- 🖼️ **Multimodal Input Support:** Engage with the AI using more than just text. Attach image files or paste them directly into the chat interface. The agent processes these images (as Base64 data) alongside your text prompts, enabling richer interactions and visual understanding.
- 🧠 **Autonomous Planning & Execution:** Give Minovative Mind a high-level goal. It generates a structured, multi-step plan and executes it, creating files, writing code, and running commands until the job is done.
- 🧩 **Full Workspace Context:** The agent intelligently scans your entire project—respecting your `.gitignore`—to build a deep, accurate understanding of your codebase, ensuring its actions are smart and relevant.
- 💾 **Integrated Git Automation:** Let the AI do the tedious work. It can automatically stage the changes it makes and generate insightful, descriptive commit messages based on the code diffs.
- ⏪ **Safe & Reversible Changes:** Every file system operation performed by the agent is logged. If you don't like a change, you can easily review and revert the entire operation with a simple 2-click button, ensuring you are always in control.
- 💰 **Completely Free & Open Source:** No subscriptions, no platform fees. Minovative Mind is licensed under [LICENSE](./LICENSE.md) and runs locally in your system. The only cost is your OWN usage of the Google Gemini API that YOU control.
See more in the [**`CAPABILITIES.md`**](./CAPABILITIES.md) file
## Quick Start (Get Started in 1-3 minutes)
### 🔧 How to Clone the Minovative Mind Extension from GitHub to Use
### **Step 1: Clone the Repository**
```bash
git clone https://github.com/Minovative-Technologies/minovative-mind.git
cd minovative-mind
git remote remove origin
```
> Don't use `git remote remove origin` if you want to contribute back into the original GitHub repo, otherwise, keep it and do what you want!
### **Step 2: Install Dependencies**
Make sure you have **Node.js** and **npm** installed, then run:
```bash
npm install
```
### **Step 3: Package the Extension**
Use the following command to package the extension:
```bash
npx vsce package
```
> This will generate a `.vsix` file, such as:
> `minovative-mind-1.2.3.vsix`
> If `vsce` is not installed, you can install it globally:
>
> ```bash
> npm install -g @vscode/vsce
> ```
### **Step 4: Install the Extension in VS Code**
You have two options:
#### **Option A: Using the GUI**
1. Open VS Code.
2. Go to the extension file `minovative-mind-1.2.3.vsix`, right click it.
3. Choose **“Install Extension VSIX”**.
#### **Option B: Using the Command Line**
```bash
code --install-extension minovative-mind-1.2.3.vsix
```
> If the `code` command isn't available, [enable it from the command palette](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
---
### Step 5: API Key Setup
- **Get Your API Key:**
- Create a free API key from [**Google AI Studio**](https://aistudio.google.com/app/apikey).
- **Set Your Key in VS Code:**
- Open VS Code project
- press (Windows: `CTRL + ALT + M` or Mac: `CONTROL + CMD + M`) or click on the Minovative Mind icon in sidebar on the left.
- In the Minovative Mind sidebar, copy and paste your API key in the API Key Management section on the bottom.
> **TIP:** For a better experience, you could move the Minovative Mind extension from the primary bar to the secondary bar by right clicking the Minovative Mind icon. After right clicking, go to "Move To" > "Secondary Side Bar".
Learn how to use the AI Agent here: [USER_GUIDE](./USER_GUIDE.md)
## More Than a Tool—It's A Platform
Minovative Mind was architected from day one to be an extensible tool. We don't just want you to _use_ it; We want you to _build on it_. Fork/Clone the repository, create your own specialized agents, integrate proprietary tools, MCPs, or anything else you can think of and push the boundaries of what's possible.
See the [**`CONTRIBUTING.md`**](./CONTRIBUTING.md) to learn how you can use Minovative Mind as a foundation for your own AI-powered solutions.
## The Vision
My vision is to empower every developer with a powerful, free, and open-source AI Agent dev tool. By integrating cutting-edge AI models with a robust architectural framework, we can revolutionize software development, making it faster, more accessible, and unleash unprecedented creativity.
## 🙌 Join US! How to Support
- ⭐ **Star us on GitHub** to show your support!
- 💖 **Support development** on [Patreon](https://www.patreon.com/c/minovativetechnologies/membership) — every contribution can help us grow!
- 🗣️ **Join the conversation** on our [Minovative Mind Discord](https://discord.gg/KFkMgAH3EG) or follow us on [X/Twitter](https://x.com/minovative_tech).
## Learn more about the project
- [**`MARKETPLACE_GETTING_STARTED.md`**](./MARKETPLACE_GETTING_STARTED.md)
- [**`USER_GUIDE.md`**](./USER_GUIDE.md)
- [**`CONTRIBUTING.md`**](./CONTRIBUTING.md)
- [**`CAPABILITIES.md`**](./CAPABILITIES.md)
- [**`ARCHITECTURE.md`**](./ARCHITECTURE.md)
- [**`ROADMAP.md`**](./ROADMAP.md)
- [**`CODE_OF_CONDUCT.md`**](./CODE_OF_CONDUCT.md)
- [**`LICENSE.md`**](./LICENSE.md)
- [**`SECURITY.md`**](./SECURITY.md)
- [**`GOOGLE_AI_POLICIES.md`**](./GOOGLE_AI_POLICIES.md)
_“This project makes API calls directly from your VS Code environment using your own Gemini API key. No data is stored, processed, or transmitted by third parties beyond Google’s API.”_
---
> Remember, Minovative Mind is designed to assist, not replace, the brilliance of human developers! Happy Coding!