Linux command
carbonyl 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Open a URL
carbonyl [https://example.com]
Run inside Docker
docker run --rm -ti fathyb/carbonyl [https://youtube.com]
Install globally via npm
npm install --global carbonyl
Quit
press [q]
说明
carbonyl is a Chromium-based browser that runs entirely in the terminal. It is a fork of Chromium whose rendering pipeline has been rerouted to output Unicode block characters and ANSI color escapes instead of pushing pixels to a window server. This lets it run audio, video, WebGL, WebGPU, JavaScript, and animations at 60 FPS over an SSH session or in a kiosk-mode console where no graphical display is available. Unlike traditional text browsers (lynx, w3m, elinks), carbonyl renders the full DOM and CSS just as Chromium would, so layouts behave the same as on a desktop browser. Each terminal cell encodes two stacked pixels using U+2584 (lower half block) with foreground and background colors, giving an effective resolution of (columns x 2) by (rows x 2) pixels.
FAQ
What is the carbonyl command used for?
carbonyl is a Chromium-based browser that runs entirely in the terminal. It is a fork of Chromium whose rendering pipeline has been rerouted to output Unicode block characters and ANSI color escapes instead of pushing pixels to a window server. This lets it run audio, video, WebGL, WebGPU, JavaScript, and animations at 60 FPS over an SSH session or in a kiosk-mode console where no graphical display is available. Unlike traditional text browsers (lynx, w3m, elinks), carbonyl renders the full DOM and CSS just as Chromium would, so layouts behave the same as on a desktop browser. Each terminal cell encodes two stacked pixels using U+2584 (lower half block) with foreground and background colors, giving an effective resolution of (columns x 2) by (rows x 2) pixels.
How do I run a basic carbonyl example?
Run `carbonyl [https://example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more carbonyl examples?
This page includes 4 examples for carbonyl, plus related commands for nearby Linux tasks.