[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7966":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":15,"starSnapshotCount":15,"syncStatus":18,"lastSyncTime":34,"discoverSource":35},7966,"chromebrew","chromebrew\u002Fchromebrew","Package manager for Chrome OS","https:\u002F\u002Fchromebrew.github.io",null,"Ruby",2489,418,53,23,0,3,9,2,29.87,"GNU General Public License v3.0",false,"master",true,[25,26,27,28,29,30],"chromebook","chromeos","crew","hacktoberfest","linux","package-manager","2026-06-12 02:01:47","\u003Cdiv align=\"center\">\n  \u003Cimg src=\"images\u002Fbrew.png\" alt=\"Chromebrew icon\">\n  \u003Ch1>Chromebrew\u003C\u002Fh1>\n  \u003Cp>The Missing Package Manager For Chrome OS\u003C\u002Fp>\n\u003C\u002Fdiv>\n\n## Chat With Us\n\n> [!NOTE]\n> Discord is not currently syncing messages with Slack\n\n\u003Cdiv>\n  \u003Ca href=\"mailto:crewonslack@gmail.com?subject=Slack invitation link request&amp;body=This email is auto-generated by README.md\" target=\"_blank\">\u003Cimg src=\".\u002Fimages\u002Fslack.svg\" alt=\"Slack Invite\" align=\"middle\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fdiscord.gg\u002FQRrzBXN\" target=\"_blank\">\u003Cimg src=\".\u002Fimages\u002Fdiscord.svg\" alt=\"Discord Invite\" align=\"middle\">\u003C\u002Fa>\n\u003C\u002Fdiv>\n\n## Overview\n\nChromebooks with ChromeOS run a Linux kernel. The only missing pieces to use them as full-featured Linux distro were gcc and make with their dependencies. Well, these pieces aren't missing anymore. Say hello to Chromebrew!\n\n## Prerequisites\n\nYou will need a Chromebook with developer mode enabled. To do so, select your device on [the ChromiumOS Wiki](https:\u002F\u002Fwww.chromium.org\u002Fchromium-os\u002Fdeveloper-information-for-chrome-os-devices) and follow the instructions listed there.\n\n> [!WARNING]\n> Please be aware of the fact that developer mode is insecure if not properly configured.\n\n\u003Ca id=\"set_passwd\" \u002F> \u003C!-- for reference in installation section -->\n> [!TIP]\n> Setting a password as instructed in the VT-2 login screen is recommended. It is also recommended to enable signed boot:\n>\n> ```bash\n> sudo chromeos-setdevpasswd\n> sudo crossystem dev_boot_signed_only=1\n> ```\n\n## Supported Systems\n\n| Architecture | Supported? |\n|:------------:|:----------:|\n| x86_64       | Yes        |\n| i686         | Yes\\*      |\n| armv7l       | Yes        |\n| aarch64      | Yes\\*\\*    |\n\n\\* _We can only provide limited support for i686 since Google has discontinued support. Although we can no longer support GUI apps, we will try to continue to support CLI programs._\n\n\\*\\* _We currently only provide armv7l packages even if your chromebook has an aarch64 userspace. For more details, see issue [#8044](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fissues\u002F8044)._\n\n## Installation\n\n> [!IMPORTANT]\n> The beta, dev, and Canary channels are ***not*** supported and should ***not*** be used with Chromebrew. Failure to take notice of this warning will cause major issues with your Chromebrew installation.\n>\n> See issue [#2890](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fissues\u002F2890) and the [FAQ](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fwiki\u002FFAQ) for more details.\n\n> [!WARNING]\n> On ChromeOS M117+, the Chromebrew installer will not work in `crosh` anymore due to the security changes introduced in ChromeOS M117.\n\nOpen a VT-2 terminal session with \u003Ckbd>Ctrl\u003C\u002Fkbd>+\u003Ckbd>Alt\u003C\u002Fkbd>+\u003Ckbd>->\u003C\u002Fkbd> and login with the `chronos` user and password if set [above](#set_passwd). *(if you are unable to do this, please have a second look at the prerequisites and make sure your Chromebook is in developer mode)*\n\nThen run the installation script below:\n\n```bash\nbash \u003C(curl -L git.io\u002FvddgY) && . ~\u002F.bashrc\n```\n\n## Help\n\nPlease check out the [wiki](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fwiki) to find out more information about Chromebrew including helpful tips, resource links and frequently asked questions.\n\nAlso please check existing [issues](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fissues) before submitting a new one.\n\n## Usage\n\n```text\ncrew \u003Ccommand> \u003Cpackage1> [\u003Cpackage2> ...]\n```\n\nWhere available commands are:\n\n| Command             | Description |\n|:-------------------:|:------------|\n| build               | build package(s) from source and store the archive and checksum in the current working directory |\n| check               | check packages(s) |\n| const               | display constant(s) |\n| deps                | display dependencies of package(s) |\n| diskstat            | show statistics about disk space occupied by installed packages |\n| download            | download package(s) to CREW_BREW_DIR (\u002Fusr\u002Flocal\u002Ftmp\u002Fcrew by default), but don't install |\n| files               | display installed files of package(s) |\n| help                | get information about command usage |\n| install             | install package(s) along with dependencies after prompting for confirmation |\n| list                | available, compatible, incompatible, essential, installed packages |\n| postinstall         | display postinstall messages of package(s) |\n| prop                | display all package boolean properties, or specific boolean properties for a package |\n| reinstall           | remove and install package(s) |\n| remove              | remove package(s) |\n| search              | look for package(s) |\n| sysinfo             | show system information in markdown style |\n| update_package_file | update package file binary hashes |\n| update              | update crew itself |\n| upgrade             | update all or specific package(s) |\n| upload              | upload binaries for all or specific package(s) |\n| upstream            | check if an upstream version is available for package(s) |\n| version             | check for the Chromebrew version, or if a package is specified, the package version |\n| whatdepends         | search for package(s) that depend on the provided package |\n| whatprovides        | regex search for package(s) that contains file(s) |\n\nAvailable packages are listed in the [packages directory](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Ftree\u002Fmaster\u002Fpackages).\n\nChromebrew will wipe its `BREW_DIR` (`\u002Fusr\u002Flocal\u002Ftmp\u002Fcrew` by default) after installation unless you pass `-k` or `--keep` when running `crew install`.\n\n```text\ncrew install --keep [...]\n```\n\n## License\n\nCopyright 2013-2025 Michal Siwek and [all the awesome contributors](https:\u002F\u002Fgithub.com\u002Fchromebrew\u002Fchromebrew\u002Fgraphs\u002Fcontributors).\n\nThis project including all of its source files is released under the terms of [GNU General Public License (version 3 or later)](http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl.txt). This project embeds [docopt.rb](https:\u002F\u002Fgithub.com\u002Fdocopt\u002Fdocopt.rb) at lib\u002Fdocopt.rb. We retain its [MIT license](lib\u002Fdocopt.LICENSE).\n\n\u003Cdiv>\n  \u003Ca rel=\"license-software\" href=\"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.en.html\">\u003Cimg alt=\"GNU General Public License\" src=\"https:\u002F\u002Fwww.gnu.org\u002Fgraphics\u002Fgplv3-127x51.png\" height=\"31\" \u002F>\u003C\u002Fa>\n  \u003Cimg src=\"about:blank\" width=\"15px\"> \u003C!-- acting a space between two images -->\n  \u003Ca rel=\"license-docopt\" href=\"https:\u002F\u002Fmit-license.org\u002F\">\u003Cimg alt=\"MIT License\" src=\"https:\u002F\u002Fupload.wikimedia.org\u002Fwikipedia\u002Fcommons\u002F0\u002F0c\u002FMIT_logo.svg\" height=\"31\" \u002F>\u003C\u002Fa>\n\u003C\u002Fdiv>\n","Chromebrew 是一个为 Chrome OS 设计的包管理器。它通过提供 gcc、make 及其依赖项，使 Chromebook 能够像完整的 Linux 发行版一样运行，填补了 Chrome OS 在开发工具上的空白。项目采用 Ruby 语言编写，并遵循 GNU General Public License v3.0 许可证。适用于需要在 Chromebook 上进行软件开发或希望使用更广泛 Linux 应用程序的用户。支持 x86_64、i686（有限）、armv7l 和 aarch64 架构的设备。安装前需确保 Chromebook 已启用开发者模式，并建议设置密码以增强安全性。","2026-06-11 03:15:23","top_language"]