Installation
Install from release assets or run from source with the current v1.0.3 workflow.
Windows
Recommended: packaged release
- Download
DBCUtility-Windows-v1.0.3.zip. - Extract the ZIP file.
- Run the packaged Windows application from the extracted folder.
Run 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.3.tar.gz
cd DBCUtility-Linux-x86_64-v1.0.3
chmod +x install.sh
./install.sh
Run from source
curl -L -o dbcUtility-v1.0.3.tar.gz https://github.com/busaudit/dbcUtility/archive/refs/tags/v1.0.3.tar.gz
tar -xzf dbcUtility-v1.0.3.tar.gz
cd dbcUtility-1.0.3
uv sync
uv run python main.py
Dependencies for source builds
- Python 3.9+
- UV package manager for the recommended workflow
- PyQt5
- cantools
- QtAwesome
- pyinstaller (for packaging only)
Current asset names
- Windows archive:
DBCUtility-Windows-v1.0.3.zip - Linux tarball:
DBCUtility-Linux-x86_64-v1.0.3.tar.gz
Next step
Continue with How to Use after install.