citum
The Citum command-line tool: render citations and bibliographies, check Citum-format styles and references, convert typed data files, and manage styles, locales, and registries.
Installation
Pre-built binaries for macOS, Linux, and Windows are also published on each release; see the GitHub releases page.
Usage
Render a document with citations:
Convert a bibliography between reference formats:
Validate a Citum style and reference file:
Search or inspect bundled and installed styles:
Use citum --help for the full subcommand list, and citum <subcommand> --help
for per-subcommand options.
CSL 1.0 style migration is not a citum subcommand. Developer migration
tooling lives in the separate
citum-migrate crate.
Builtin styles
The binary ships with curated styles (APA 7th, Chicago 18th, IEEE, MLA,
AMA, and more) — use --style apa rather than supplying a file path to
pick a builtin.
Project
Part of Citum, a modern citation
engine in Rust. The CLI wraps the underlying
citum-engine,
citum-io, and
citum_store crates.
License
Dual-licensed under MIT or Apache-2.0 at your option.