Beta
Download ThreadGrid
Free, for Mac and Windows. ThreadGrid runs the agents you already use on your own computers. Your code, prompts and keys stay on them.
ThreadGrid for Mac
For Apple Silicon Macs. Signed and notarized by Apple, and it updates itself. Open the DMG and drag ThreadGrid to Applications.
- Apple Silicon Mac (M1 or later)
- macOS 13 Ventura or later
- Git
No Intel build yet.
ThreadGrid for Windows
For Windows PCs. Installs for your user, no admin rights needed, and it updates itself. Run it on its own, or pair it with your Mac and send it work.
- Windows 10 or 11, x64
- Git for Windows
Not code-signed yet. The first time you run the installer, Windows shows “Windows protected your PC”. Choose More info, then Run anyway.
Download for WindowsGet to your first job
- 1
Install an agent CLI and sign in to it
ThreadGrid doesn't bring its own AI. It drives the coding agents you already pay for, so you need at least one installed and signed in. In a terminal:
# Claude Code
npm install -g @anthropic-ai/claude-code && claude# Codex
npm install -g @openai/codex && codex login# OpenCode
npm install -g opencode-ai && opencode auth loginOne is enough. On Windows, Claude Code also needs Git for Windows.
- 2
Install ThreadGrid and open it
It finds the agent CLIs you signed in to. You don't paste any keys into it.
- 3
Add a project and describe the job
Point it at a Git repository on your computer and say what you want done. Agents work in their own worktrees, and anything risky waits for your approval.
- 4
Optional: add your other computers
To send work from one computer to another, create an account, sign in to it on both (Settings → Account), then pair them in Settings → Computers. One computer on its own doesn't need an account.