Skip to content

Install bidsmith

bidsmith is a single command-line binary. Once installed you’ll be able to run bidsmith from any terminal.

The easiest path is Homebrew. If you don’t have Homebrew yet, install it first:

Terminal window
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then install bidsmith from its tap:

Terminal window
brew install chrmod/tap/bidsmith

Confirm it worked:

Terminal window
bidsmith --version

You should see a version number like bidsmith 0.5.0.

Did it work?

If bidsmith --version printed a version, you’re done with this page.

If you saw command not found or similar:

  • macOS / Linux: open a new terminal window. Homebrew adds itself to your shell config, but the change only applies to terminals opened after the install.
  • Windows / WSL: same — close Ubuntu and reopen it.
  • Still stuck? Double-check brew --version works. If Homebrew itself isn’t found, re-run the Homebrew install command from the top of this page.

Next up

Set up GitHub — you’ll need a Git repository to store your .bid files.