Skip to content
Goatfied
New: Goat-Tab v2 — multi-file edits in one keystroke

The AI editor for
people who ship.

Goatfied predicts your next edit, rewrites code from a sentence, and runs agents that open pull requests while you sleep.

macOS · Windows · Linux · Web · Free to start

acme-payments — checkout.ts
checkout.ts
41export async function applyDiscount(
42 cart: Cart,
43 code: string,
44): Promise<Cart> {
45 const promo = await findPromo(code);
46 if (!promo) throw new NotFound("promo");
47
48 // expired codes must not apply
49
Tabto accept
Agent run 3m 41s
Read 14 files across src/billing
Wrote failing test for expired promo codes
Patched applyDiscount, 11 lines
pnpm test — 248 passed, 0 failed
Opened PR #1284
● ConnectedTypeScriptUTF-8

Works with the stack you already have

Logos and names are trademarks of their respective owners, shown to indicate compatibility. They do not imply endorsement or partnership.

Goat-Tab

The fastest tab key in the industry.

Predicts the next edit, not just the next token — including edits in files you have not opened yet. Trained on real multi-file refactors rather than isolated snippets.

  • Multi-file edits accepted with one keystroke
  • Follows your cursor through a refactor
  • 112 ms p95, so it lands before you finish thinking
  • Learns the conventions in your repository
How Tab works
Cmd+K

Rewrite code in plain English.

Select anything, describe the change, review the diff. Applies across the file or across the repository, and never touches your working tree until you accept.

  • Inline diffs you accept hunk by hunk
  • Whole-repository edits from one instruction
  • Terminal commands from a description
See the editor
Background agents

Hand off a ticket. Get a pull request.

Agents run in an isolated sandbox with scoped credentials, compile and test their own work, and retry against the failure. What arrives has already survived your checks.

  • Compile, lint and test inside the loop
  • Scoped per-repository tokens, wall-clock capped
  • Every run replayable — logs, diffs, test output
  • Opens one pull request per logical change
See how agents work

Built for real teams

Everything around the model.

The model is the easy part. What decides whether a team can actually adopt this is where it runs, what it retains, and what it has to prove before you look at the result.

Web and desktop

The same workspace in a native app or a browser tab. Start on your laptop, finish on a borrowed machine.

SOC 2 audit in progress

Type II audit underway, targeting Q3 2026. Ask for the current report status and we will tell you exactly where it stands.

Bring your own GPU

Self-host the inference plane on your own Kubernetes cluster. Source and prompts never leave your network.

MCP-native

Connect your own tools through the Model Context Protocol. Agents use them the same way they use the shell.

Privacy mode

Zero retention by default. Prompts and completions are dropped when the request finishes, and never used for training.

CLI and CI

Drive agents from a shell or a pipeline. Trigger a run from a workflow and get the result back as a pull request.

112 ms
Goat-Tab p95 latency

Median of the p95 across our production regions over the last 30 days.

200+
languages parsed

Tree-sitter grammars bundled for syntax-aware retrieval.

23
AWS regions

Inference regions available for data-residency pinning.

0
bytes retained

Default policy. Prompts and completions are dropped when the request completes.

Comparisons

Already using something else?

We wrote the comparisons we would want to read — including the cases where the other tool is the better choice, and the date each page was last checked.

All comparisons

Pricing that scales with you.

Start free. Every paid plan includes generous model usage, then bills usage-based — pay-as-you-go at API rates only when you exceed it.

Hobby

Free, forever

$0
  • Limited agent requests
  • Limited Tab completions
  • Web + desktop
Download

Pro

Popular

For the working dev

$20/ mo
  • Unlimited Tab completions
  • Extended agent limits on all models
  • Frontier models + Bugbot
  • Cloud agents
  • $20 of included usage / mo, then usage-based
Get Pro

Pro+

For heavy individual use

$60/ mo
  • Everything in Pro
  • ~3x the included usage
  • $70 of model usage / mo, then usage-based
Get Pro+

Ultra

For power users

$200/ mo
  • Everything in Pro
  • 20x usage
  • $400 of model usage / mo, then usage-based
  • Priority access to new features
Get Ultra

Teams

For organizations

$40/ user / mo
  • Everything in Pro
  • Centralized billing & admin
  • Privacy mode (no training, no retention)
  • SSO (SAML / OIDC)
  • Usage analytics
Start trial

Teams Premium

For scaling orgs

$120/ user / mo
  • Everything in Teams
  • Pooled usage across every seat
  • SCIM directory provisioning
  • Priority support with an SLA
Start trial

Enterprise

For regulated teams

Customannual contract
  • Everything in Teams Premium
  • Deploy in your own VPC
  • Customer-managed KMS keys
  • DPA, HIPAA BAA and security review
Talk to sales

All plans include zero-retention by default. Compare plans in detail

Zero retention by default

Prompts and completions are dropped when the request finishes, and are never used to train a model.

SOC 2 Type II audit in progress

Underway now, targeting Q3 2026. We will say where it stands rather than imply it is finished.

AIARCO Inc., Delaware C-corp

Incorporated 2024. A real company with a real address, a DPA and named sub-processors.

From the blog

Benchmarks, deployment notes, and hard-won patterns.

All posts

Ship faster. Today.

Free to download, free to try, and it runs on your own hardware if that is what your security team needs.

macOS · Windows · Linux · Web · No credit card

Goatfied — The AI code editor