[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8754":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":42,"discoverSource":43},8754,"Restfox","flawiddsouza\u002FRestfox","flawiddsouza","Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop","https:\u002F\u002Frestfox.dev",null,"Vue",2713,137,14,46,0,2,3,17,7,65.62,"MIT License",false,"main",[26,27,28,29,30,31,32,33,34,35,36,37,38],"api-client","api-testing","developer-tools","graphql-client","hacktoberfest","http","http-client","pwa","rest-api","rest-client","testing-tools","vue","websocket","2026-06-12 04:00:41","# ![Restfox](https:\u002F\u002Fraw.github.com\u002Fflawiddsouza\u002FRestfox\u002Fmain\u002Fpackages\u002Fui\u002Fpublic\u002Fpwa-192x192.png \"Restfox\")\n\n# Restfox\n\n[**Web App**](https:\u002F\u002Frestfox.dev) **|** [**Install**](#installation) **|** [**Releases\u002FDownloads**](https:\u002F\u002Fgithub.com\u002Fflawiddsouza\u002FRestfox\u002Freleases) **|** [**Screenshots**](#screenshots) **|** [**Docs**](https:\u002F\u002Fdocs.restfox.dev) **|** [**Compiling**](#compiling) **|** [**Compiling Web Standalone**](#using-web-standalone)\n\nOffline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop\n\nWatch video to see plugins in action:\u003Cbr>\n[\u003Cimg src=\"https:\u002F\u002Fimg.youtube.com\u002Fvi\u002F3cOQPm43Wus\u002Fhqdefault.jpg\" width=\"600\" height=\"300\" width=\"100%\"\n\u002F>](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=3cOQPm43Wus)\n\n## Installation\n\n### macOS\nPackage available in homebrew by using:\n```\nbrew install restfox\n```\n\n### Ubuntu and other distributions supporting snap\nPackage available through snap can be installed using:\n```\nsudo snap install restfox\n```\n\n### RPM, DEB and NuPKG\nThere are precompiled binaries in the [releases](https:\u002F\u002Fgithub.com\u002Fflawiddsouza\u002FRestfox\u002Freleases) page.\n\n### Windows\n```\nscoop bucket add extras\nscoop install restfox\n```\nThere are also precompiled binaries in the [releases](https:\u002F\u002Fgithub.com\u002Fflawiddsouza\u002FRestfox\u002Freleases) page.\n\n### [Docker](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fflawiddsouza\u002Frestfox)\n```\ndocker run --name Restfox -d -p 4004:4004 flawiddsouza\u002Frestfox:0.40.0\n```\n\nStart webapp using docker compose\n```\ndocker-compose up -d\n```\n\nStart webapp using docker compose with custom port\n```\ndocker-compose -p 5000:4004 up -d\n```\n\nStart webapp using docker compose with different version\n```\nRESTFOX_VERSION=0.40.0 docker-compose up -d\n```\n\n## Screenshots\n\n\u003Cimg src=\"screenshots\u002F1.png?raw=true\">\n\n\u003Cimg src=\"screenshots\u002F2.png?raw=true\">\n\n### Response History\n\n\u003Cimg src=\"screenshots\u002F3.png?raw=true\">\n\n### Context Menu\n\n\u003Cimg src=\"screenshots\u002F8.png?raw=true\">\n\n### Environment Variables\n\n\u003Cimg src=\"screenshots\u002F4.png?raw=true\">\n\u003Cimg src=\"screenshots\u002F5.png?raw=true\">\n\n### Plugins\n\n\u003Cimg src=\"screenshots\u002F6.png?raw=true\">\n\u003Cimg src=\"screenshots\u002F7.png?raw=true\">\n\n# Compiling\n\n## ui\n\n### Development\n```\nnpm run dev\n```\n\n### Distribution\n```\nnpm run build\n```\n\n### Desktop distribution and development\n```\nnpm run build-desktop\n```\n\n### Web Standalone distribution and development\n```\nnpm run build-web-standalone\n```\n\n### To upgrade codemirror to latest version\n```bash\nnpm i @codemirror\u002Fautocomplete@latest @codemirror\u002Fcommands@latest @codemirror\u002Flang-javascript@latest @codemirror\u002Flang-json@latest @codemirror\u002Flanguage@latest @codemirror\u002Fsearch@latest @codemirror\u002Fstate@latest @codemirror\u002Fview@latest\n```\n\n## electron\n\n### To upgrade electron to latest version\n```bash\nnpm install --save-dev electron@latest @electron-forge\u002Fcli@latest @electron-forge\u002Fmaker-deb@latest @electron-forge\u002Fmaker-rpm@latest @electron-forge\u002Fmaker-squirrel@latest @electron-forge\u002Fmaker-zip@latest @electron-forge\u002Fmaker-flatpak@latest @electron-forge\u002Fpublisher-github@latest electron-builder@latest\n```\n\n### Development\n```\nnpm run start\n```\n\n### Distribution\n```\nnpm run make\n```\nor\n```\nnpm run publish\n```\n\n### Development\n```\nnpm run dev\n```\n\n### Distribution\n```\nnpm run build\n```\n\n## Using web-standalone\n```\ngit clone https:\u002F\u002Fgithub.com\u002Fflawiddsouza\u002FRestfox\ncd Restfox\u002Fpackages\u002Fui\nnpm i\nnpm run build-web-standalone\ncd ..\u002Fweb-standalone\nnpm i\nnpm start\n```\n\nBy default npm start will run Restfox at port 4004. You can override the port by passing port like so `PORT=5040 npm start`.\n\n## Docker Build Instructions\n\nFirst refer to [**Compiling Web Standalone**](#using-web-standalone) to build successfully locally and use it normally.\nThen in the project root directory (directory with Dockerfile), execute:\n```\ndocker build -t restfox:xx .\n```\n> Note: xx is the version number\n\nAfter the build is complete, use the following command to start the service:\n```\ndocker run -d -p:4004:4004 restfox:xx\n```\nVisit after successful startup: localhost:4004\n\nAlternatively, you can also use the pre-built Docker image available on [Docker Hub](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fflawiddsouza\u002Frestfox). See: [**Docker**](#docker).\n","Restfox 是一个支持离线使用的轻量级 HTTP 和 Socket 测试客户端，适用于 Web 和桌面环境。其核心功能包括 API 测试、WebSocket 测试以及环境变量管理等，并且内置了插件系统以扩展更多功能。基于 Vue 构建，Restfox 提供了简洁直观的用户界面和强大的测试工具集，如响应历史记录查看、上下文菜单操作等功能。它非常适合开发者在开发过程中进行 API 调试与测试，尤其对于需要频繁测试 RESTful API 或 GraphQL 接口的场景尤为适用。此外，Restfox 支持多种安装方式，包括 Homebrew、Snap、Docker 等，便于不同平台的用户快速部署使用。","2026-06-11 03:19:36","top_language"]