# 好玩开源项目

研究一些好的开源项目

# Carbonyl

参考资料:

Carbonyl 通过将您的 Linux 终端变成 GUI Web 浏览器。

使用node安装:

apt-get install -y libatk-bridge2.0-0 libgbm-dev libxkbcommon-x11-0 libgtk-3-0
 
npm install --global carbonyl --registry=https://registry.npm.taobao.org

carbonyl https://www.baidu.com --no-sandbox
1
2
3
4
5

使用docker安装:

docker run --rm -ti fathyb/carbonyl https://youtube.com
1