From owner-freebsd-questions@freebsd.org Wed Aug 31 17:48:20 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7F15BC846A for ; Wed, 31 Aug 2016 17:48:20 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from zaph.org (zaph.org [199.48.132.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "zaph.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B02773C3 for ; Wed, 31 Aug 2016 17:48:20 +0000 (UTC) (envelope-from njt@ayvali.org) Received: by zaph.org (Postfix, from userid 1001) id 2D23749C192; Wed, 31 Aug 2016 10:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ayvali.org; s=zaph; t=1472665175; bh=VFF5zDhpZot8lUvXbDBO+yL+Peha2GF3kekRSJoovyk=; h=Date:From:To:Subject:References:In-Reply-To; b=XVxA1XNMotIDi6u5bW8cubtbCJp3mmkbt2uFI3l7sgXSSENKbwdGAacWHBpN0oQ1d UXmc3j7LMuopDLAKtG4ixQvUJKONmQsJu5SAk3TVXJ/ehyLBmSefjYTDZkwRCK/RY6 paB5npvl3PfoSIDtUGmJYFg68d37WkkT8EtnxcRY= Date: Wed, 31 Aug 2016 10:39:35 -0700 From: "N.J. Thomas" To: Manish Jain , freebsd-questions@freebsd.org Subject: Re: Is there a native Tor browser ? Message-ID: <20160831173935.GU97084@ayvali.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:48:20 -0000 * Manish Jain [2016-08-31 17:10:07+0000]: > I see that the Tor browser works well under Windows emulation of > FreeBSD. The tor binary itself can be compiled/run natively under > FreeBSD, but is there a working native tor browser too ? The Tor BSD Diversity Project has ported the Tor Browser to OpenBSD: https://torbsd.github.io/ But nothing for FreeBSD yet. Check with them, it may be in the works. Also, at BSDCan this year, I think Shawn Webb said he might take a stab at it, IIRC. cf.: https://twitter.com/lattera/status/725537072480686081 Thomas