Burrow is an open source tool for burrowing through firewalls. https://burrow.net
Find a file
Conrad Kramer 99499b78f9
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m59s
Build Site / Next.js Build (push) Failing after 4s
Lint Governance / BEP Metadata (push) Successful in 1s
Use Nix Python for TestFlight API key JSON
2026-06-07 19:09:36 -07:00
.cargo Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
.forgejo Add dedicated TestFlight distribution workflow 2026-06-07 19:07:00 -07:00
.github Add governance and identity registry scaffolding 2026-04-03 01:36:10 -07:00
.vscode GRPC Server Support 2024-09-08 11:33:11 +08:00
Android Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
Apple Seal Burrow Sparkle release key 2026-06-07 16:35:07 -07:00
bazel Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
burrow Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
burrow-gtk Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
crates Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
docs Sign Sparkle appcasts in Python 2026-06-07 16:56:18 -07:00
evolution Add dedicated TestFlight distribution workflow 2026-06-07 19:07:00 -07:00
infra Sign Sparkle appcasts in Python 2026-06-07 16:56:18 -07:00
nixos Route public release storage domains 2026-06-07 18:37:47 -07:00
package Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
patches Wire Apple KMS release signing 2026-06-07 07:28:48 -07:00
proto Refocus Tailnet flow on Tailscale 2026-04-05 02:10:49 -07:00
Scripts Use Nix Python for TestFlight API key JSON 2026-06-07 19:09:36 -07:00
secrets Seal Burrow Sparkle release key 2026-06-07 16:35:07 -07:00
services Guard macOS Namespace fallback retries 2026-06-07 09:27:23 -07:00
site Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
store-metadata Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
systemd Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
Tools Add tailnet connectivity smoke path 2026-04-03 17:49:11 -07:00
tun Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
.bazelignore Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
.bazelversion Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
.devcontainer.json Initial commit 2023-04-10 16:49:23 -04:00
.dockerignore Create Dockerfile 2023-07-04 20:15:27 -04:00
.gitignore Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
.gitlint Ignore body is missing errors 2023-06-23 16:21:58 -04:00
.rustfmt.toml Implement Wireguard 2023-12-23 11:26:05 -08:00
.swiftlint.yml Switch to gRPC client in Swift app 2024-09-09 10:38:13 -07:00
AGENTS.md Add governance and identity registry scaffolding 2026-04-03 01:36:10 -07:00
BUILD.bazel Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
burrow-server-compose.yml Add Support for IPV6 and Arbitrary Server Address 2024-02-24 12:44:31 -05:00
Cargo.lock Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
Cargo.toml Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
CONSTITUTION.md Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
contributors.nix Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
Dockerfile Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
flake.lock Fix CI toolchain selection 2026-06-07 10:26:14 -07:00
flake.nix Sign Sparkle appcasts in Python 2026-06-07 16:56:18 -07:00
LICENSE.md Create LICENSE.md 2023-04-18 21:56:01 -04:00
Makefile Add governance and identity registry scaffolding 2026-04-03 01:36:10 -07:00
MODULE.bazel Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
MODULE.bazel.lock Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
README.md Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
rust-toolchain.toml Add Linux tor-exec namespace runtime 2026-03-30 20:01:55 -07:00
secrets.nix Wire Forge-native release infrastructure 2026-06-07 05:51:12 -07:00
server_patch.txt Add Support for IPV6 and Arbitrary Server Address 2024-02-24 12:44:31 -05:00

Burrow

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.

burrow provides a simple command-line tool to open virtual interfaces and direct traffic through them. Routine verification now runs unprivileged with cargo test --workspace --all-features; only tunnel startup needs elevation. The canonical source forge is git.burrow.net/hackclub/burrow.

The repository now carries its own design and deployment record:

Contributing

Burrow is fully open source, you can fork the repo and start contributing easily. For more information and in-depth discussions, visit the #burrow channel on the Hack Club Slack, here you can ask for help and talk with other people interested in burrow. Checkout GETTING_STARTED.md for build instructions and GTK_APP.md for the Linux app. Forge and deployment scaffolding live in flake.nix, nixos/, and .forgejo/workflows/. Hosted mail backup operations live in docs/FORWARDEMAIL.md and Tools/forwardemail-custom-s3.sh. Platform service and distribution rollout notes live in docs/PLATFORM_SERVICES.md and docs/DISTRIBUTION.md.

Agent and governance-sensitive work should start with AGENTS.md, CONSTITUTION.md, and the relevant BEPs under evolution/proposals/. Identity and bootstrap metadata now live in contributors.nix.

The project structure is divided in the following folders:

Apple/ # Xcode project for burrow on macOS and iOS
burrow/ # Higher-level API library for tun and tun-async
burrow-gtk/ # GTK project for burrow on Linux
tun/ # Low-level interface to OS networking
    src/
        tokio/ # Async/Tokio code
        unix/ # macOS and Linux code
        windows/ # Windows networking code

Installation

To start burrowing, download the latest release build in the release section.

Hack Club

Hack Club is a global community of high-school hackers from all around the world! Start your own Hack Club, attend an upcoming hackathon or join our online community at hackclub.com.

License

Burrow is open source and licensed under the GNU General Public License v3.0

Contributors

See the canonical forge history for current contributors.