4 releases (2 breaking)
| 0.218.0 | Jan 22, 2026 |
|---|---|
| 0.217.0 | Jan 12, 2026 |
| 0.216.1-beta.1 | Jan 7, 2026 |
| 0.216.0 | Jan 7, 2026 |
#546 in Command line utilities
235KB
4.5K
SLoC
baml-cli
BAML CLI for Rust - Command-line interface for the BAML (Boundary AI Markup Language) runtime.
Installation
From crates.io (when published)
cargo install baml-cli
From source
git clone https://github.com/BoundaryML/baml.git
cd baml/languages/rust
./setup-ffi.sh
cargo install --path baml-cli
From local development
cd languages/rust
./setup-ffi.sh
cargo build --release -p baml-cli
The binary will be available at target/release/baml-cli.
Usage
baml-cli [args...]
For more information, see the BAML documentation.
License
MIT License - see the LICENSE file for details.
Dependencies
~13–27MB
~431K SLoC