{"id":51014941,"url":"https://github.com/dreygur/protide","last_synced_at":"2026-06-21T09:01:40.486Z","repository":{"id":359135889,"uuid":"1134343307","full_name":"dreygur/protide","owner":"dreygur","description":"Native desktop API testing tool - HTTP, GraphQL, WebSocket, gRPC, tRPC, Socket.IO. Built with Rust + GPUI.","archived":false,"fork":false,"pushed_at":"2026-05-20T16:00:29.000Z","size":3093,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T19:15:21.077Z","etag":null,"topics":["api-client","developer-tools","gpui","graphql","grpc","http-client","lsp","rust","websocket"],"latest_commit_sha":null,"homepage":"https://github.com/dreygur/protide","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreygur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-14T15:35:56.000Z","updated_at":"2026-05-20T16:01:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dreygur/protide","commit_stats":null,"previous_names":["dreygur/protide"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dreygur/protide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fprotide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fprotide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fprotide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fprotide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreygur","download_url":"https://codeload.github.com/dreygur/protide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fprotide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34603583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","developer-tools","gpui","graphql","grpc","http-client","lsp","rust","websocket"],"created_at":"2026-06-21T09:01:39.916Z","updated_at":"2026-06-21T09:01:40.475Z","avatar_url":"https://github.com/dreygur.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"crates/protide/assets/protide-logo.png\" alt=\"Protide\" width=\"120\" /\u003e\n\n  # Protide\n\n  ![Build](https://img.shields.io/github/actions/workflow/status/dreygur/protide/release.yml?branch=main\u0026label=build)\n  ![License](https://img.shields.io/badge/license-MIT-blue)\n  ![Rust](https://img.shields.io/badge/built%20with-Rust-orange)\n\n  [Issues](https://github.com/dreygur/protide/issues) • [Releases](https://github.com/dreygur/protide/releases)\n\u003c/div\u003e\n\n---\n\n![Protide screenshot](screenshot.png)\n\n## What is Protide?\n\nProtide is a native desktop API testing tool built with **Rust** and [GPUI](https://github.com/zed-industries/zed) - Zed's GPU-accelerated UI framework. It supports HTTP, GraphQL, WebSocket, gRPC, tRPC, and Socket.IO from a single interface.\n\nIt ships with a language server (`protide-lsp`) for `.http` files, an MCP server for AI tool integration, and a Zed extension with tree-sitter syntax highlighting.\n\n```bash\ncargo install --git https://github.com/dreygur/protide protide-lsp\n```\n\n## Features\n\n**Protocols**\n- HTTP/HTTPS - GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS\n- GraphQL - query/variables editor with syntax highlighting\n- WebSocket - connect/disconnect, send messages, history\n- gRPC - proto loading, service/method selection, all streaming types\n- tRPC - query and mutation procedures\n- Socket.IO - full event support\n\n**Request Editor**\n- URL input with method selector\n- Headers, query params, body (JSON, Raw, XML, Form, Binary)\n- Authentication - Bearer, Basic, API Key (header or query)\n- Environment variables with `{{variable}}` substitution\n- Code generation - cURL, Python, JavaScript, Go, Rust\n\n**Collections \u0026 Storage**\n- File-based collections (folders = collections, `.http` files = requests)\n- Request history panel\n- Import: cURL, Postman, Bruno, OpenAPI/Swagger\n- Export: Markdown\n\n**Scripting \u0026 Testing**\n- JavaScript pre/post-request scripts (via [rquickjs](https://github.com/DelSkayn/rquickjs))\n- Test assertions with `expect()` API\n- Request chaining via JSONPath + `# @set` annotations\n\n**Mock Server**\n- Local HTTP mock server with configurable routes\n- Record/proxy mode - forwards to real server, captures responses as static routes\n\n**Collaboration**\n- CRDT-based local-first sync (LWW registers, Lamport timestamps)\n- P2P via [libp2p](https://libp2p.io/) - mDNS discovery + Gossipsub\n- Bring-your-own-backend file sync (Dropbox, Google Drive, GitHub)\n- PAKE secure pairing for LAN peers\n\n**Tooling**\n- **LSP** (`protide-lsp`) - hover, completion, diagnostics, formatting, semantic tokens, rename, code actions for `.http` files\n- **MCP server** (`protide-mcp`) - JSON-RPC 2.0 over stdio, exposes `send_request` tool for AI assistants\n- **Zed extension** - syntax highlighting with tree-sitter, LSP integration\n\n## Installation\n\n### Build from source\n\n```bash\ngit clone https://github.com/dreygur/protide\ncd protide\ncargo build --release\n./target/release/protide\n```\n\n**Linux dependencies:**\n\n```bash\nsudo apt-get install -y \\\n  libgtk-3-dev libwebkit2gtk-4.1-dev \\\n  libxkbcommon-dev libxkbcommon-x11-dev \\\n  libwayland-dev libx11-dev \\\n  libxcb-shm0-dev libxcb-xfixes0-dev libxcb-shape0-dev \\\n  libasound2-dev libfontconfig-dev libudev-dev \\\n  libegl1-mesa-dev mesa-common-dev\n```\n\n### LSP\n\n```bash\ncargo install --git https://github.com/dreygur/protide protide-lsp\n```\n\n**Zed:** Install the *Protide HTTP* dev extension from `extensions/zed/`.\n\n## .http File Format\n\n```http\n### List posts\n# @name list-posts\n# @description Fetch all posts from the API\n# @protocol http\n\nGET {{base_url}}/posts\nAuthorization: Bearer {{token}}\n\n\u003e {%\n  pm.test(\"Status is 200\", () =\u003e {\n    expect(response.status).toBe(200);\n  });\n%}\n```\n\n| Annotation | Description |\n|---|---|\n| `# @name` | Request name (used for chaining) |\n| `# @description` | Human-readable description |\n| `# @protocol` | Protocol hint (`http`, `graphql`, `ws`, `grpc`) |\n| `# @set var = $.path` | Extract response value into variable |\n| `# @depends name` | Declare dependency on another named request |\n| `# @tests` | Inline test block |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fprotide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreygur%2Fprotide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fprotide/lists"}