The Bionic Ebooks is a command-line tool, written in Rust, that takes an EPUB file and generates a copy of it with bionic font applied.
cargo install --git https://github.com/ZePedroResende/bionic-ebooks
bionic-ebooks <path-input.epub> <path-output.epub>
cargo build --release
target/release/bionic-ebooks <path-input.epub> <path-output.epub>
PRs accepted.