Pyrus is a frontend proxy site that offers games and a clean frontend for Ultraviolet and Rammerhead
88
stars
388
commits
JavaScript
primary language
Mar 24, 2025
updated
Pyrus is a beautiful, functional, and sleek web proxy that prioritizes customization and ease of use.
Deploying Pyrus is about as simple as it gets.
Open your terminal and type git clone https://github.com/titaniumnetwork-dev/Pyrus --recurse-submodules
Install pnpm with npm i -g pnpm.
Then simply run pnpm i to install all node_modules, and build the frontend with pnpm run build; this shouldn't take more than a couple seconds.
Finally, run pnpm start to actually serve Pyrus! It defaults to port 3000 for everything, but this can be specified in an env file.
Congrats! You should now be running your very own instance of Pyrus! 🎉
[!WARNING] Recursing all submodules will install alu-games as well. This repo contains all games for Pyrus and is quite large! If you wish to skip it, simply remove
--recurse-submodulesfrom your clone command.
Pyrus can be easily dockerized with the Dockerfile provided in the repository. Simply run docker build -t alu . to build the image, and then docker run -p 3000:3000 alu to run the container, and you're good to go!
Pyrus is licensed under the GNU GPL v3.0 License as of 2/9/2024.
JavaScript
66.1%
Astro
23.7%
TypeScript
7.6%
CSS
2.4%
Pyrus is a frontend proxy site that offers games and a clean frontend for Ultraviolet and Rammerhead
88
stars
388
commits
JavaScript
primary language
Mar 24, 2025
updated
Pyrus is a beautiful, functional, and sleek web proxy that prioritizes customization and ease of use.
Deploying Pyrus is about as simple as it gets.
Open your terminal and type git clone https://github.com/titaniumnetwork-dev/Pyrus --recurse-submodules
Install pnpm with npm i -g pnpm.
Then simply run pnpm i to install all node_modules, and build the frontend with pnpm run build; this shouldn't take more than a couple seconds.
Finally, run pnpm start to actually serve Pyrus! It defaults to port 3000 for everything, but this can be specified in an env file.
Congrats! You should now be running your very own instance of Pyrus! 🎉
[!WARNING] Recursing all submodules will install alu-games as well. This repo contains all games for Pyrus and is quite large! If you wish to skip it, simply remove
--recurse-submodulesfrom your clone command.
Pyrus can be easily dockerized with the Dockerfile provided in the repository. Simply run docker build -t alu . to build the image, and then docker run -p 3000:3000 alu to run the container, and you're good to go!
Pyrus is licensed under the GNU GPL v3.0 License as of 2/9/2024.
JavaScript
66.1%
Astro
23.7%
TypeScript
7.6%
CSS
2.4%