{"id":51370461,"url":"https://github.com/raditzlawliet/beep","last_synced_at":"2026-07-03T06:06:10.663Z","repository":{"id":364328543,"uuid":"1266501211","full_name":"raditzlawliet/beep","owner":"raditzlawliet","description":"Beep is a lightweight, cross-platform HTTP client for making API requests. Use it from the terminal or as a desktop app.","archived":false,"fork":false,"pushed_at":"2026-07-01T05:53:50.000Z","size":425,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-01T07:11:18.677Z","etag":null,"topics":["api","api-client","http"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/raditzlawliet.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-06-11T17:16:02.000Z","updated_at":"2026-07-01T05:53:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/raditzlawliet/beep","commit_stats":null,"previous_names":["raditzlawliet/beep"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/raditzlawliet/beep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raditzlawliet%2Fbeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raditzlawliet%2Fbeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raditzlawliet%2Fbeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raditzlawliet%2Fbeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raditzlawliet","download_url":"https://codeload.github.com/raditzlawliet/beep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raditzlawliet%2Fbeep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35074294,"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-07-03T02:00:05.635Z","response_time":110,"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","api-client","http"],"created_at":"2026-07-03T06:06:08.952Z","updated_at":"2026-07-03T06:06:10.655Z","avatar_url":"https://github.com/raditzlawliet.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBeep\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eIntuitive API Client\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Beep is a lightweight, cross-platform HTTP client for making API requests. Use it from the terminal or as a desktop app.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/gui-preview.png\" alt=\"Beep GUI Preview\"\u003e\n\u003c/p\u003e\n\n## Features\n\n### Project Panel\n\nBeep supports project folder panels to organize and manage your HTTP requests.\n\n- Support Beep HTTP request files with `.http` or `.rest` extensions (See [Spec](./SPEC.md))\n  - See [Development](./DEVELOPMENT.md) Section Spec Implementation for details\n- Code \u003c-\u003e Form mode - Switch between code and form editor with surgical sync\n- Multi-request .http files with request selector dropdown\n- File-level variables (@key = value)\n- File overview panel (requests list + variables editor)\n\n### HTTP Request\n\nCompose and send HTTP requests.\n\n- **HTTP Methods** - All standard HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS)\n- **HTTP Version** - HTTP/1.1 and HTTP/2\n- **Query Parameters** - Fully control Query Parameters\n- **Authentication** - No Auth, Basic Auth, Bearer tokens\n- **Headers** - Fully control Headers\n- **Request Body Editor** - Edit request body with syntax highlighting\n- **Form Data Editor** - Edit form data tables\n- **Disable/Enable** - Toggle headers, query params, and form fields individually and preserve state\n- **Request History** - Click-to-load history entries into form.\n- **Response Viewer** - View response headers and body\n\n### Coming soon\n\nFeatures:\n\n- Request: Multipart Form Data editor\n- Request: Cookies\n- Request: Follow Redirects\n- Request: Test Scripts\n- Project: Environment\n- Project|Request: Variables \u0026 Prompt Variables\n- Project: Save Response\n- Project: Persistent History (saved per project)\n- Project|Request: Individual History or Timeline by Request\n- Git Integration\n- Built-in AI Chat\n- Built-in MCP Server\n- Debugging Tools\n- Secrets Management\n\nFile Supports:\n\n- `.http` - Http Standard + Beep Extension\n  - Syntax Highlighter\n- `.yml` - Run/Edit Open Collection Spec\n- Run/Convert cURL to Request (directly on `.http`)\n- Run directly from Code (using |\u003e play button)\n- ...\n\nRequest Supports:\n\n- GraphQL Request\n- WebSocket Request\n- gRPC Request\n- ...\n\n## Usage\n\n### Desktop GUI\n\nRun the desktop GUI based on your platform and start making requests.\n\n#### Requirements\n\nDesktop builds on top of Tauri, so same as Tauri requirements.\n\n- **WebView2**\n\n### CLI\n\nComing soon\n\n### TUI\n\nComing soon\n\n## Download\n\nYou can try latest pre-built binaries from the [releases page](https://github.com/raditzlawliet/beep/releases).\n\n\u003e v1 Stable version? When When...\n\n## Specification\n\nBeep use file based `.http` standard HTTP request syntax with Beep extensions. You can read the [specification](SPEC.md) for more details.\n\n\u003e Possible in future to read `.yaml`/`.yml`/`.json` OpenAPI specs, `.bru` Bruno specs and others related API Client specs.\n\n## Contributors\n\nContributions are welcome! Check the [Issues](https://github.com/raditzlawliet/beep/issues) page or open a Pull Request.\n\nFor build instructions, architecture details, and local development, see [DEVELOPMENT.md](DEVELOPMENT.md).\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/raditzlawliet/beep/graphs/contributors\"\u003e\n        \u003cimg src=\"https://contrib.rocks/image?repo=raditzlawliet/beep\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraditzlawliet%2Fbeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraditzlawliet%2Fbeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraditzlawliet%2Fbeep/lists"}