Installation

Install DBC Utility on Windows or Linux, or run it from source. No accounts, no setup wizard - just download and start.

Windows

Recommended: standalone executable

  1. Open Downloads.
  2. Download DBCUtility-v1.0.2.exe.
  3. Run the executable (no installer required).

From source

git clone https://github.com/busaudit/dbcUtility.git
cd dbcUtility
pip install uv
uv sync
uv run dbcUtility

Linux

Recommended: distribution package

tar -xzf DBCUtility-Linux-x86_64-v1.0.2.tar.gz
cd DBCUtility-Linux-x86_64-v1.0.2
chmod +x install.sh
./install.sh

After install, launch from your applications menu or run dbc-utility.

Alternative: AppImage

chmod +x DBCUtility-Linux-x86_64-v1.0.2.AppImage
./DBCUtility-Linux-x86_64-v1.0.2.AppImage

Dependencies (source builds)

  • PyQt5 (GUI)
  • cantools (DBC parsing)
  • pyinstaller (only for building executables)

Next step

Once installed, go to How to Use.