Go to file
Vítor Galvão 6cd76a120a USAGE.md: remove note on being safe to let an app update itself (#72166) 2019-11-07 19:04:05 +01:00
.github Allow auto-merging multiple shasum changes. (#71550) 2019-10-27 18:38:57 +01:00
Casks Update vcv-rack from 1.1.5 to 1.1.6 (#72231) 2019-11-07 19:03:41 +01:00
cmd Fix wrong method name. 2019-11-01 23:55:21 +01:00
developer parse_electron_builder_appcast: s3 detection when no region (#71459) 2019-10-25 15:30:13 +01:00
doc Mention manpage artifact in all_stanzas.md (#71393) 2019-11-05 18:45:36 +01:00
.editorconfig add .editorconfig file 2015-09-08 01:42:23 +01:00
.gitattributes Create .gitattributes 2015-09-21 13:57:20 +01:00
.gitignore Ignore vendored bundler dependencies 2016-08-02 23:06:35 -04:00
.travis.yml Fix Travis timeout. (#70807) 2019-10-14 21:20:06 +02:00
CONTRIBUTING.md doc(CONTRIBUTING):add talking links, inline the destination in link text (#61490) 2019-04-07 01:09:50 +01:00
LICENSE LICENSE: 2013 (#42767) 2018-01-15 13:54:24 +10:00
README.md Merge pull request #60808 from Homebrew/readme-gif 2019-03-25 12:10:33 +00:00
USAGE.md USAGE.md: remove note on being safe to let an app update itself (#72166) 2019-11-07 19:04:05 +01:00
tap_migrations.json minikube: migrate to homebrew/core (#71160) 2019-10-28 11:41:41 +01:00

README.md

Homebrew Cask

“To install, drag this icon…” no more!

Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Atom and Google Chrome.

We do this by providing a friendly CLI workflow for the administration of macOS applications distributed as binaries.

Join us on https://discourse.brew.sh

Lets try it!

To start using Homebrew Cask, you just need Homebrew installed.

Installing and uninstalling Atom (animated gif)

Slower, now:

$ brew cask install atom
==> Satisfying dependencies
==> Downloading https://github.com/atom/atom/releases/download/v1.35.1/atom-mac.zip
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.co
######################################################################## 100.0%
==> Verifying SHA-256 checksum for Cask 'atom'.
==> Installing Cask atom
==> Moving App 'Atom.app' to '/Applications/Atom.app'.
==> Linking Binary 'apm' to '/usr/local/bin/apm'.
==> Linking Binary 'atom.sh' to '/usr/local/bin/atom'.
🍺  atom was successfully installed!

And there we have it. Atom installed with one quick command: no clicking, no dragging, no dropping.

Learn More

  • Find basic documentation on using Homebrew Cask in USAGE.md
  • Want to contribute a Cask? Awesome! See CONTRIBUTING.md
  • Want to hack on our code? Also awesome! See hacking.md
  • More project-related details and discussion are available in the documentation

Reporting bugs

If you ignore this guide, your issue may be closed without review.

Before reporting a bug, run brew update-reset && brew update and try your command again. This is a fix-all that will reset the state of all your taps, ensuring the problem isnt an outdated setup on your side.

If your issue persists, search for it before opening a new one. If you find an open issue and have any new information, add it in a comment. If you find a closed issue, try the solutions there.

If the issue is still not solved, see the guides for common problems:

Requests

Questions? Wanna chat?

Were really rather friendly! Here are the best places to talk about the project:

License

Code is under the BSD 2 Clause (NetBSD) license