A sample command-line Brainfuck interpreter implemented with Dart language.
You can install the command-line tool via dart pub. Just run the command blow.
pub global activate brainfuck
brainfuck "YOUR_BRAINFUCK_CODE"