EluraOS is a webOS built to bypass internet restrictions using a service worker web proxy known as Scramjet. It is sleek, elegant, and pretty fast! For more specifications: at this current time this web proxy uses Scramjet 2.0.0 Alpha.
This project is licensed under the Apache 2.0 License - see the LICENSE.txt file for details.
git clone https://github.com/AluraNetwork/EluraOS
cd EluraOS
pnpm i
pnpm startpnpm and node.js installed. If you don't have it installed refer to the script below.
For Linux/MacOS:
apt update
apt install npm -y
npm install -g pnpmFor Windows:
- Install Node.js Then:
npm install -g pnpm
cd aluraOS && pnpm i && pnpm start