generate readme

This commit is contained in:
idk
2022-06-28 01:14:57 -04:00
parent 8970a1ff93
commit 56107ea41f
7 changed files with 256 additions and 38 deletions

View File

@ -229,7 +229,24 @@ early-release: clean linux windows version upload-linux upload-windows
release: clean all version upload-all
index: index-clearnet index-offline index-usage index-onion
README: pluginslist
cat top.md plugins.md bottom.md > README.md
pluginslist:
@echo "Plugin:" > plugins.md
@echo "-------" >> plugins.md
@echo "" >> plugins.md
@echo "Clearnet visitor? You'll need to use the [Github Releases Mirror](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/)." >> plugins.md
@echo "" >> plugins.md
@echo "- [i2p.plugins.tor-manager-linux-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-linux-386.su3)" >> plugins.md
@echo "- [i2p.plugins.tor-manager-windows-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-windows-amd64.su3)" >> plugins.md
@echo "- [i2p.plugins.tor-manager-darwin-arm64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-darwin-arm64.su3)" >> plugins.md
@echo "- [i2p.plugins.tor-manager-linux-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-linux-amd64.su3)" >> plugins.md
@echo "- [i2p.plugins.tor-manager-windows-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-windows-386.su3)" >> plugins.md
@echo "- [i2p.plugins.tor-manager-darwin-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/$(VERSION)/i2p.plugins.tor-manager-darwin-amd64.su3)" >> plugins.md
index: README index-clearnet index-offline index-usage index-onion
@echo "<!DOCTYPE html>" > index.html
@echo "<html>" >> index.html
@echo "<head>" >> index.html

View File

@ -20,18 +20,17 @@ it acts as a cross-platform Tor Browser installer and wrapper, which adds
non-Tor specific options.
[HTML version](usage.html)
Plugin:
-------
Clearnet visitor? You'll need to use the [Github Releases Mirror](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/).
- [i2p.plugins.tor-manager-linux-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-linux-386.su3)
- [i2p.plugins.tor-manager-windows-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-windows-amd64.su3)
- [i2p.plugins.tor-manager-darwin-arm64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-darwin-arm64.su3)
- [i2p.plugins.tor-manager-linux-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-linux-amd64.su3)
- [i2p.plugins.tor-manager-windows-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-windows-386.su3)
- [i2p.plugins.tor-manager-darwin-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.4/i2p.plugins.tor-manager-darwin-amd64.su3)
- [i2p.plugins.tor-manager-linux-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-linux-386.su3)
- [i2p.plugins.tor-manager-windows-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-windows-amd64.su3)
- [i2p.plugins.tor-manager-darwin-arm64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-darwin-arm64.su3)
- [i2p.plugins.tor-manager-linux-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-linux-amd64.su3)
- [i2p.plugins.tor-manager-windows-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-windows-386.su3)
- [i2p.plugins.tor-manager-darwin-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-darwin-amd64.su3)
Status:
-------

162
bottom.md Normal file
View File

@ -0,0 +1,162 @@
Status:
-------
![Screenshot 2](screenshot-console.png)
Linux: Usable, everything implemented works.
Windows: Usable, everything implemented works.
OSX: Usable, everything implemented works.
Other systems are not targeted and should use a Tor binary built from source,
provided by TPO or, their prefered package management system and not this plugin.
The plugin will not start a Tor instance if a SOCKS proxy is open on port 9050.
![Screenshot](screenshot-i2pbrowser.png)
### Primary Goals(Done):
1. Ship known-good public keys, download a current Tor for the platform in the background, authenticate it, and launch it only if necessary.
- Works on Windows, Linux, OSX
2. Supervise Tor as a ShellService plugin to I2P
- Works on Linux, Windows, OSX
3. Keep Tor up-to-date
- Works on Windows, Linux, OSX
4. Work as an I2P Plugin OR as a freestanding app to be compatible with all I2P distributions
- Works on Linux, Windows, OSX
5. Download Tor Browser from an in-I2P mirror(or one of a network of in-I2P mirrors)
- Works on Linux, Windows, OSX
### Secondary Goals(Also done):
1. Launch Tor Browser
- Works on Linux, Windows, OSX
2. Configure and launch Tor browser for use with I2P
- Works on Linux, Windows, OSX
#### Optional Features I might add if there is interest(Not much stopping me...):
1. Mirror the files which it downloads to an I2P Site
- Works on Windows, Linux, OSX
2. Mirror the files which it downloads to I2P torrents
- Works on Windows and Linux, might work on OSX but unsure.
3. Set up an onion site which announces an I2P mirror exists
- Works on Windows, Linux, OSX
4. Use Bittorrent-over-I2P to download the Tor Browser software
- Worksish. Still a little janky. Usable on any platform if you're a little patient.
5. Embed jpackaged I2P routers and manage them internally
- Works on Windows and Linux. Can be done on OSX but needs to be different. AMD64 only.
6. Encrypt the "Working directory" with all the plugin data using a password.
- Works on Windows, Linux, and OSX.
7. Use a transparently encrypted filesystem to interact with the host system.
- Not done.
8. Option to use BRB in a thread as an in-I2P replacement for `mibbit` IRC client.
- Works on Windows, Linux, OSX
### Usage as a Library
[More information at the GoDoc](https://pkg.go.dev/i2pgit.org/idk/i2p.plugins.tor-manager)
This is also useful as a library for downloading a Tor Browser Bundle. This API
isn't really stable, more "stabilizing." Feel free to use it, but it may still
change a little.
To create a new instance, use:
``` Go
client, err = tbserve.NewClient(*verbose, *lang, *system, *arch, &content)
```
Customize the client using the exposed variables and methods:
``` Go
client.Host = *host
client.Port = *port
client.TBS.Profile = &content
client.TBS.PassThroughArgs = flag.Args()
```
And serve the controller:
``` Go
if err := client.Serve(); err != nil {
log.Fatal(err)
}
```
### Similar Projects:
- [https://github.com/micahflee/torbrowser-launcher](https://github.com/micahflee/torbrowser-launcher)
- [https://github.com/whonix/tb-updater](https://github.com/whonix/tb-updater)
- Probably about 200 or so bespoke scripts written and abandoned by hackers over the years, search github
#### Why this is Better than those projects(A.K.A Why didn't you just use...)
##### [TorBrowser Launcher](https://github.com/micahfleee/torbrowser-launcher)
i2p.plugins.tor-manager is in many ways a clone of Tor Browser Launcher by Micah Lee,
it reproduces all of TBL's functionality for downloading, verifying, and running
Tor Browser. In particular Micah's project deserves credit for the AppArmor profiles,
which were used in the apparmor profile generator functionality and will probably
continue to be the upstream example which I use in my code. Micah's also already got
a PPA, a FlatPak, a Snap, an `.rpm` and a bunch of other stuff that provides, through
packaging, a better way to deal with updates to his software and a better way to deal
with the supply chain for many users. There is no reason that `i2p.plugins.tor-manager`
cannot do this, in fact it's easier for us than it is for Micah, but this project is
about a month and a half old and his is several years old. I haven't done a bunch of
packages yet.
Improvements on Tor Browser Launcher include:
- Does not require GPG to be in the `$PATH` or on the system at all
- Capable of managing a long-running Tor service without also running the Tor Browser
- Works everywhere Tor Browser does, not just Linux. Including:
Linux, Mac, Windows, AMD64, X86, and M1
- Embeds all required resources into a single binary which unpacks itself to a directory
of the user's choice. Never touches any other directory(in ~/.cache or ~/.local, etc),
unless specifically instructed to.
- Easy to package by placing a single static binary into a boilerplate package.
- Automatically generate an AppArmor profile which works for custom installation directory
- Accepts a custom profile argument without interfering with normal Tor Browser
functionality.
- Bundles a "Extra" profiles for I2P browsing, non-Anonymous browsing, and
offline/localhost-only browsing.
- Automatically organize multiple Tor Browser profiles for different networks(I2P,
Clearnet) and discourage accidental mixing.
- Optional TAILS mode, adds uBlock Origin to Tor Browser
- Embeds an I2P router in case the host system doesn't have an I2P router
- Encrypt the working directory automatically when it's not in use.
- No python. Language wars are stupid, but so is python.
Things Tor Browser Launcher does that this does not(yet):
- Micah went to far greater effort to assure that TPO's HTTPS certificate was
authentic and avoid the Certificate Authority/PKI system. As a result, CA's are
untrusted entities when downloading from the default Tor Project site. This is
probably a pretty good idea.
- This application does not offer a choice of downloading Tor Browser over the
clearnet if there is literally any other option available to it. This is roughly equivalent
to downloading Tor Browser over system Tor being always on in Tor Browser Launcher.
- This application does not play dial-up noises.
#### [TB-Updater(Whonix)](https://github.com/whonix/tb-updater)
tb-updater is generally only useful on Linux systems and especially Debian-based systems,
and only recieves serious testing within the Whonix system itself. It's a highly specialized
tool in some ways, depending on packages which must be installed and repositories which must
be configured. For their purposes, this is probably a good thing, Whonix's raison d'etre is
to carefully configure every aspect of their system to be as anonymous and secure as possible,
and their approach deals with supply-chain issues which `i2p.plugins.tor-manager` can only
deal with in **packaging** and not by adding features to the launcher itself. Therefore, while
most of the improvements on Tor Browser Launcher also apply to TB-Updater, the
`i2p.plugins.tor-manager` and `tb-launcher` are actually less directly comparable.
<a href="https://www.flaticon.com/free-icons/garlic" title="garlic icons">Garlic icons created by Icongeek26 - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/onion" title="onion icons">Onion icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/search" title="search icons">Search icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/offline" title="offline icons">Offline icons created by Flat Icons - Flaticon</a>
### More Screenshots:
- ![Screenshot](screenshot.png)
- ![Screenshot](screenshot-dark.png)

View File

@ -10,16 +10,15 @@
<p>This project explicitly views I2P and Tor as complementary privacy tools and explores good ways of combining them in a user-facing tool. It is especially useful when combined with a SOCKS Outproxy plugin like the one written by zzz. You can obtain it within I2P: http://zzz.i2p/topics/3219</p>
<h2 id="usage">Usage:</h2>
<p>See <a href="USAGE.md">Usage</a> for command-line usage. When used from the Terminal, it acts as a cross-platform Tor Browser installer and wrapper, which adds non-Tor specific options.</p>
<p><a href="usage.html">HTML version</a></p>
<h2 id="plugin">Plugin:</h2>
<p><a href="usage.html">HTML version</a> Plugin: ——-</p>
<p>Clearnet visitor? Youll need to use the <a href="https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/">Github Releases Mirror</a>.</p>
<ul>
<li><a href="0.0.4/i2p.plugins.tor-manager-linux-386.su3">i2p.plugins.tor-manager-linux-386</a></li>
<li><a href="0.0.4/i2p.plugins.tor-manager-windows-amd64.su3">i2p.plugins.tor-manager-windows-amd64</a></li>
<li><a href="0.0.4/i2p.plugins.tor-manager-darwin-arm64.su3">i2p.plugins.tor-manager-darwin-arm64</a></li>
<li><a href="0.0.4/i2p.plugins.tor-manager-linux-amd64.su3">i2p.plugins.tor-manager-linux-amd64</a></li>
<li><a href="0.0.4/i2p.plugins.tor-manager-windows-386.su3">i2p.plugins.tor-manager-windows-386</a></li>
<li><a href="0.0.4/i2p.plugins.tor-manager-darwin-amd64.su3">i2p.plugins.tor-manager-darwin-amd64</a></li>
<li><a href="/i2p.plugins.tor-manager-linux-386.su3">i2p.plugins.tor-manager-linux-386</a></li>
<li><a href="/i2p.plugins.tor-manager-windows-amd64.su3">i2p.plugins.tor-manager-windows-amd64</a></li>
<li><a href="/i2p.plugins.tor-manager-darwin-arm64.su3">i2p.plugins.tor-manager-darwin-arm64</a></li>
<li><a href="/i2p.plugins.tor-manager-linux-amd64.su3">i2p.plugins.tor-manager-linux-amd64</a></li>
<li><a href="/i2p.plugins.tor-manager-windows-386.su3">i2p.plugins.tor-manager-windows-386</a></li>
<li><a href="/i2p.plugins.tor-manager-darwin-amd64.su3">i2p.plugins.tor-manager-darwin-amd64</a></li>
</ul>
<h2 id="status">Status:</h2>
<figure>
@ -151,7 +150,7 @@
<li>Does not require GPG to be in the <code>$PATH</code> or on the system at all</li>
<li>Capable of managing a long-running Tor service without also running the Tor Browser</li>
<li>Works everywhere Tor Browser does, not just Linux. Including: Linux, Mac, Windows, AMD64, X86, and M1</li>
<li>Embeds all required resources into a single binary which unpacks itself to a directory of the users choice. Never touches any other directory.</li>
<li>Embeds all required resources into a single binary which unpacks itself to a directory of the users choice. Never touches any other directory(in ~/.cache or ~/.local, etc), unless specifically instructed to.</li>
<li>Easy to package by placing a single static binary into a boilerplate package.</li>
<li>Automatically generate an AppArmor profile which works for custom installation directory</li>
<li>Accepts a custom profile argument without interfering with normal Tor Browser functionality.</li>
@ -162,9 +161,15 @@
<li>Encrypt the working directory automatically when its not in use.</li>
<li>No python. Language wars are stupid, but so is python.</li>
</ul>
<p>Things Tor Browser Launcher does that this does not(yet):</p>
<ul>
<li>Micah went to far greater effort to assure that TPOs HTTPS certificate was authentic and avoid the Certificate Authority/PKI system. As a result, CAs are untrusted entities when downloading from the default Tor Project site. This is probably a pretty good idea.</li>
<li>This application does not offer a choice of downloading Tor Browser over the clearnet if there is literally any other option available to it. This is roughly equivalent to downloading Tor Browser over system Tor being always on in Tor Browser Launcher.</li>
<li>This application does not play dial-up noises.</li>
</ul>
<h4 id="tb-updaterwhonix"><a href="https://github.com/whonix/tb-updater">TB-Updater(Whonix)</a></h4>
<p>tb-updater is generally only useful on Linux systems and especially Debian-based systems, and only recieves serious testing within the Whonix system itself. Its a highly specialized tool in some ways, depending on packages which must be installed and repositories which must be configured. For their purposes, this is probably a good thing, Whonixs raison detre is to carefully configure every aspect of their system to be as anonymous and secure as possible, and their approach deals with supply-chain issues which <code>i2p.plugins.tor-manager</code> can only deal with in <strong>packaging</strong> and not by adding features to the launcher itself. Therefore, while most of the improvements on Tor Browser Launcher also apply to TB-Updater, the <code>i2p.plugins.tor-manager</code> and <code>tb-launcher</code> are actually less directly comparable.</p>
<p><a href="https://www.flaticon.com/free-icons/garlic" title="garlic icons">Garlic icons created by Icongeek26 - Flaticon</a> <a href="https://www.flaticon.com/free-icons/onion" title="onion icons">Onion icons created by Freepik - Flaticon</a></p>
<p><a href="https://www.flaticon.com/free-icons/garlic" title="garlic icons">Garlic icons created by Icongeek26 - Flaticon</a> <a href="https://www.flaticon.com/free-icons/onion" title="onion icons">Onion icons created by Freepik - Flaticon</a> <a href="https://www.flaticon.com/free-icons/search" title="search icons">Search icons created by Freepik - Flaticon</a> <a href="https://www.flaticon.com/free-icons/offline" title="offline icons">Offline icons created by Flat Icons - Flaticon</a></p>
<h3 id="more-screenshots">More Screenshots:</h3>
<ul>
<li><img src="screenshot.png" title="fig:" alt="Screenshot" /></li>

View File

@ -1,26 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>i2p.plugins.tor-manager - Tor Binary Manager</title>
<link rel="stylesheet" type="text/css" href="/default.css" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<title>i2p.plugins.tor-manager - Tor Binary Manager</title>
<link rel="stylesheet" type="text/css" href ="/style.css" />
<link rel="stylesheet" type="text/css" href ="/default.css" />
<link rel="stylesheet" type="text/css" href ="/desktop.css" />
<link rel="stylesheet" type="text/css" href ="/mobile.css" />
<link rel="stylesheet" type="text/css" href ="/syntax.css" />
<link rel="stylesheet" type="text/css" href ="/widescreen.rtl.css" />
<link rel="stylesheet" type="text/css" href ="/default.rtl.css" />
<link rel="stylesheet" type="text/css" href ="/desktop.rtl.css" />
<link rel="stylesheet" type="text/css" href ="/reset.css" />
<link rel="stylesheet" type="text/css" href ="/widescreen.css" />
</head>
<body>
<h1 id="hello-from-i2p-onionspace-thought-id-try-to-do-something-wed-both-enjoy">Hello from I2P, OnionSpace! Thought Id try to do something wed both enjoy</h1>
<p>This <code>.onion</code> site corresponds to an I2P user who is helping to distribute the Tor Browser bundle in a somewhat unique way. These users have downloaded the Tor Browser for their platform, and they have chosen to share it over I2P, using
both the I2P Web and I2P Bittorrent. The goal is twofold, to provide a large number of ad-hoc mirrors of the latest offical Tor Browser Bundle, and provide a means for I2P users to download and configure the Tor Browser without initially retrieving
Tor over the clearnet.</p>
<p>I2P is another anonymous network, it works slightly differently than Tor, its designed in such a way that every router in the network is also a relay. This has advantages and disadvantages, which is why we try to encourage people to consider I2P
and Tor separate, complementary, and not necessarily competitive tools. I2P can be quite good at distributing Tor and Tor Browser, and Tor Browser can be an effective tool for browsing I2P.</p>
<h2 id="want-to-learn-more-about-i2p-visit-our-websiteclearnet-link"><a href="https://geti2p.net">Want to learn more about I2P? Visit our website(Clearnet link)</a></h2>
<ul>
<li>The author of this software is an I2P developer, <code>idk</code>. <a href="http://idk.i2p">You can see some of his other projects here(I2P Link)</a></li>
<li>I2P has many applications. One of the most popular is MuWire, by zlatinb. <a href="https://muwire.com">MuWire is available here(Clearnet link)</a> and <a href="http://muwire.i2p">here(I2P Link)</a>.</li>
<li>Want to discuss I2P? Join us on <a href="https://old.reddit.com/r/i2p">Reddit</a>, <a href="http://i2pforum.i2p">Our community forums</a>, or our <a href="http://zzz.i2p">Developer forums</a>.</li>
<li>Want to work on I2P or use I2P in your application? Join us at <a href="https://i2pgit.org">i2pgit.org</a>, <a href="http://git.idk.i2p">git.idk.i2p</a>, or <a href="https://github.com/i2p">our Github</a></li>
</ul>
<h1 id="hello-from-i2p-onionspace-thought-id-try-to-do-something-wed-both-enjoy">Hello from I2P, OnionSpace! Thought Id try to do something wed both enjoy</h1>
<p>This <code>.onion</code> site corresponds to an I2P user who is helping to distribute the Tor Browser bundle in a somewhat unique way. These users have downloaded the Tor Browser for their platform, and they have chosen to share it over I2P, using both the I2P Web and I2P Bittorrent. The goal is twofold, to provide a large number of ad-hoc mirrors of the latest offical Tor Browser Bundle, and provide a means for I2P users to download and configure the Tor Browser without initially retrieving Tor over the clearnet.</p>
<p>I2P is another anonymous network, it works slightly differently than Tor, its designed in such a way that every router in the network is also a relay. This has advantages and disadvantages, which is why we try to encourage people to consider I2P and Tor separate, complementary, and not necessarily competitive tools. I2P can be quite good at distributing Tor and Tor Browser, and Tor Browser can be an effective tool for browsing I2P.</p>
<h2 id="want-to-learn-more-about-i2p-visit-our-websiteclearnet-link"><a href="https://geti2p.net">Want to learn more about I2P? Visit our website(Clearnet link)</a></h2>
<ul>
<li>The author of this software is an I2P developer, <code>idk</code>. <a href="http://idk.i2p">You can see some of his other projects here(I2P Link)</a></li>
<li>I2P has many applications. One of the most popular is MuWire, by zlatinb. <a href="https://muwire.com">MuWire is available here(Clearnet link)</a> and <a href="http://muwire.i2p">here(I2P Link)</a>.</li>
<li>Want to discuss I2P? Join us on <a href="https://old.reddit.com/r/i2p">Reddit</a>, <a href="http://i2pforum.i2p">Our community forums</a>, or our <a href="http://zzz.i2p">Developer forums</a>.</li>
<li>Want to work on I2P or use I2P in your application? Join us at <a href="https://i2pgit.org">i2pgit.org</a>, <a href="http://git.idk.i2p">git.idk.i2p</a>, or <a href="https://github.com/i2p">our Github</a></li>
</ul>
</body>
</html>
</html>

11
plugins.md Normal file
View File

@ -0,0 +1,11 @@
Plugin:
-------
Clearnet visitor? You'll need to use the [Github Releases Mirror](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/).
- [i2p.plugins.tor-manager-linux-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-linux-386.su3)
- [i2p.plugins.tor-manager-windows-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-windows-amd64.su3)
- [i2p.plugins.tor-manager-darwin-arm64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-darwin-arm64.su3)
- [i2p.plugins.tor-manager-linux-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-linux-amd64.su3)
- [i2p.plugins.tor-manager-windows-386](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-windows-386.su3)
- [i2p.plugins.tor-manager-darwin-amd64](https://github.com/eyedeekay/i2p.plugins.tor-manager/releases/download/0.0.12/i2p.plugins.tor-manager-darwin-amd64.su3)

22
top.md Normal file
View File

@ -0,0 +1,22 @@
# i2p.plugins.tor-updater
A Tor package updater and runner as an I2P Plugin. This plugin is
usable on Windows, Linux, and OSX, as is the freestanding binary.
This also functions as a freestanding update for the Tor Browser
Bundle and is capable of configuring Tor Browser from the terminal
and updating it without running it, should the user choose to operate
this way.
This project explicitly views I2P and Tor as complementary privacy
tools and explores good ways of combining them in a user-facing tool.
It is especially useful when combined with a SOCKS Outproxy plugin
like the one written by zzz. You can obtain it within I2P: http://zzz.i2p/topics/3219
Usage:
------
See [Usage](USAGE.md) for command-line usage. When used from the Terminal,
it acts as a cross-platform Tor Browser installer and wrapper, which adds
non-Tor specific options.
[HTML version](usage.html)