whatisgithub

What is betwixt?

kdzwinel/betwixt — explained in plain English

Analysis updated 2026-06-26

4,562JavaScriptAudience · developerComplexity · 2/5LicenseSetup · moderate

In one sentence

Betwixt is a desktop app that lets you watch and analyze all network traffic on your computer using the same visual panel found in Chrome's developer tools, not just traffic from the browser.

Mindmap

mindmap
  root((betwixt))
    What it does
      Network traffic viewer
      System-wide proxy
      DevTools interface
    Platforms
      macOS
      Windows
      Ubuntu
    Features
      HTTPS capture
      Single terminal mode
      Chrome DevTools UI
    Install
      Prebuilt release
      Build from source
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Inspect what network requests a desktop app or command-line tool is making behind the scenes

USE CASE 2

Debug API calls from any process on your computer using a familiar Chrome DevTools-style interface

USE CASE 3

Capture and analyze HTTPS traffic from any app by routing it through Betwixt's local proxy

What is it built with?

JavaScriptElectron

How does it compare?

kdzwinel/betwixtharlan-zw/unlighthouseantswordproject/antsword
Stars4,5624,5614,560
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasymoderate
Complexity2/51/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Capturing HTTPS traffic requires installing a certificate separately, system proxy must be pointed to Betwixt's local address.

Use freely for any purpose including commercial use, as long as you keep the copyright notice.

So what is it?

Betwixt is a desktop application that lets you watch and analyze web traffic on your computer using the same visual interface found in Chrome's developer tools. Developers typically use Chrome DevTools to inspect network requests inside the browser, but Betwixt brings that same panel to traffic outside the browser, covering any app or process on your machine. To use it, you install Betwixt and then tell your operating system to route traffic through it. On macOS, Windows, and Ubuntu, this involves pointing the system's proxy settings to a local address that Betwixt listens on. If you only want to watch traffic from a single terminal window rather than all system traffic, you can set a one-line environment variable instead. Capturing HTTPS traffic requires an extra step to install a certificate, which is covered in a separate doc file. The tool is built with Electron, which means it runs as a standalone desktop app across different operating systems rather than in the browser. You can download a prebuilt release or build it yourself from the source code. The README is brief and does not describe what analysis features the interface provides beyond what can be inferred from the Chrome DevTools network panel comparison. The project is open to contributions and is licensed under the MIT license.

Copy-paste prompts

Prompt 1
How do I set up Betwixt on macOS to capture all system network traffic by pointing the system proxy to Betwixt's local address?
Prompt 2
Show me how to capture HTTPS traffic in Betwixt by installing the required certificate on my machine
Prompt 3
How do I use Betwixt to monitor network requests from a single terminal window only, without routing all system traffic through it?
Prompt 4
How do I build Betwixt from source if I do not want to use a prebuilt release?

Frequently asked questions

What is betwixt?

Betwixt is a desktop app that lets you watch and analyze all network traffic on your computer using the same visual panel found in Chrome's developer tools, not just traffic from the browser.

What language is betwixt written in?

Mainly JavaScript. The stack also includes JavaScript, Electron.

What license does betwixt use?

Use freely for any purpose including commercial use, as long as you keep the copyright notice.

How hard is betwixt to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is betwixt for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.