Carbonyl is a Chromium based browser built to run in a terminal. Read the blog post.
It supports pretty much all Web APIs including WebGL, WebGPU, audio and video playback, animations, etc..
It's snappy, starts in less than a second, runs at 60 FPS, and idles at 0% CPU usage. It does not requires a window server (ie. works in a safe-mode console), and even runs through SSH.
Carbonyl originally started as html2svg
and is now the runtime behind it.
Wikipedia.mp4 |
Doom.mp4 |
YouTube.mp4 |
Currently building...
# Watch YouTube inside a Docker container
$ docker run fathyb/carbonyl youtube.com
$ cd chromium
$ gclient sync
You need to disable
lld
on macOS because of a linking bug related to Rust andcompact_unwind
$ cd chromium/src
$ gn gen out/Default
$ cd chromium/src
$ ninja -C out/Default headless:headless_shell