Burrow is an open source tool for burrowing through firewalls. https://burrow.net
Find a file
Conrad Kramer ef3585bb14
Some checks failed
Build Rust / Cargo Test (push) Waiting to run
Build Site / Next.js Build (push) Waiting to run
Build Apple / Build App (iOS Simulator) (push) Failing after 58s
Build Apple / Build App (macOS) (push) Failing after 2m0s
Fix agenix secret streaming for NSC configs
2026-03-19 00:43:31 -07:00
.cargo Add Forgejo namespace workflow stack 2026-03-18 02:49:55 -07:00
.forgejo/workflows Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
.github Switch to gRPC client in Swift app 2024-09-09 10:38:13 -07:00
.vscode GRPC Server Support 2024-09-08 11:33:11 +08:00
Apple Fix Apple deployment env and refresh NSC caches 2026-03-19 00:40:07 -07:00
burrow Add Arti system TCP transport 2026-03-18 02:45:55 -07:00
burrow-gtk wip 2025-09-23 19:56:39 -07:00
docs Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
evolution Add Forgejo namespace workflow stack 2026-03-18 02:49:55 -07:00
nixos Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
package/rpm Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
proto Add Arti system TCP transport 2026-03-18 02:45:55 -07:00
Scripts Fix agenix secret streaming for NSC configs 2026-03-19 00:43:31 -07:00
secrets Fix agenix secret streaming for NSC configs 2026-03-19 00:43:31 -07:00
services/forgejo-nsc Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
site Add apple-app-site-association file 2024-03-30 17:18:46 -07:00
systemd Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
Tools Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
tun Add Arti system TCP transport 2026-03-18 02:45:55 -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 Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -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
burrow-server-compose.yml Add Support for IPV6 and Arbitrary Server Address 2024-02-24 12:44:31 -05:00
Cargo.lock Add Arti system TCP transport 2026-03-18 02:45:55 -07:00
Cargo.toml Start authentication flow 2024-07-06 12:18:58 -07:00
CONSTITUTION.md Add Forgejo namespace workflow stack 2026-03-18 02:49:55 -07:00
Dockerfile GRPC Server Support 2024-09-08 11:33:11 +08:00
flake.lock Move Forgejo NSC runtime into agenix 2026-03-18 22:40:44 -07:00
flake.nix Wire runner caches and forge secrets through agenix 2026-03-19 00:04:27 -07:00
LICENSE.md Create LICENSE.md 2023-04-18 21:56:01 -04:00
Makefile Rotate operator secrets into agenix and deepen caches 2026-03-19 00:28:18 -07:00
README.md Add Forgejo namespace workflow stack 2026-03-18 02:49:55 -07:00
rust-toolchain.toml Add Forgejo namespace workflow stack 2026-03-18 02:49:55 -07:00
secrets.nix Move Forgejo NSC runtime into agenix 2026-03-18 22:40:44 -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.

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