Giter Site home page Giter Site logo

no linux version? about tor-bundle HOT 18 OPEN

andy-portmen avatar andy-portmen commented on August 27, 2024
no linux version?

from tor-bundle.

Comments (18)

andy-portmen avatar andy-portmen commented on August 27, 2024 1

install tor and find its executable. then download the mac version and replace the "tor" with the linux version. The package is ready

from tor-bundle.

qewwer avatar qewwer commented on August 27, 2024

seriously, no linux version?? shame

from tor-bundle.

needforszpit avatar needforszpit commented on August 27, 2024

need debian linux version

from tor-bundle.

TheOneBehindYou avatar TheOneBehindYou commented on August 27, 2024

I used this on my windows, but I deleted windows and now run Lubuntu... So as people say: no Linux version ? Please if somebody can remedy !
Thanks.
EDIT I installed the TOR browser directly from the Lubuntu software library and now I'm looking a way to use this add-on...

from tor-bundle.

andy-portmen avatar andy-portmen commented on August 27, 2024
  1. Download the TOR browser and find the tor executable.
  2. Download the Mac version of the bundle and replace the tor executable with the Linux version from the step one.

If it works please prepare the package and submit a pull merge.

from tor-bundle.

needforszpit avatar needforszpit commented on August 27, 2024

I try on Debian stretch to replace tor executable(original aprox.1.5Mb-replaced 3Mb) but doesnt work :(
Screen: https://imgur.com/a/Zl4pl6O
https://imgur.com/a/nCEXISi
https://imgur.com/a/pOhG3mt

from tor-bundle.

andy-portmen avatar andy-portmen commented on August 27, 2024

@needforszpit so you have unzipped the mac.zip and replaced the tor executable. right?

If so open a terminal window at the root directory and run ./tor -f ./torrc command. Can tor connect to its network?

btw, have you set the absolute path in the options page?

from tor-bundle.

needforszpit avatar needforszpit commented on August 27, 2024

Not connect,respond error....
https://imgur.com/a/LOfWYKH

from tor-bundle.

andy-portmen avatar andy-portmen commented on August 27, 2024

Try the tor executable in tor browser package. https://www.torproject.org/projects/torbrowser.html.en

btw, you are supposed to copy the tor executable to the root of mac.zip directory.

from tor-bundle.

needforszpit avatar needforszpit commented on August 27, 2024

The executable on picture is executable from : https://www.torproject.org/projects/torbrowser.html.en
Tor browser included on this package works fine, no bugs. But unfortunately chrome not works with:(
I suggest for you to use a virtual machine on virtualbox or any other emulator and test... :)

from tor-bundle.

Tcll avatar Tcll commented on August 27, 2024
  1. Download the TOR browser and find the tor executable.
  2. Download the Mac version of the bundle and replace the tor executable with the Linux version from the step one.

If it works please prepare the package and submit a pull merge.

this will not work as linux doesn't execute *.dylib libraries, there is a thing like Wine for linux that allows such execution, but that likely won't work for this.
linux executes *.so libraries, so it's very likely a separate build will be needed (recommended musl build as that should theoretically work with glibc kernels as well)

also, the tor executable should be symlinked to /usr/bin/tor
I'm not sure where mac has it (can't test without a VM), but if I had to guess from my unix knowledge, that's probably just in /bin/tor
(make sure you have tor installed of course (sudo xbps-install tor, sudo apt-get install tor, etc...))

EDIT: btw, I'm trying to get this working on Vivaldi

from tor-bundle.

 avatar commented on August 27, 2024

any update on the linux version?

from tor-bundle.

Tcll avatar Tcll commented on August 27, 2024

install tor and find its executable. then download the mac version and replace the "tor" with the linux version. The package is ready

again, this won't work
read my last comment

EDIT: this file can't be executed:
Screenshot_2021-01-09_15-34-00

EDIT2: please set up a VM with Linux on it and build a Linux executable

EDIT3: btw, following your instructions, yes Tor works
but I have no way to use the extension
Screenshot_2021-01-09_16-05-37
ignore the chown bit (not needed), I only did that to avoid anything possibly going wrong

EDIT4: managed to get the extension installed from source, but as expected, tor-bundle doesn't work:
Screenshot_2021-01-09_17-02-51

from tor-bundle.

QuicksilverBR avatar QuicksilverBR commented on August 27, 2024

I'll throw my two cents in here, as I tried Onion Control again today and it works (for the first time after many previous attempts). I'm on EndeavourOS (Arch) and using Firefox Developer, but I would assume the process would be similar across other systems. It's much as @andy-portmen described:

  • Install the tor package from your system's repository.
  • Once installed, source the Tor executable - likely in /usr/bin/.
  • Copy or symlink (both tested and working) the executable into an extracted tor-bundle (mac version) folder, replacing the existing file of the same name.
  • Ensure that Onion Control has been set to the correct directory (via the extensions menu), the NodeJS native client is installed and that no Tor instances are already running.
  • Start Onion Control.

Screenshot_20210507_164641

I can't say why these steps didn't work for me before (I was on other distros in those attempts) but it was simple enough in comparison to the earlier discussions. My thanks to @andy-portmen for the excellent plugin - I can now enjoy the anonymity of Tor in my established browser environment, leaving the official Tor Browser as a compartmentalisation option should it be needed.

from tor-bundle.

Tcll avatar Tcll commented on August 27, 2024

that probably explains my issue partly, because I already have a tor instance running since I use it often for numerous other things...

I guess better compatibility is all that's needed for this extension to work properly?

from tor-bundle.

QuicksilverBR avatar QuicksilverBR commented on August 27, 2024

I guess better compatibility is all that's needed for this extension to work properly?

I've only tested on one machine, but to ensure as much compatibility as possible, I'd say the best course of action would be to advocate the use of a given distribution's Tor package, with a symlink to the executable in the tor-bundle folder.

I've just tested running Tor Browser alongside an Firefox instance with Onion Control active, and I didn't receive an error. I assume this is because I used a symlink, as an error was present when I attempted the same setup with a copied Tor executable - the plugin, Tor itself or both probably aren't designed to connect to different instances, at least without further (and in my case, at least, unnecessary) configuration. While I'm not versed in how exactly processes are managed, but I can't imagine two discrete Tor instances trying to use the same resources (network config/access and the like) is likely to result in success.

from tor-bundle.

Tcll avatar Tcll commented on August 27, 2024

why not just detect if a system instance of tor is running and interface with that instead??
currently I have to put up with this:
Screenshot_2021-05-13_09-10-47
because I already have software using the system tor instance

oh and btw, yes, I've switched the binary from my previous shot to a symlink to the system tor binary like you advocate ;)

from tor-bundle.

Pantyhose-X avatar Pantyhose-X commented on August 27, 2024

@boistordu @qewwer @TheOneBehindYou @needforszpit @Tcll Linux version support https://github.com/F1uk369/onion-browser-button

from tor-bundle.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.