Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Onion Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Onion Wrapper
Merge requests
!12
Update README for macOS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README for macOS
update-readme
into
master
Overview
4
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
akwizgran
requested to merge
update-readme
into
master
2 years ago
Overview
4
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
ff1fff28
2 years ago
master (base)
and
latest version
latest version
57a0987e
2 commits,
2 years ago
version 1
ff1fff28
1 commit,
2 years ago
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
5
−
3
Options
## Onion Wrapper
A Java library providing a wrapper for running a Tor client on Android,
Unix
and Windows. The
A Java library providing a wrapper for running a Tor client on Android,
Linux, macOS
and Windows. The
wrapper can be used for running hidden services.
The library supports the
`obfs4`
,
`meek_lite`
and
`snowflake`
pluggable transports.
Binaries for Tor and pluggable transports are not included. They can be found in the following
Maven artifacts:
`org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,windows}`
. The
Maven artifacts:
`org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,
macos,
windows}`
. The
`obfs4proxy`
artifact provides
`obfs4`
and
`meek_lite`
.
If your app is uploaded to Google Play as an app bundle (AAB), you must include the following in
The macOS binaries are not signed, so you will need to sign them when packaging your app.
If your Android app is uploaded to Google Play as an app bundle (AAB), you must include the following in
`build.gradle`
to ensure that the Tor and pluggable transport binaries are extracted during
installation:
Loading