Installation¶
This guide covers installing Divvun Runtime on macOS and Linux.
Prerequisites¶
All Platforms¶
- Rust toolchain: Install from rustup.rs
just
command runner:cargo install just
macOS¶
# Install PyTorch (required for speech features)
brew install pytorch
# Install ICU4C (required for text processing)
brew install icu4c
Linux¶
# Install libtorch 2.4.1+ with C++11 ABI
# Download from https://pytorch.org/
# Extract to /opt/libtorch
# Install ICU development libraries
# Ubuntu/Debian:
sudo apt-get install libicu-dev
# Fedora/RHEL:
sudo dnf install icu
Building from Source¶
Clone the Repository¶
Build the CLI¶
The CLI will be available as divvun-runtime
.
Build the UI (Optional)¶
Verify Installation¶
You should see output like:
Next Steps¶
Now that Divvun Runtime is installed, continue to the Quick Start guide to create your first pipeline.