OpenSource-Hub
T

Tinyproxy

5.8k stars·Privacy Protection·SHA-256 checksum verified

Tinyproxy is a small, efficient HTTP/SSL proxy daemon for small networks. It buffers high-speed responses and relays to slower clients. Supports transparent, reverse, upstream proxying and filtering.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Tiny HTTP/SSL proxy with connection buffering for small networks.

Core Features

  • Connection buffering to speed up slow clients
  • Transparent proxy support via firewall redirection
  • Reverse proxy and upstream proxy chaining
  • Domain and URL filtering
  • Low memory and CPU footprint, ideal for embedded systems

What It Can't Do

  • Default listens only on 127.0.0.1; modify the Listen directive in config to serve other devices. No HTTPS content inspection (CONNECT tunnel only). Log files can grow, so monitor disk space.

Use Cases

  • Small office/home network sharing with HTTP/SSL only
  • Router or embedded device proxy
  • Transparent proxy without manual client configuration

Detailed Introduction

Tinyproxy is a lightweight HTTP/SSL proxy daemon designed for small network environments where a larger proxy would be too resource-intensive or a security risk. Its key feature is connection buffering: it buffers high-speed responses from servers and relays them to clients at the highest speed the client can accept, greatly reducing perceived internet sluggishness. Tinyproxy supports transparent proxy (via firewall redirection), reverse proxy, upstream proxy chaining, and domain/URL filtering. It compiles and runs on Linux, BSD, and other Unix-like systems with minimal resource usage, making it ideal for embedded devices or routers. Configuration is straightforward via a plain-text config file. Tinyproxy is released under the GNU General Public License.

Troubleshooting & FAQ (1)

Troubleshooting
How to rotate Tinyproxy log files?

Tinyproxy does not include built-in log rotation. Use external tools like logrotate or syslog. When rotation completes, send SIGHUP to the Tinyproxy process to make it reopen its log file. Example logrotate config: postrotate script that runs kill -HUP $(cat /var/run/tinyproxy.pid).

GitHub Issue #522

Tags

proxyhttpssllightweightembedded

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Download source or binary from GitHub Releases

4

Step 2: Run ./autogen.sh (if git checkout), then ./configure && make && make install

5

Step 3: Edit /etc/tinyproxy/tinyproxy.conf to set port and allowed IPs

Install Guide
  1. Step 1: Download source or binary from GitHub Releases
  2. Step 2: Run ./autogen.sh (if git checkout), then ./configure && make && make install
  3. Step 3: Edit /etc/tinyproxy/tinyproxy.conf to set port and allowed IPs
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Run 'make uninstall' to remove files, or use package manager (e.g., apt remove tinyproxy). Manual cleanup of config may be needed.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGNU General Public License v2
Last Updated2026-06-27 03:10:16
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects