dislocker

FUSE driver to read/write Windows BitLocker-encrypted volumes

brewmacoslinux
Try with needOr install directly
Source

About

FUSE driver to read/write Windows' BitLocker-ed volumes

Commands

dislocker

Examples

Mount a BitLocker volume with password$ dislocker -V /dev/sda1 -uMyPassword -- /mnt/bitlocker
Mount a BitLocker volume with recovery key$ dislocker -V /dev/sda1 -rrecovery_key.txt -- /mnt/bitlocker
Unmount the BitLocker volume$ fusermount -u /mnt/bitlocker