bore vs boringproxy
A side-by-side comparison of two self-hosted remote access & vpn options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | bore | boringproxy |
|---|---|---|
| Deploy effort | Under-an-hour setup | Under-an-hour setup |
| Health score | 62 · Good | 15 · At risk |
| Category | Remote Access & VPN | Remote Access & VPN |
| License | MIT | MIT |
| Language | Rust | Go |
| Setup difficulty | Easy | Easy |
| Min. RAM | 64 MB | 64 MB |
| Deployment | binary, docker | binary, docker |
| GitHub stars | ★ 11,506 | ★ 1,384 |
| First released | 2022 | 2020 |
| Replaces | ngrok | ngrok |
What are bore and boringproxy?
bore
bore is a modern, simple TCP tunnel tool that exposes local ports to a remote server. It is a tiny self-hostable alternative to ngrok with just a few hundred lines of code.
- Minimal TCP tunnel
- Self-hostable server
- Optional secret auth
- Tiny codebase
boringproxy
boringproxy is a simple but powerful tool for tunneling from a public server to a private machine, with automatic HTTPS. It is designed to be boringly reliable and easy to run.
- Automatic HTTPS
- Single binary
- Web admin UI
- Self-hosted tunneling
bore vs boringproxy: key differences
Bore is written in Rust, while boringproxy is built with Go. Boringproxy is the more established project (first released 2020), while bore arrived in 2022. Bore has the considerably larger community, at 11,506 GitHub stars versus 1,384.
Why pick each one
Choose bore if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Mature project with 11.5k GitHub stars
Choose boringproxy if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Active community (1.4k GitHub stars)
Frequently asked questions
Is bore or boringproxy better?
Neither is universally better. bore has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are bore and boringproxy free and open-source?
Yes. bore is licensed under MIT and boringproxy under MIT. Both can be self-hosted at no software cost.
Can I run bore and boringproxy with Docker?
bore: yes. boringproxy: yes.