Skip to content

Feature Comparison

FeatureODictStarDictDICTXDXF
Human-readable source formatXMLPlain text plus indexesPlain text database filesXML
Compiled binary output
Offline lookupUsually server-backed
Exact lookup without indexingUses generated indexesDepends on server databaseDepends on application
Built-in full-text searchApplication-dependentServer-dependentApplication-dependent
Built-in tokenization
Primary access methodsCLI, Rust, Python, JavaScript, HTTPDesktop/mobile readersNetwork protocol and serversImport/export format

Use ODict when you want a dictionary format that is easy to author, compact to ship, and practical to use from applications.