Burrow is an open source tool for burrowing through firewalls. https://burrow.net
Find a file
2026-04-18 19:23:53 -07:00
.cargo Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
.forgejo/workflows Stabilize Forgejo site build 2026-04-09 20:59:31 -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
Apple Refocus Tailnet flow on Tailscale 2026-04-05 02:10:49 -07:00
burrow Move forgejo-nsc credentials into agenix 2026-04-05 23:08:23 -07:00
burrow-gtk wip 2025-09-23 19:56:39 -07:00
docs Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
evolution Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
nixos Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
package/rpm Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
proto Refocus Tailnet flow on Tailscale 2026-04-05 02:10:49 -07:00
Scripts Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
secrets/infra Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
services/forgejo-nsc Add Burrow forge infrastructure and tailnet control plane 2026-03-31 14:53:48 -07:00
site Stabilize Forgejo site build 2026-04-09 20:59:31 -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
.devcontainer.json Initial commit 2023-04-10 16:49:23 -04:00
.dockerignore Create Dockerfile 2023-07-04 20:15:27 -04:00
.gitignore Commit remaining Burrow platform work 2026-03-31 23:35:36 -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
burrow-server-compose.yml Add Support for IPV6 and Arbitrary Server Address 2024-02-24 12:44:31 -05:00
Cargo.lock Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
Cargo.toml Start authentication flow 2024-07-06 12:18:58 -07:00
CONSTITUTION.md Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
contributors.nix Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
Dockerfile Commit remaining Burrow platform work 2026-03-31 23:35:36 -07:00
flake.lock Use upstream nsc-autoscaler on burrow forge 2026-04-04 22:20:55 -07:00
flake.nix Move forgejo-nsc credentials into agenix 2026-04-05 23:08:23 -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
README.md Add governance and identity registry scaffolding 2026-04-03 01:36:10 -07:00
rust-toolchain.toml Add Linux tor-exec namespace runtime 2026-03-30 20:01:55 -07:00
secrets.nix Add Linear SCIM role sync 2026-04-18 19:23:53 -07:00
server_patch.txt Add Support for IPV6 and Arbitrary Server Address 2024-02-24 12:44:31 -05:00

Burrow

License Apple Build Status Crate Build Status

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 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.

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