Install¶
Pixi (recommended)¶
Pixi locks dependencies to ensure reproducibility across all platforms (macOS, Linux, Windows).
Setup¶
- Install Pixi: https://pixi.sh
- Clone Triton and navigate to the repo
- Create the default environment:
bash pixi install
Optional Features¶
The default environment includes core audio utilities and testing. Optional features can be installed separately:
- Transcription (
transcribefeature): Addsopenai-whisperfor local audio transcriptionbash pixi install --feature transcribe
Cross-Platform Development¶
Triton supports both macOS (Apple Silicon) and Linux in a single environment. When developing on either platform, Pixi automatically selects the correct dependencies.
Verify Installation¶
pixi run triton --help
This should display the Triton CLI help text.
You can also verify the GUI:
pixi run gui
This should start Streamlit and print a local URL (usually http://localhost:8501).