百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
B

betwixt

> 开发工具
开源

:zap: 基于 Chrome DevTools 网络面板的 Web 调试代理。

4.6K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

:zap: 基于 Chrome DevTools 网络面板的 Web 调试代理。

Betwixt will help you analyze web traffic outside the browser using familiar Chrome DevTools interface.

## Installing Download the [latest release](https://github.com/kdzwinel/betwixt/releases/latest) for your operating system, [build your own bundle](docs/building.md) or [run Betwixt from the source code](docs/building.md). ## Setting up In order to capture traffic, you'll have to direct it to the proxy created by Betwixt in the background (`http://localhost:8008`). If you wish to analyze traffic system wide: - on macOS - `System Preferences → Network → Advanced → Proxies → Web Proxy (HTTP)` - on Windows - `Settings → Network & Internet → Proxy` - on Ubuntu - `All Settings → Network → Network Proxy` If you want to capture traffic coming from a single terminal use `export http_proxy=http://localhost:8008`. Capturing encrypted traffic (HTTPS) requires additional step, see [this doc](docs/https.md) for instructions. ## Contributing All contributors are very welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) fore more details. #### License [MIT](LICENSE.md)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •on macOS - System Preferences → Network → Advanced → Proxies → Web Proxy (HTTP)
  • •on Windows - Settings → Network & Internet → Proxy
  • •on Ubuntu - All Settings → Network → Network Proxy

> 标签

JavaScriptcapture-trafficchrome-devtoolselectronmitm

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具