{
  "entry": {
    "kind": "extension",
    "slug": "tabby",
    "name": "Tabby",
    "vendor": "TabbyML",
    "description": "Tabby is a self-hosted, open-source coding assistant: you run the inference server, and the editor extensions for VS Code, JetBrains, and Vim talk to it. No code reaches a vendor because there is no vendor endpoint.\n\nThe extension reads workspace context and writes accepted completions, talking to a server you control. That makes it one of the lowest-risk assistants in the catalog for organisations whose main concern is code leaving the perimeter. The trade-offs are operational rather than security-related — you own the GPU, the model updates, and the uptime — and the honest note is that self-hosted models generally trail hosted frontier models in suggestion quality.",
    "website": "https://tabby.tabbyml.com",
    "repository": "https://github.com/TabbyML/tabby",
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "TabbyML.vscode-tabby"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 50,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}