dosco

dosco / tachyon

Public

A reverse proxy that's faster than Nginx and Cloudflare Pingora, written in Go, and configurable by an LLM.

11
0
100% credibility
Found Apr 22, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

Tachyon is a high-performance reverse proxy that routes web traffic using simple, human-readable intent files compiled directly to efficient Go code.

How It Works

1
🔍 Discover Tachyon

A friend recommends Tachyon, a super-fast tool that routes web traffic smoothly between your websites and servers.

2
📥 Get the Program

Download the ready-to-run program that handles all the heavy lifting for you.

3
📝 Write Simple Instructions

Jot down easy rules on paper, like 'send admin traffic to a special server' or 'add a security check', using plain English.

4
Check Your Rules

Run a quick test to make sure your instructions work perfectly, with helpful feedback if anything needs tweaking.

5
🚀 Launch It

Start the program with one simple command, and it brings your rules to life instantly.

Enjoy Lightning Speed

Watch your websites handle tons of visitors super fast and securely, just like magic!

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 11 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is tachyon?

Tachyon is a Go-built reverse proxy that matches Nginx and Cloudflare Pingora speeds on HTTP/1, HTTPS, HTTP/2, and POST workloads, with HTTP/3 support in progress. It proxies requests to upstream pools with routing, rate limiting, and header mutations, but skips extras like caching or WAF. The killer feature: config via `.intent` DSL files that LLMs generate and compile to native Go code using CLI tools like `tachyon intent build`—no YAML parsing or runtime interpreter.

Why is it gaining traction?

It posts honest benchmarks (repro scripts included) showing under-4ms p99 on 64KB uploads vs Nginx's 44ms, zero dropped requests, and a 117ns hot path with zero allocations. Devs dig the LLM loop: discover grammar/primitives/errors, scaffold policies, auto-test/bench, and diff changes. Smaller than alternatives, with process-per-core workers and io_uring for Linux perf.

Who should use this?

DevOps swapping Nginx or Caddy (reverse proxy nginx, reverse proxy caddy) for Docker/K8s services (reverse proxy docker), especially API gateways handling high POST traffic. Teams into github reverse proxy nginx experiments or reverse proxy server setups on Fritzbox-like hardware.

Verdict

Early days at 11 stars and 1.0% credibility—docs are solid via CLI help, but test it on your workloads first. Grab if you need a lean, fast reverse proxy nginx rival and don't mind Linux-only io_uring.

(187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.