Mocha

A simple web proxy that has many essential features for easy browsing.

Features

  • Tab cloaking
  • Light/dark mode
  • Proxy switcher (Ultraviolet/Dynamic)
  • Easy navigation
  • Useful menu bar
  • Favorites
  • Games

Run locally

You need NodeJS and Git installed on your system.

# Clone + install packages
git clone https://github.com/cafe-labs/mocha.git 
npm install 

# To start a dev server:
npm run dev

# To build:
npm run build