"The Architect's IDE for the Post-AGI Era."
OllamaForge is a world-class, local-first AI coding assistant designed for elite developers and speculative architects. It bridges the gap between high-fidelity global reasoning (Google Gemini 3.0 Pro) and secure, private local inference (Ollama), wrapped in a tactile, high-end interface.
Developed by Tarek Tarabichi / 2TInteractive.
- Global Reasoning: Leverages Gemini 3.0 Pro for complex architectural decisions, speculative design, and high-token thinking.
- Local Autonomy: Integrated Ollama backend for private, offline coding tasks (CodeLlama, DeepSeek, etc.).
- Visual Synthesis: Native Image Generation (Imagen 4.0) for UI/UX prototyping directly from the chat.
- Shared .memory: Persistent project-wide context that survives across sessions.
- Shared .brain: Recursive system instructions that evolve with your workflow.
- Shared .skills: Custom learned capabilities and local tool-bindings.
- Secure .env: A protected environment for local API management and injection.
- Live Artifact Previews: Instant side-by-side rendering for Markdown and Web components.
- Neural Terminal: Deep integration with local runtimes; AI-driven stack trace analysis and one-click debugging.
- Voice & Vision: Real-time multimodal interaction via Gemini Live API (Audio/Video).
- Frontend: React 19 + TypeScript + Tailwind CSS.
- Icons: Lucide React (Customized Monolith Set).
- Backend Inference: Ollama (Local) + Google GenAI SDK (Cloud).
- Design System: Speculative "Dark Monolith" Aesthetic.
- Ollama: Install from ollama.ai.
- CORS Configuration: Ensure Ollama allows web requests:
# Windows (PowerShell) $env:OLLAMA_ORIGIN="*"; ollama serve
- API Access: A valid Google Gemini API Key (configured via environment).
- Clone the repository.
- Install dependencies:
npm install. - Launch the Forge:
npm run dev.
OllamaForge is a proprietary speculative artifact. All design patterns, UI signatures, and the "Forge Vault" architecture are the intellectual property of Tarek Tarabichi / 2TInteractive.
See LICENSE.md for specific terms regarding use and distribution. Removal of copyright notices or creator attribution is strictly prohibited.
© 2026 Tarek Tarabichi / 2TInteractive. All rights reserved.