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-08 11:11:42 -06:00
.github/workflows publish npm packed version in github action 2024-11-08 11:11:42 -06:00
assets add logo 2024-07-14 23:53:57 -05:00
lib semicolons 2024-07-14 16:31:36 -07:00
rewriter remove std::fmt::debug 2024-11-04 22:37:55 -08:00
src chore: minor sw refactor 2024-11-06 13:20:19 -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 chore: only include js files in pack 2024-11-05 10:48:32 -06:00
playwright.config.ts log when oxc or scramjet internal error happens in test suite 2024-10-21 22:55:44 -05:00
pnpm-lock.yaml chore: more prepublish checks & bump dependencies 2024-11-05 10:41:28 -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 chore: update bare-as-module3 and bare-server-node to nebula ver 2024-10-13 15:47:40 -05: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.