Skip to content
SpdrByte edited this page Mar 4, 2026 · 2 revisions

Welcome to the Gemma CLI Wiki

Gemma CLI is a high-performance, tool-aware terminal workstation designed for the Google Gemma 3 model family. It transforms your PowerShell console into a sophisticated agentic environment capable of system administration, autonomous research, and creative workflows.


🌟 Key Philosophy: Beyond the Chatbot

Unlike standard LLM interfaces, Gemma CLI is Agentic.

  • Autonomous Operation: Gemma doesn't just suggest code; she writes it to your disk, tests it with Pester, and debugs the output.
  • Tool-Aware Reasoning: Using our dynamic ToolLoader, Gemma intelligently decides which tool to use (e.g., searchdir vs browse_web) based on your high-level goals.
  • Tiered Intelligence: The system dynamically scales the complexity of its instructions based on the model you use (27B vs 1B), ensuring peak performance on any hardware.

🚀 Quick Start in 3 Commands

If you have already followed the Installation & Setup, here is how to start being productive:

  1. Switch to your preferred power level:
    /model 3-27b
    
  2. Verify your environment:
    "Look at my current directory and tell me what the most recent log file says."
    
  3. Generate a visual concept:
    /tools  (to ensure 'imagen' is enabled)
    "Generate an image of a futuristic cyberpunk library."
    

🗺️ How to Use this Wiki


Note: Gemma CLI is optimized for Windows 10/11 and PowerShell 5.1+. It uses industry-standard DPAPI for security and a custom rendering engine for a beautiful terminal experience.

Clone this wiki locally