Install panproto
panproto ships in four distributions, one per surface. Pick the one that matches what you are building.
| Surface | Page | Package |
|---|---|---|
Command line (schema) | Install the CLI | panproto-cli (Homebrew, shell installer, cargo install) |
| Rust application | Install the Rust SDK | panproto-core (crates.io) |
| TypeScript / JavaScript application | Install the TypeScript SDK | @panproto/core (npm) |
| Python application | Install the Python SDK | panproto (PyPI) |
The CLI and the language SDKs are independent: you can install any subset.
See also
- Reference: configuration for the
panproto.tomlmanifest. - Tutorial: your first schema once installed.