TorServ – Zero-config static web server over Tor hidden services
Hi HN, I’ve been working on a side project called torserv and figured I’d share it now that it’s live on GitHub. TorServ is a zero-config static web server that automatically launches as a Tor hidden service. It’s written in Go, bundled with Tor, and designed to be unzip-and-run — no setup, no clearnet exposure, no surprises. I was surprised there wasn’t already a privacy-hardened static web server for hidden services. Most people have to wrangle Apache or Nginx with heavy config, which is risky and complex for non-experts. TorServ is meant for censorship-resistant publishing, quick…
In plain words
TorServ is a static web server written in Go that automatically runs as a Tor hidden service with zero configuration required. It bundles Tor and launches with unzip-and-run simplicity, binding only to localhost with no clearnet exposure. Designed for users needing censorship-resistant publishing, anonymous file drops, or low-footprint deployments, it includes hardened defaults, metadata scrubbing for EXIF and PDF files, and no logging or analytics tracking.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN, I’ve been working on a side project called torserv and figured I’d share it now that it’s live on GitHub. TorServ is a zero-config static web server that automatically launches as a Tor hidden service. It’s written in Go, bundled with Tor, and designed to be unzip-and-run — no setup, no clearnet exposure, no surprises. I was surprised there wasn’t already a privacy-hardened static web server for hidden services. Most people have to wrangle Apache or Nginx with heavy config, which is risky and complex for non-experts. TorServ is meant for censorship-resistant publishing, quick anonymous drops, or low-footprint Pi/sneakernet scenarios. It only binds to localhost and has hardened defaults out of the box. Highlights: - No clearnet, no external connections - Runs on 127.0.0.1 only - No logs, no analytics - EXIF/PDF metadata scrubbing - Multilingual default index with usage tips - Optional --new-key flag to rotate onion address - Cross-platform: Linux, Windows, Raspberry Pi Project: https://github.com/torserv/torserv Still early days — would love feedback, audits, ideas. Thanks for checking it out, and big respect to the Tor devs who make projects like this possible.
Does the same job
all alternatives →- IMI'm rewriting a web server written in Rust for speed and ease of useOct 2025 · ferron.sh · ▲68
Hello! I got quite some feedback on a web server I'm building, so I'm rewriting the server to be faster and easier to use. I (and maybe some other contributors?) have optimized the web server performance, especially for static file serving and reverse proxying (the last use case I optimized for very recently). I also picked a different configuration format and specification, what I believe is easier to write. Automatic TLS is also enabled by default out of the box, you don't need to even enable it manually, like it was in the original server I was building. Yesterday, I released the first…
- SOStaticland – Open source static site hosting with SSL via Let's Encrypt2016 · static.land · ▲180
- IRI replaced Grafana+Prometheus with a Go binary and SSH for my VPSsFeb 2026 · github.com · ▲11
I do fullstack dev for work and side projects and recently moved everything to a couple VPSs on hetzner. Great setup, low cost, but one thing kept bugging me, how do I know if something is down without manually sshing in all the time? I tried the grafana + prometheus stack but the configuration time and seeing it use more resources than my actual apps was rough. Tried some smaller solutions too but nothing felt right. So I said screw it and built exactly what I wanted. tori is a single go binary that runs on your server, reads host metrics from /proc and /sys, monitors containers…

- EWEasy Webserver for Node.js, Python, PHP, with Free SSL2017 · github.com · ▲123
- ATA toy version of Wireshark (student project)2025 · github.com · ▲265
Hi everyone, I recently published a small open-source project. It’s a minimal network packet analyzer written in Go — designed more like a learning toy than a replacement for Wireshark. It currently supports parsing basic protocols like TLS, DNS, and HTTP, and includes a tiny fuzzing engine to test payload responses. You can inspect raw packet content directly from the terminal. The output is colored for readability, and the code structure is kept simple and clear. The entire program is very small — just about 400 lines of Go code. I know it’s not anywhere near Wireshark’s level, and I still…
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, June 2025
the whole month →- IM
Hey HN! Pilots everywhere are required to keep a logbook of all their flying hours, aircraft, airports, and so on. Since I track everything digitally (some people still just use paper logbooks!), I put together some data visualizations and a few 3D globes to show my flying history. This globe is probably my favourite so far: https://jameshard.ing/pilot/globes/all If you’ve got ideas for other graphs or ways to show this kind of data, I’d love to hear them!
Life & fun · 2025 · jameshard.ing

Stunning presentations with AI. No design skills required.
AI · 2025 · chroniclehq.com

Build native mobile apps for iOS and Android without code.
Dev tools · 2025 · bble.io

All your connections, across all your socials.
AI · 2025 · pally.com
- WC
I was the main contributor to workout.lol, an open-source fitness app to easily build a workout routine. The project had traction (1.4k GitHub stars, 95 forks, ~20K visits/month), but was eventually sold due to video licensing hurdles. The new owner stopped maintaining it, and the repo went abandoned. Over the next 9 months, I sent 15 emails to try to save it : no replies. Feature requests & issues were ignored. The community was left with a "broken" tool let's say. I couldn't just let it die So I built the new version from scratch with the same open-source spirit, but a better…
Dev tools · 2025 · github.com