⚙️ Quick Setup

Easy Installation
Process

Get GemBoost running on your system in less than 5 minutes. Licensed executable with automatic configuration for Gemini CLI.

1

Purchase & Download GemBoost

Purchase your license at gemboost-org.lemonsqueezy.com and download GemBoost.exe

💡 Note: You will receive a license key and download link via email. One license per device only.

2

Run GemBoost Installer

Double-click GemBoost.exe to launch the licensed installer with professional setup wizard

Command
GemBoost.exe

💡 Note: The installer will validate your license and configure your system automatically.

3

Enter License Key

Enter your license key when prompted during installation. The installer will validate and activate your license.

💡 Note: License keys are tied to your hardware fingerprint for security. Keep your key safe.

4

Framework Installation

The installer configures GemBoost framework files in ~/.gemini/ directory for Gemini CLI.

💡 Note: Framework files, 21 commands, 14 agents, and 5 MCP configurations are installed automatically.

5

Test Your Installation

Open Gemini CLI and test your installation with a GemBoost command.

Command
gemini

💡 Note: Then try: /gb:brainstorm "test project" - you should see structured GemBoost output with agent activation.

Prerequisites

🤖

Gemini CLI

GemBoost requires Gemini CLI to be installed and configured on your system

🔑

Valid License

Commercial license key required for installation and activation

💻

System Access

Write permissions to ~/.gemini/ directory for framework installation

🗑️ Clean Removal

Complete Uninstallation
Process

Safe removal of GemBoost framework with backup and restore options. Clean uninstallation that restores your original Gemini CLI configuration.

⚠️

Before You Uninstall

No Refunds

All sales are final - uninstallation does not entitle you to a refund

Backup Recommended

Consider backing up any custom configurations

Complete Removal

All GemBoost components and configurations will be removed

Restore Point

Your original Gemini CLI will be restored to default state

Uninstallation Options

Choose the uninstall method that best fits your needs

🛠️
RECOMMENDED

Interactive Uninstall

Step-by-step component selection with preview and backup creation before removal.

Step-by-step component selection
Preview of files to be removed
Backup creation before removal
Selective preservation of customizations
🗑️

Complete Removal

Removes all GemBoost components and restores original Gemini CLI state.

Removes all GemBoost components
Cleans all configuration files
Removes environment variables
Restores original Gemini CLI state
⚙️

Custom Selection

Granular control over uninstallation with custom component selection.

Choose specific components to remove
Preserve selected components
Granular control over uninstallation
Smart file detection

Step-by-Step Uninstallation

Follow these steps for a complete and safe removal

1

Download & Run Uninstaller

Download the GemBoost-Uninstaller executable and run it on your system.

$
Command:
./GemBoost-Uninstaller
💡

The uninstaller is included in your original download package.

2

Choose Uninstall Option

Select from Interactive, Complete, or Custom uninstall options based on your needs.

💡

Interactive uninstall is recommended for safe removal with backup.

3

Backup Creation

If selected, automatic backup of important files will be created.

💡

Backups are stored in ~/.gemini/.gemboost-backup/ for recovery if needed.

4

Component Removal

Progressive uninstallation of GemBoost components with real-time feedback.

💡

All framework files, commands, agents, and MCP configurations are removed.

5

Environment Cleanup

Remove GEMINI_SYSTEM_MD environment variable and clean shell profile modifications.

$
Command:
echo $GEMINI_SYSTEM_MD
💡

Verify the variable is empty after uninstall. May require terminal restart.

6

Verification

Confirm complete removal and test Gemini CLI functionality.

$
Command:
gemini --version
💡

Gemini CLI should work normally without GemBoost commands available.

What Gets Removed

Complete list of files and components that will be uninstalled

📁

Framework Files

~/.gemini/SYSTEM.md
~/.gemini/FLAGS.md
~/.gemini/PRINCIPLES.md
~/.gemini/AGENT_ORCHESTRATION_GUIDE.md
~/.gemini/.gemboost-metadata.json
🧩

Components Removed

All 21 GemBoost slash commands
All 14 specialized AI agents
All 5 MCP integration configs
All behavioral mode configurations
Complete ~/.gemini/GemBoost/ directory
🛠️

Manual Cleanup (If Needed)

If automatic uninstallation fails, you can manually remove GemBoost components with these commands:

$
Manual Removal Commands:
rm -rf ~/.gemini/GemBoost/
rm ~/.gemini/SYSTEM.md
rm ~/.gemini/FLAGS.md
rm ~/.gemini/PRINCIPLES.md
rm ~/.gemini/.gemboost-metadata.json
# Remove GEMINI_SYSTEM_MD from shell profile