Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

Misc

Install - Windows

There is a convenient Drush installer for Windows available on www.drush.org. This is drush5, since drush4 does not work with Windows.

Install - Unix/OSX

The easiest way to install the latest release of Drush on Unix/Linux systems is via our custom PEAR channel. (See below for Windows-specific instructions)

pear channel-discover pear.drush.org
pear install drush/drush

Tip: Use sudo to overcome permission problems. If the channel-discover fails, try running the following sequence of commands:

pear upgrade --force Console_Getopt
pear upgrade --force pear
pear upgrade-all

To get alternate drush versions, replace that last line with one of the below that matches your fancy.

pear install drush/drush-4.6.0
pear install drush/drush-5.0.0

  • If you are using Debian or Ubuntu, you can alternatively use the Debian packages uploaded in your distribution. You may need to use the backports to get the latest version, if you are running a LTS or "stable" release.
  • For advice on using Drush with your ISP, see the hosting section of the Resources page on drush.org.

Install - manual

Folks are welcome to just download (or git clone) and then configure their system manually. See README.txt.

History

Drush was originally developed by Arto for Drupal 4.7. In May 2007, it was partly rewritten and redesigned for Drupal 5 by frando. The module is now maintained by Moshe Weitzman, Owen Barton, greg.1.anderson, jonhattan, and Mark Sonnabaum.

Downloads

Recommended releases

Version Downloads Date Links
7.x-5.1 tar.gz (389.05 KB) | zip (470.65 KB) 2012-Apr-05 Notes

Other releases

Version Downloads Date Links
7.x-4.5 tar.gz (276.13 KB) | zip (327.78 KB) 2011-Aug-12 Notes

Development releases

Project Information


Maintainers for Drush

  • jonhattan - 236 commits
    last: 5 min ago, first: 1 year ago
  • moshe weitzman - 1438 commits
    last: 1 day ago, first: 4 years ago
  • greg.1.anderson - 518 commits
    last: 1 week ago, first: 2 years ago
  • jhedstrom - 106 commits
    last: 1 week ago, first: 29 weeks ago
  • msonnabaum - 127 commits
    last: 7 weeks ago, first: 1 year ago

Issues for Drush

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports