🍺 BREW Explorer

← all casks

tldraw desktop

brew install --cask tldraw v1.3.0

Editor for .tldr files

54
30-day installs · #1952
54
90-day · #3235
54
365-day · #5623
156
★ GitHub stars · updated 2mo ago

Links

Raw metadata
{
  "alternatives": [],
  "artifacts": [
    {
      "app": [
        "tldraw.app"
      ],
      "target": "/Applications/tldraw.app"
    },
    {
      "zap": [
        {
          "trash": [
            "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.tldraw.desktop.sfl*",
            "~/Library/Application Support/tldraw",
            "~/Library/Caches/@tldesktop-updater",
            "~/Library/Caches/com.tldraw.desktop",
            "~/Library/Caches/com.tldraw.desktop.ShipIt",
            "~/Library/HTTPStorages/com.tldraw.desktop",
            "~/Library/Preferences/com.tldraw.desktop.plist"
          ]
        }
      ]
    }
  ],
  "auto_updates": 1,
  "categories": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Editor for .tldr files",
  "disable_reason": null,
  "disabled": 0,
  "display_name": "tldraw desktop",
  "enrichment_fetched_at": "2026-06-20T22:50:30+00:00",
  "first_seen": "2026-06-20T00:47:34+00:00",
  "full_token": "tldraw",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-01T16:29:35Z",
  "github_readme_excerpt": "# tldraw desktop\n\nA desktop editor for `.tldr` files, built with [tldraw](https://tldraw.dev) and Electron.\n\n## Download\n\nGet the latest release from the [Releases page](https://github.com/tldraw/tldraw-desktop/releases/latest).\n\n| Platform | Download |\n| --- | --- |\n| macOS (Apple Silicon + Intel) | `tldraw-{version}-universal.dmg` |\n| Windows x64 | `tldraw-{version}-win-x64.exe` |\n| Windows ARM64 | `tldraw-{version}-win-arm64.exe` |\n| Linux x64 | `tldraw-{version}-linux-x64.AppImage` or `.deb` |\n| Linux ARM64 | `tldraw-{version}-linux-arm64.AppImage` |\n\n## Auto-updates\n\nThe app checks for updates on launch. When a new version is available, you\u0027ll be prompted to download and install it.\n\n## Local Canvas API\n\nThe desktop app runs a local HTTP server that exposes a Canvas API for programmatic access to your tldraw documents. This enables integrations with AI coding assistants and other tools.\n\nThe server starts automatically when the app launches (default port 7236, falls back to a random port if taken). Connection details are written to:\n\n- **macOS**: `~/Library/Application Support/tldraw/server.json`\n- **Windows**: `%APPDATA%/tldraw/server.json`\n- **Linux**: `~/.config/tldraw/server.json`\n\nThe `server.json` file contains:\n\n```json\n{\n  \"port\": 7236,\n  \"pid\": 12345\n}\n```\n\n### API endpoints\n\n| Method | Endpoint | Description |\n| --- | --- | --- |\n| `GET` | `/` | API documentation (plain text) |\n| `GET` | `/api/llms` | tldraw SDK documentation (llms-full.txt) |\n| `GET` | `/api/doc` | List all open documents (supports `?name=` filter) |\n| `GET` | `/api/doc/:id/shapes` | Get all shapes on the current page |\n| `GET` | `/api/doc/:id/screenshot` | Screenshot of the canvas as JPEG |\n| `POST` | `/api/doc/:id/exec` | Execute arbitrary editor code |\n| `POST` | `/api/doc/:id/actions` | Execute structured canvas actions |\n\n### Screenshots\n\n`GET /api/doc/:id/screenshot` supports query parameters:\n\n- `size` - `small` (768px), `medium` (1536px), `large` (3072px), `full` (5000px)\n- `",
  "github_repo": "tldraw/tldraw-desktop",
  "github_stars": 156,
  "github_topics": [],
  "homepage": "https://github.com/tldraw/tldraw-desktop",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 54,
  "installs_365d": 54,
  "installs_90d": 54,
  "last_seen": "2026-06-20T00:47:34+00:00",
  "llm_generated_at": null,
  "llm_model": null,
  "names": [
    "tldraw desktop"
  ],
  "one_liner": null,
  "rank_30d": 1952,
  "rank_365d": 5623,
  "rank_90d": 3235,
  "raw_hash": "b4e28d6c022fb81f",
  "ruby_source_path": "Casks/t/tldraw.rb",
  "tap": "homebrew/cask",
  "token": "tldraw",
  "version": "1.3.0",
  "why_use_this": null
}