Installation

Prerequisities

To install and/or build Busperf cargo is required. It can be installed as described here.

Note

Make sure that ~/.cargo/bin was added to PATH.

Install from crates.io

Busperf can be installed from crates.io.

$ cargo install busperf

Build from source

Alternatively, you can build from source.

  1. Clone the repository

$ git clone https://github.com/antmicro/busperf.git
  1. Build and install

$ cargo install --path busperf

Shell completion

Shell completion can be generated as described here in point 3.


Last update: 2026-05-22