FORGE v1.5.2 · NO SETUP · WORKS WITH ANY FOLDER

FORGE

Open-source desktop AI operator for Windows.
Download, open FORGE, and try the built-in demo without an account.
No login. Ready in seconds. Works with any folder.

Download FORGE for Windows
No login. Ready in seconds.
$ pip install forge-agent==1.5.2
No login required Works instantly Includes demo
1
Click to Start
500K+
Models Available
$0
Forever Cost
Self-Evolving
v1.5.2
What's New

Upload Files & Images

Attach images, PDFs, text files, CSVs, or JSON right in the chat. Upload button, paste from clipboard, or drag-and-drop. Text merges into context. Images saved as workspace references.

Model Selector

Pick any free model from 12+ providers. Dropdown in sidebar lets you choose per request. Router prioritizes your selection with smart fallback.

3 Execution Modes

Chat — direct conversation, no planning. Plan — view the plan before execution. Build — full autonomous agent with tools.

Binary File Guard

EXE, DLL, images, archives, audio/video, databases — all blocked from model context. Displayed in tree but never read or sent.

Markdown Rendering

Code blocks and inline code render natively in chat. No external libraries needed.

Workspace System

forge init creates a workspace. --workspace flag or /workspace slash command switches folders. Auto-key detection from ~/.forge/keys/.

Download FORGE for Windows

The fastest public path is the Windows desktop build. Download it, open FORGE, and run the built-in demo without creating an account. Works with any folder — just point it at your project.

No login required Works instantly Includes demo
WinRecommended
v1.5.2Current Version
$0License Cost
DemoIncluded

Canonical release: GitHub Release v1.5.2 is the version authority. Site mirrors, when present, must match the same release assets byte-for-byte.

Windows first: PyPI, source, and GitHub links are still available below for developers.

Quick Start
Try FORGE in One Minute
01

Download the app

Use the Windows installer or portable zip above.

02

Open FORGE

Guest mode is available immediately. Login is optional for sync and private features. Keys load automatically — no setup.

03

Press Run Demo

FORGE creates a real artifact so you can see the agent work before setup. Try forge init to start a workspace.

For Developers
CLI, Source, and Release Record

These paths are for developers, packagers, and reviewers. The primary user path remains Windows Desktop.

Python Package
PyPI
Install the CLI and agent runtime with pip install forge-agent==1.5.2.
Package1.5.2
Source Code
GitHub
Browse the full FORGE source code, open issues, contribute PRs, or clone the repository.
RepositoryTREN-Studio/FORGE
Release Record
GitHub
View the canonical release, notes, hashes, and all attached assets for FORGE v1.5.2.
Releasev1.5.2
Groq LLaMA 3.3 70B
Gemini 2.0 Flash
DeepSeek R1
Mistral Large
Qwen 2.5 72B
Ollama Local
HuggingFace 500K+
Together AI
OpenRouter
Nvidia NIM
Codestral
Gemma 2 27B
Phi-4
Command R+
WizardCoder
Groq LLaMA 3.3 70B
Gemini 2.0 Flash
DeepSeek R1
Mistral Large
Qwen 2.5 72B
Ollama Local
HuggingFace 500K+
Together AI
OpenRouter
Nvidia NIM
Codestral
Gemma 2 27B
Phi-4
Command R+
WizardCoder
Why FORGE
Forged Different

Not another wrapper. FORGE is the only agent that truly owns its intelligence — no vendor lock-in, no bills, no ceiling.

🔥

Smart Selector

Real-time benchmark of every available model. Each task gets routed to the best performing free model at that exact moment — speed, accuracy, quota — all weighed automatically.

Model Intelligence Scoring
♾️

Quota Guardian

Tracks free tier limits across 20+ providers simultaneously. When one quota hits zero, FORGE seamlessly rotates to the next. Zero downtime. Zero interruption. Zero cost.

Self-Healing APIs
🧬

Self-Discovery

Every 24 hours, FORGE crawls HuggingFace, OpenRouter, and every known provider to find newly released free models. It adds them, benchmarks them, and uses them — without you touching anything.

Auto-Evolution Engine
🧠

Persistent Memory

Not just conversation history. FORGE builds a knowledge graph about you, your projects, your preferences — growing smarter with every interaction. Across sessions. Across tasks.

Memory Graph

True Agent Mode

Writes and executes code. Searches the web. Manages files. Plans multi-step tasks end-to-end. Not a chatbot with tools — a real autonomous agent with full system access.

Full Autonomy
🌍

Open Forever

MIT licensed. No cloud dependency. Runs 100% on your machine. The community adds providers, plugins, and improvements daily. No company can ever shut it down or charge for it.

MIT License
📁

Workspace System

Every session is tied to a folder. FORGE understands what's in your project — files, structure, codebase — and works within it. Use forge init or the desktop app.

Zero Setup
Comparison
FORGE vs The World
Feature FORGE OpenClaw AutoGPT ChatGPT
100% Free Forever
Self-Evolving Models
Smart Model Selector~
Quota Auto-Rotation
Persistent Memory Graph~~
Local / No Cloud Required~
Open Source (MIT)
20+ Free Providers
Workspace System
Auto Key Detection
Architecture
How It Works

Five layers. Every decision automated. Every model free. Every failure handled.

Workspace Layer

files · folders · project context · persistence

Context

User / Task Input

text · code · files · images · voice

Input Layer

Smart Selector Engine

rates models in real-time: accuracy · speed · quota

Core Intelligence
Groq
Gemini
DeepSeek
Mistral
+20

Agent Core

code · web · files · multi-step planning

Execution

Quota Guardian + Self-Discovery

24h auto-rotation · finds new models daily

Self-Healing
Developer CLI
Install from PyPI
# Install FORGE CLI 1.5.2
$ pip install forge-agent==1.5.2
$ forge init
$ forge start
# Start working — no API keys needed
$ forge init
$ forge start
# Or point to any folder as a workspace
$ forge start -w ./my-project
# While inside a session, change workspace
$ /workspace ~/Documents
01

Install Python 3.10+

This is the developer path. Most users should download the Windows desktop app above.

02

Run pip install forge-agent==1.5.2

All CLI package dependencies install automatically from PyPI.

03

Run forge init

Creates a .forge/ workspace in your current folder. FORGE detects API keys automatically — no signup needed.

04

Run forge start

Opens an interactive session tied to your workspace. Use /workspace <path> to switch folders at any time.