Skip to content

07CalC/rustprox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Rustprox

A lightweight command-line proxy utility written in Rust.
Easily configure proxy settings across Linux, macOS, and Windows — with one simple install command.


✨ Features

  • 🌍 Automatically sets system-wide proxy variables
  • 🖥️ Supports .bashrc, .zshrc, .npmrc, apt, and Git global config
  • 🧠 Detects OS and applies platform-specific logic
  • 🔧 Works on Linux, macOS, and Windows
  • 🧵 Written in fast, reliable Rust

🚀 Installation

You can install the latest version directly using curl on linux:

curl -fsSL curl -fsSL https://raw.githubusercontent.com/07CalC/rustprox/master/install.sh | sh

for windows:

irm https://raw.githubusercontent.com/07CalC/rustprox/master/install.ps1 | iex

for macos (build from code):

✅ Prerequisites

Before you begin, ensure the following are installed:

  • Rust
  • Git
  • Xcode Command Line Tools:
    xcode-select --install
    clone the repository
    git clone https://github.com/07CalC/rustprox.git
    cd rustprox
    You can build the release version using:
    cargo build --release
    The final binary will be located at:
    target/release/rustprox
    To install rustprox globally so it can be used from anywhere:
    cargo install --path .
    Then use:
    rustprox --help
    use sudo if permission denied

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published