https://github.com/doroved/proxer-releases
Proxying TCP traffic on macOS with domain filtering via UI
https://github.com/doroved/proxer-releases
macos proxy proxy-client rust tauri tauri-app
Last synced: about 1 month ago
JSON representation
Proxying TCP traffic on macOS with domain filtering via UI
- Host: GitHub
- URL: https://github.com/doroved/proxer-releases
- Owner: doroved
- Created: 2024-12-04T11:48:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-25T17:57:45.000Z (about 1 month ago)
- Last Synced: 2026-04-25T19:24:43.436Z (about 1 month ago)
- Topics: macos, proxy, proxy-client, rust, tauri, tauri-app
- Language: Shell
- Homepage: https://t.me/macproxer
- Size: 5.09 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxer Releases
> [!IMPORTANT]
> Please note that the open-source version of the proxy client has been moved to [`proxer-cli`](https://github.com/doroved/proxer-cli).
> **Subscribe to us on [Telegram](https://t.me/macproxer) to receive notifications about new versions and updates.**
Proxying TCP traffic on macOS with domain filtering via UI

The current repository is intended for storing releases of the commercial version of Proxer as a macOS application.
Currently, an alpha version has been released for users who need access to YouTube and Discord through our paid proxy.
Subsequent development will implement all the functionality of `proxer-cli` + new features/improvements and will be free until the stable version is released.
The payment model for using Proxer with both your proxies and ours is under development.
## Installation
Currently, installation/update occurs by running `install.sh` from the command line.
In the future, releases will be signed with a certificate, and you will be able to download the application directly.
```bash
curl -fsSL https://raw.githubusercontent.com/doroved/proxer/main/install.sh | bash
```
## How to run with logging enabled
```bash
/Applications/proxer.app/Contents/MacOS/proxer
```
## How to check the proxy server's functionality
Run this command in the terminal, before that, make sure Proxer is running:
```bash
curl -I -v -x http://127.0.0.1:9999 https://www.youtube.com
```
If you receive a response with code `200`, everything is fine; if not, there is a problem with the connection to the proxy server. Please [message me](https://t.me/doroved) on Telegram, and I will try to resolve this issue.
## I have `Ping > 0`, but YouTube is not working
If you see `Ping > 0`, but YouTube is not opening, you need to disable `VPN/Proxy` service extensions in your browser.