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-11-10 13:09:47 -06:00
.github/workflows update action dependencies 2024-11-09 16:17:09 -06:00
assets add logo 2024-07-14 23:53:57 -05:00
lib semicolons 2024-07-14 16:31:36 -07:00
rewriter fix wasm-bindgen version check 2024-11-08 15:08:07 -06:00
src make rewriter logs a flag 2024-11-10 13:09:47 -06:00
static fix: scramjet git commit hard link 2024-10-28 14:01:39 -05:00
tests log when oxc or scramjet internal error happens in test suite 2024-10-21 22:55:44 -05:00
.gitignore publish npm packed version in github action 2024-11-08 11:11:42 -06: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
eslint.config.mjs no more eslint errors, just warnings 2024-10-17 01:10:05 -05:00
LICENSE license 2024-10-12 19:07:53 -04:00
package.json switch to github actions summary reporter 2024-11-10 12:46:47 -06:00
playwright.config.ts make rewriter logs a flag 2024-11-10 13:09:47 -06:00
pnpm-lock.yaml switch to github actions summary reporter 2024-11-10 12:46:47 -06:00
rainbow6siege Create rainbow6siege 2024-05-27 21:42:11 -04:00
README.md scram 2024-10-28 18:18:13 -07: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).

Documentation

See the current index of documentation here.