30-04-2021



Check out drone footage from the 2020 Chrome and Brews Car show below. Past Chrome and Brews Photos. Comments Leave a Reply Cancel reply. You must be logged in to post a comment. Time Warp w/ Bill St. 8:00 AM - 12:00 PM. Studio Line 970-254-2196. The Brave browser is a fast, private and secure web browser for PC, Mac and mobile. Download now to enjoy a faster ad-free browsing experience that saves data and battery life by blocking tracking software.

  1. Chromebrew Uninstall
  2. Chrome Browsing History
  3. Chrome Browser Settings On This Computer
  • Install Homebrew


    Paste that in a macOS Terminal or Linux shell prompt.

    The script explains what it will do and then pauses before it does it. Read about other installation options.

  • What Does Homebrew Do?


    Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.

  • Homebrew installs packages to their own directory and then symlinks their files into /usr/local.

  • Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.

  • It’s all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.

  • Homebrew complements macOS (or your Linux system). Install your RubyGems with gem and their dependencies with brew.

  • “To install, drag this icon…” no more. Homebrew Cask installs macOS apps, fonts and plugins and other non-open source software.

  • Donate to Homebrew

  • Homebrew Blog

  • Analytics Data

  • Homebrew was created by Max Howell. Website by Rémi Prévost, Mike McQuaid and Danielle Lalonde.

What is it?

Chromebrew is an open source package manager / source builder hybrid targeting Chromebooks and Chrome OS.

What does it do?

It installs the software you need that hasn't been provided by Google. Many important packages are already precompiled and it's enough to just type crew install package_name, but if something's not already there, you can easily build and install it from source.

How does it work?

Chrome

In fact, Chromebrew is a simple Ruby script. There's also some Git involved, so we needed both of these things to run it on a bare Chrome OS. We have prebuilt them along with their dependencies to install into your system during installation. So, basically, after installing Chromebrew, you will have fully functional Ruby with Rubygems, Git and a package manager dedicated just for your Chromebook. Cool, huh?

How is it different from Crouton/Linux (Beta)?

Well, Chromebrew doesn't install an operating system. :p

The idea is that you may be on a weak internet connection and cannot download too much data, but you don't have Crouton and need just a few small packages. Also, you may be on a good internet connection and need just a few small packages. Also, why not use Chrome OS as the operating system?

Chromebrew Uninstall

Is GUI supported?

Chromebrew supports most GUI apps with help from the sommelier daemon. We don't support i686 architecture, however, since Google has dropped support.

BrewChrome browser

Chrome Browsing History

How can I help?

Chrome Browser Settings On This Computer

If you have a compatible Chromebook, you can fork my Github repo and add new packages to the packages directory if you managed to build them from source successfully on your device. Package recipes are simple Ruby files - here is an example: