Add fathyb/carbonyl (id: fathyb-carbonyl) feature#201
Merged
Conversation
Co-authored-by: sebst <592313+sebst@users.noreply.github.com> Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/1405b569-23a9-409b-b750-040cca9c3a05
Copilot
AI
changed the title
[WIP] Add fathyb/carbonyl feature
Add fathyb/carbonyl (id: Mar 25, 2026
fathyb-carbonyl) feature
Co-authored-by: sebst <592313+sebst@users.noreply.github.com> Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/7cd807aa-5591-4e80-b408-7d657341e03b
Contributor
Author
Fixed in d08534e. The carbonyl binary is a Chromium-based app that requires system shared libraries ( |
…ename Co-authored-by: sebst <592313+sebst@users.noreply.github.com> Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/da66e901-70ec-4e71-9a2f-afb38deb64be
Contributor
Author
Fixed in 10b3d45. The upstream carbonyl Dockerfile documents exactly four system deps ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a devcontainer feature for carbonyl, a Chromium-based browser that runs in a terminal.
New files
src/fathyb-carbonyl/devcontainer-feature.json— metadata, version1.0.0src/fathyb-carbonyl/install.sh— downloadscarbonyl.linux-{amd64|arm64}.zipfrom GitHub Releases, extracts all files (binary + bundled shared libs) to/usr/local/lib/carbonyl/, symlinks binary to/usr/local/bin/carbonylsrc/fathyb-carbonyl/NOTES.md— documents install path and arch constraintstest/fathyb-carbonyl/test.sh— verifiescarbonyl --versionexecutesModified
README.md— addsfathyb/carbonylrow in alphabetical orderNotes
Unlike single-binary features, carbonyl ships Chromium shared libraries alongside the binary (
libcarbonyl.so,libGLESv2.so, etc.). The install script extracts all zip contents to a dedicated lib directory and strips the versioned subdirectory prefix (carbonyl-{version}/), then symlinks the binary. Onlylinux/amd64andlinux/arm64are supported upstream.Original prompt
fathyb/carbonyl(id:fathyb-carbonyl) feature #200💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.