LoginSignup
1
2

More than 5 years have passed since last update.

新しいブラウザ、Breachを試してみた

Last updated at Posted at 2014-07-12

試した環境

Ubuntu14.04 64bit
Breach v0.3.20

ダウンロード

Breach - A browser for the HTML5 era

起動

アーカイブ解凍後、おもむろに起動してみる

$ tar zxvf breach-v0.3.20-alpha.5-linux-x64.tar.gz
$ mv breach-v0.3.20-alpha.5-linux-x64 breach
$ cd breach
$ ./breach
[xxx:xxx:xxx/xxx:xxx:FATAL:browser_main_loop.cc(172)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
./breach: 6 行: 18856 中止                  (コアダンプ) $SRC_DIR/__AUTO_UPDATE_BUNDLE__/exo_browser/exo_browser --raw $SRC_DIR/__AUTO_UPDATE_BUNDLE__/breach_core

怒られた。
どうやらsandboxで起動しないといけないっぽい。

ググって見ると、chromiumのファイルが必要らしいのでchromiumを落とす。

Download Chromium

$ unzip chrome-linux.zip
$ cd chrome-linux
$ sudo cp ./chrome_sandbox /usr/local/sbin/chrome-devel-sandbox
$ sudo chown root:root /usr/local/sbin/chrome-devel-sandbox
$ sudo chmod 4755 /usr/local/sbin/chrome-devel-sandbox

改めて起動。

$ ./breach
[2014-07-12T15:56:50.983Z] [index] Breach v0.3.20-alpha.5 Starting...
:
:

お、起動したっぽい。


[以下超訳でお送りします]

起動直後画面
Breachはモジュールで動くけど、モジュールが何もないよ。mod_strip追加するね。
URLバーとタブを追加するものだよ。
デベロッパならあとでハックしてね。

mod_stripインストール画面
github:breach/mod_strip追加中。

注意事項
Google Analyticsで情報送ってるよ。
嫌ならbreach/mod_statsを消せばいいよ。

mod_stripについて
Stacked Tab: 一番最近見たやつを最初に表示するよ。
Tab Filtering: URLボックスにタイプするとマッチしたタブを表示するよ(日本語も大丈夫でした)
Color Sniffing: それぞれのサイトっぽい色でタブを表示するよ。

その他情報
Module management: 右クリでいつでもモジュール画面が開けるよ(サイトの画面に戻れない…)
It's only the beginning: ウェブに革新を!Breachの未来はあなたのhackっぷりにかかっている!
Developer or designer?: あなたは何を作る?breach.cc/hackをチェック!


今までのブラウザに慣れていると、アクティブになったタブが先頭に来るっていうのがなれないかも…。
いずれにせよ、これからの動向が楽しみです。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2