naiveproxy

(โ˜… 9,396)

Make a fortune quietly

Showing a partial file list โ€” download the zip above to see everything.

  • .gitignore
  • CHROMIUM_VERSION
  • LICENSE
  • README.md
  • USAGE.txt

# Installation Guide

1. Get the code
git clone https://github.com/klzgrad/naiveproxy

Downloads the entire project code from GitHub to your computer.

cd naiveproxy

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Go Go is required to use go install.
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest

Downloads and installs the specified version directly โ€” no need to clone the repo yourself.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Gradle (Java/Kotlin)

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd apk/app

This project's files live in a subfolder, so move into it first.

./gradlew build

Builds the project using Gradle.

โœ… A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation