Strong reasoning models
Put the best models your ChatGPT plan offers — like GPT-5.5 with high reasoning — to work directly on your codebase.
// free · early access
ThinkForge lets ChatGPT actually work on your project — read your files, search the repo, make precise edits, run your tests, and show you a clean diff before anything changes. It all runs on your own machine, across the project folders you choose, powered by the ChatGPT plan you already pay for.
12 export function connect() {
13- const mode = "paste-buffer";
13+ const mode = "local-coding-agent";
14 return bridge.open(mode);
15 }
// why thinkforge
Codex is powerful, but its coding usage runs out fast. ThinkForge gives ChatGPT the same kind of hands-on coding abilities, running through the ChatGPT app instead — so you get far more room to work, and your Codex usage stays untouched for when you really need it.
Put the best models your ChatGPT plan offers — like GPT-5.5 with high reasoning — to work directly on your codebase.
It works through the ChatGPT app you already subscribe to. No extra model account, no separate API bill.
Because it runs through ChatGPT, it spends your ChatGPT usage — not your Codex limits. Your Codex allowance stays reserved.
Read, search, edit, run tests, review diffs, and hand off work — the real coding-agent loop, not another paste buffer.
// the problem
You spend your time shuttling code between a browser tab and your editor by hand. ChatGPT never really sees your project, and nothing it suggests is checked against your machine.
ChatGPT only knows what you last pasted. It loses track of your file layout, related code, and earlier decisions.
Copy out, paste in, copy back. Every round trip is slow and easy to get wrong.
Instead of a precise change to a real file, you get a chunk of code to re-integrate yourself.
Your tests, lint, and build never run, and you can't see a diff before it touches your repo.
// the solution
Install the app, paste your license key, pick your project folders, and paste one URL into ChatGPT. From then on you just talk to ChatGPT — and it works directly across your projects.
Download the ThinkForge installer and run it. Windows 10 & 11.
Paste your license key and point ThinkForge at your project folders — add more anytime. No accounts or tokens to set up.
Click Start, copy the connector URL from ThinkForge, and add it once in ChatGPT's connector settings.
Ask it to explore, fix, build, or verify. It works across your active projects and shows you every change.
// features
Add your frontend, backend, and shared library — or several client projects — then check the ones you want active. ChatGPT can read, edit, and run commands across every active folder in the same conversation, no reconnecting or switching required.
One smart search blends ripgrep, filename matching, a live code graph, and git history to find exactly what matters in big repos — fast.
Results are cached on your machine, so ChatGPT doesn't keep re-searching the same things. That trims token cost and keeps long chats sharp instead of drifting.
Hit a chat's limits? Start a fresh one and ThinkForge hands over right where you left off — pulling the context from your machine, so you never re-explain the project.
ChatGPT makes exact changes to real files inside the project folders you've activated — nothing outside them.
It can run your tests, lint, typecheck, and build to verify a change actually works — with a safe command set by default.
See a clean, color-coded diff of what changed before you keep it. Nothing sneaks in.
Let ChatGPT write the plan, then have a local agent carry it out — and send the results back for review.
A simple installer for Windows. No terminal gymnastics to get started.
A private, protected connection, locked-down project folders, and sensitive files blocked out of the box.
// straight talk
ThinkForge works with the ChatGPT account you already have. It doesn't sell, share, or change anyone's model access — it just makes your own ChatGPT far more useful for code.
// how it works
Your request goes through your own ChatGPT and a private connection you control to a small helper running on your machine. It works across your active project folders and sends the results and diffs straight back to the chat.
Ask ChatGPT to explore the project — it searches and reads only what it needs.
Approve a change — it makes a precise edit inside the right project folder.
It runs your tests or build to check the change really works.
You review the diff, then keep it — or hand off to a fresh chat.
// setup
No accounts, no tokens, no domains to set up. Install the app, paste your license key, pick a folder, and you're connected — after that, you just open the app and start.
Run the one-click installer for Windows, then open ThinkForge.
Copy the key from your purchase email and drop it into ThinkForge. One time, one click.
Choose one folder to start — add more anytime from the Workspaces tab. Nothing outside your active folders is exposed.
ThinkForge connects out to its hub — nothing to expose on your machine, no tunnel to configure.
Paste it into ChatGPT → Connectors with authentication set to None, and you're connected.
// security
ThinkForge is built with layered protections to keep your project as safe as possible. It runs locally, you stay in control, and you review every change before it lands.
.env and API keys.git internals and node_modulesNo software can promise perfect security. ThinkForge reduces risk with strong defaults, but you should still use it with projects you trust and keep your own backups.
// download
ThinkForge is completely free during early access — no card, no subscription. Download it, connect it to ChatGPT with just your email, and start working in your own repos.
Windows 10 & 11 · activate with just your email. Free while in early access — we'd love your feedback.
// faq
It turns ChatGPT into a coding assistant that can actually work on your project. Instead of copy-pasting code back and forth, ChatGPT reads your files, searches your repo, makes real edits, runs your tests, and shows you a diff — all on your own computer, across the project folders you choose to connect.
Yes. ThinkForge works through your own ChatGPT account — it doesn't include or replace one. The upside: it puts the plan you already pay for to work as a hands-on coding agent.
No. ThinkForge runs through the regular ChatGPT app, so it uses your ChatGPT usage — not your Codex limits. Your Codex allowance stays reserved for when you actually want it.
Whatever strong models your ChatGPT plan gives you, including GPT-5.5 with high reasoning. That means you can get serious, Codex-style coding done straight from the ChatGPT subscription you already have.
No — and we're careful about this. ThinkForge doesn't lift, dodge, or change anyone's plan limits. It simply lets your ChatGPT plan, which comes with its own separate allowance from Codex, do a lot more of your coding. Normal plan limits still apply.
Everything runs on your machine. ThinkForge only shares the specific files, snippets, search results, and diffs with your own ChatGPT chat when you ask it to do something. There's no separate ThinkForge server storing your code.
When a chat gets long or hits its limits, you just open a new one. ThinkForge quietly saved the important context on your machine, so the new chat picks up right where the last one stopped — no re-explaining the project, and no relying on ChatGPT to "remember." It keeps long projects moving and stops chats from getting fuzzy over time.
Yes. In the Workspaces tab, add the project folders you want ChatGPT to see and check the ones that should be active — a frontend, a backend, and a shared library, for example. ChatGPT can then read, edit, and run commands across all of them in the same conversation, without reconnecting or switching folders. One folder is marked primary for tools that only make sense against a single repo, like Git.
Very. It combines several search techniques — plain text search, filename matching, a map of your code, and git history — into one step, then caches the results locally. So ChatGPT finds things quickly and doesn't waste time (or tokens) searching for the same thing twice.
Windows 10 & 11, through a simple installer. You don't need to be comfortable in a terminal to get started.
It's free during early access — no card, no subscription. You just download it and activate with your email. You'll still need your own ChatGPT plan (ThinkForge runs on the plan you already pay for). We may add paid plans later, but early-access users get in free.
You'll need a ChatGPT account where connector/Developer Mode features are available and turned on. Not every account, model, or region can connect, so we can't promise it works everywhere — but setup will tell you quickly if you're good to go.
// free · early access
ThinkForge is free during early access. Download it, activate with your email, and run ChatGPT as a full coding agent on the plan you already have.