Total Pageviews

Tuesday 27 February 2018

全球第一个彻底去中心化浏览器:beaker

利用Dat网络作为分布式资料存储媒介,它既是浏览器也是网站服务器,数据传输全程加密,url默认不公开。感兴趣的快快尝试。希望chrome或者Firefox能有类似的插件。

https://beakerbrowser.com/
----------

Installing Beaker

MacOS: Download the installer
Windows: Download the installer
Linux: Download the AppImage
Note 1: Windows will prompt you with a security concern before install. It is safe to continue! Beaker is downloaded via secure connection from download.beakerbrowser.net. (We’re still working on signing the release, which will solve that problem.)
Note 2: Linux users don’t have an auto-updater yet. You’ll need to download new versions manually for now. Sorry!
You can report issues here.

Building from source

Requires node 6 or higher. On windows, you may need to use npm version 4, due to a bug in npm 5.
In Linux (and in some cases OSX) you need libtool, m4, and automake:
bash (linux)
sudo apt-get install libtool m4 make g++  # debian/ubuntu
sudo dnf install libtool m4 make gcc-c++  # fedora
In Windows, you’ll need to install Python 2.7, Visual Studio 2015 or 2017, and Git. (You might try windows-build-tools.) Then run:
powershell (windows)
npm config set python c:/python27
npm config set msvs_version 2015
npm install -g node-gyp
npm install -g gulp
To build:
bash (linux) or powershell (windows)
git clone https://github.com/beakerbrowser/beaker.git
cd beaker
npm install
npm run rebuild #see https://github.com/electron/electron/issues/5851
npm start
If you pull latest from the repo and get weird module errors, do:
bash (linux) or powershell (windows)
npm run burnthemall
This invokes the mad king, who will torch your node_modules/, and do the full install/rebuild process for you. npm start should work afterwards.
If you’re doing development, npm run watch to have assets build automatically.

from  https://beakerbrowser.com/docs/install/
--------

Beaker 0.7.11已经解决了DAT网络发现的问题


之前的beaker浏览器存在DAT网络发现失败的问题,导致的结果就是你的站点明明在线,别人却无法打开,更准确的说,除非对方和你在同一网段,否则对方很可能无法打开你的站点。 经过测试,0.7.11版本已经解决了这个问题,不过对于复杂的网络环境,还需要进一步测试能否穿透NAT路由。
------------

https://github.com/Rotonde/beaker

No comments:

Post a Comment