FORGE v1.5.1 · WINDOWS DESKTOP READY

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.

Download FORGE for Windows
No login. Ready in seconds.
$ pip install forge-agent==1.5.1
No login required Works instantly Includes demo
1
Windows Click
500K+
Models Available
$0
Forever Cost
Self-Evolving
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.

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

Canonical release: GitHub Release remains the version authority: GitHub Release v1.5.1. 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.

03

Press Run Demo

FORGE creates a real artifact so you can see the agent work before setup.

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.1.
Package1.5.1
Source Archive
Source
Release source archive for contributors and packagers who want to inspect or rebuild FORGE.
ZIPGitHub asset
Release Record
GitHub
View the canonical release, notes, hashes, and all attached assets for FORGE v1.5.1.
Releasev1.5.1
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
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
Architecture
How It Works

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

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.1
$ pip install forge-agent==1.5.1
# Confirm the installed version
$ forge --version
# Inspect providers and run a real task
$ forge status
$ forge discover
$ forge operate "your task here"
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.1

All CLI package dependencies install automatically from PyPI.

03

Check status, then operate

Use forge status, forge discover, and forge operate "..." with a concrete task.