A free-first autonomous software engineering agent for Windows, CLI, and editors.
CodeForge dynamically routes engineering work across legitimate zero-cost cloud models, delegates tasks to specialized agents, edits repositories, runs tests, reviews its own work, and refuses to silently fall back to paid inference.
- Free-only intelligence — never routes to paid models, never runs local LLMs
- Dynamic routing — evidence-based model selection across free providers
- Autonomous task ownership — plan, implement, test, review, verify
- Windows-first — desktop app, CLI, and VS Code from one core runtime
- Zero-billing firewall (
ForgeZero) — fail-closed cost enforcement at the architecture level
CodeForge never intentionally uses paid inference. CodeForge does not run local LLMs.
⬇ Download the latest release — Windows 10/11 (x64).
Current release: v0.2.0 — Previous: v0.1.0
| Build | File | Notes |
|---|---|---|
| Installer (recommended) | CodeForge-Setup-0.2.0.exe |
One-click, per-user install |
| Portable | CodeForge-Portable.exe |
No installation required |
| Checksums | SHA256SUMS.txt |
SHA-256 of every asset |
Note
v0.2.0 is not code-signed. Windows may show a SmartScreen / "unknown publisher" prompt — choose More info → Run anyway. Verify your download first:
# from the folder containing the downloaded files and SHA256SUMS.txt
(Get-FileHash CodeForge-Setup-0.2.0.exe -Algorithm SHA256).Hash.ToLower()
# compare against the value in SHA256SUMS.txt
node apps/desktop/scripts/verify-release-hashes.mjs . SHA256SUMS.txtv0.2.0 — released (GitHub Release). Built and verified on GitHub-hosted Windows runners (windows-2022 build + windows-2025 consumer acceptance) from certified commit 805195f. Graphite/diamond UI, packaged persistence, and free-only security verified. Previous: v0.1.0 — released (GitHub Release). See docs/ for architecture and research.
# from the monorepo root
npm install
npm run build
npm test
# run the CLI
npm run forge -- versionREADME.md— this fileSECURITY.md— security modelCONTRIBUTING.md— how to contributeAGENTS.md— AI agent instructions for this repo.env.example— optional environment variablesdocs/phase-10.6-report.md— current implementation status (authoritative audit)docs/research/— OpenCode/Kilo research and CodeForge architecture decisions
Planned documentation (now written):
ARCHITECTURE.md— system overview and package mapPROVIDERS.md— provider adapter interface and catalogROUTER.md— model selection and ForgeZero routingFULL_AUTO.md— autonomous execution workflowGEMS_MODE.md— GEMS premium tier entitlementPLUGIN_API.md— plugin system architecture
MIT