Another brainfuck optimizing JIT compiler, but its written in under 200 lines of C with no dependencies.
You can use make.
make
Pass the path of program as an argument.
bfj tests/mandelbrot.bf
Does not support Windows and can buffer overflow. ¯\(ツ)/¯
MIT License.