Skip to content

Third-party software

OnionGate is GPL-3.0-only. Release/source builds also use or bundle third-party software whose own licenses continue to apply.

Bundled runtimes

ComponentPurposeVersion/source
Tor expert bundleTor client, GeoIP data, runtime libraries, transports15.0.20 from dist.torproject.org
lyrebird / obfs4proxy aliasobfs4, WebTunnel, and bundled transport supportFrom the verified Tor bundle
Conjure clientRefraction Networking transport, when present for the targetFrom the verified Tor bundle
OpenSSL and libeventTor runtime dependencies where includedFrom the verified Tor bundle
sing-boxTUN capture and routing1.13.14, GPL-3.0-or-later

The exact immutable archive hashes are in scripts/dependencies.sha256. The staging script rejects unlisted or mismatched archives.

Derived source

Some OnionGate code is adapted from third-party sources rather than bundled as a binary. The upstream license continues to apply to the derived work.

UpstreamCopyrightLicenseWhat we derive
MacOS Privacy and Security Enhancements (GitHub mirror)(C) 2025 term7GPL-3.0Parts of the macOS hardening items, including the Wi-Fi off at boot LaunchDaemon and MAC address randomization

OnionGate is GPL-3.0-only, which is compatible with GPL-3.0 upstream. Per GPL section 5a, every derived file carries a prominent notice naming term7 as the original author, the GPL-3.0 license, and the date we changed it. Upstream is maintained canonically on Codeberg; the GitHub repository is a mirror.

Prior art (not derived)

UpstreamLicenseWhat we used
Objective-See LuLuGPL-3.0The Apple API pattern: a NEFilterDataProvider that intercepts outbound flows. OnionGate’s extension, classifier, default-drop policy, and UI are original. LuLu’s tree, rule engine, and “allow Apple / allow installed programs” defaults are not vendored.

Notices and source

The distributable notices are maintained in src-tauri/resources/licenses/:

  • tor.txt
  • openssl.txt
  • libevent.txt
  • lyrebird.txt
  • conjure.txt
  • GPL-3.0.txt
  • THIRD_PARTY.md

Unmodified sing-box corresponding source is available at its exact upstream v1.13.14 tag.

Release artifacts must include these notices and corresponding-source links. Changing a bundled component requires a license-compatibility review and an update to this page, the notices, hashes, SBOM, and release notes.

JavaScript and Rust dependencies

The application also links the npm and Cargo packages declared in package-lock.json and src-tauri/Cargo.lock. Release CI must generate CycloneDX SBOMs from both lockfiles. An SBOM inventories dependencies; it does not replace license review or vulnerability analysis.

See the release process for current automation gaps.

GPL-3.0. An independent project, not affiliated with or endorsed by The Tor Project.