Scramjet is an experimental interception based web proxy designed to evade internet censorship, bypass arbitrary web browser restrictions and innovate web proxy technologies. This project strives to maintain security, developer friendliness and performance unlike many other web proxies regardless of its open source nature. https://scramjet.mercurywork.shop/
Find a file
2024-12-17 15:57:06 -08:00
.github/workflows nuke typescript support 2024-12-17 13:22:58 -08:00
assets add logo 2024-07-14 23:53:57 -05:00
lib semicolons 2024-07-14 16:31:36 -07:00
rewriter use epoxy pipeline 2024-12-17 15:57:06 -08:00
src fix: scramitize checks, re enable captureErrors 2024-12-17 15:13:19 -06:00
static chore: code cleanup 2024-12-13 22:54:13 -06:00
tests fix tests 2024-11-11 16:55:40 -06:00
.gitignore fix 2024-12-11 13:25:35 -08:00
.prettierignore chore: prettier 2024-07-17 20:16:02 -04:00
.prettierrc.js chore: prettier 2024-07-17 20:16:02 -04:00
buildstatic.sh trailing slash 2024-10-27 15:05:56 -04:00
codespace-basic-setup.sh dev: add codespace basic setup script 2024-10-22 15:58:04 +00:00
CONTRIBUTOR_LICENSING.md add CONTRIBUTOR_LICENSING.MD 2024-11-11 21:17:59 -05:00
eslint.config.mjs chore: prettier 2024-11-10 16:57:35 -06:00
LICENSE license 2024-10-12 19:07:53 -04:00
package.json update stuff 2024-12-13 20:56:28 -08:00
playwright.config.ts start typing modules imported from webpack 2024-11-11 10:28:18 -06:00
pnpm-lock.yaml update stuff 2024-12-13 20:56:28 -08:00
rainbow6siege Create rainbow6siege 2024-05-27 21:42:11 -04:00
README.md enchanted donut studioz moment 2024-12-06 15:26:42 -08:00
rspack.config.js merge 2024-10-13 10:21:54 -04:00
server.js playwright github ci action 2024-11-09 16:03:17 -06:00
tsconfig.json Add format script to package.json and format with prettier. 2024-07-14 20:18:28 -05:00


Warning

Scramjet is not currently production ready, DO NOT USE THIS AS THE MAIN OPTION IN YOUR SITE.

npm version

Scramjet is an experimental interception based web proxy that aims to be the successor to Ultraviolet. It is designed with security, developer friendliness, and performance in mind. Scramjet strives to have a clean, organized codebase to improve maintainability. Scramjet is made to evade internet censorship and bypass arbitrary web browser restrictions.

Supported Sites

Some of the popular websites that Scramjet supports include:

Development

Dependencies

  • Recent versions of node.js and pnpm
  • rustup
  • wasm-bindgen
  • wasm-opt

Building

  • Clone the repository with git clone --recursive https://github.com/MercuryWorkshop/scramjet
  • Install the dependencies with pnpm i
  • Build the rewriter with pnpm rewriter:build
  • Build Scramjet with pnpm build

Running Scramjet Locally

You can run the Scramjet dev server with the command

pnpm dev

Scramjet should now be running at localhost:1337 and should rebuild upon a file being changed (excluding the rewriter).