doxx v0.1.1 - Initial Public Release
Beautiful .docx viewing in your terminal — no Microsoft Word
required
⚠️ Early Release Notice
This is an initial public release of doxx. While the core
functionality is solid and well-tested, you may encounter bugs or edge
cases with certain document formats.
We encourage you to:
- 🐛 Report issues with reproducible examples (attach the problematic
.docx file if possible) - 🛠️ Submit pull requests for improvements and bug fixes
- 💡 Share feature requests for document formats or functionality
you'd like to see
✨ What's New in v0.1.1
- Comprehensive release pipeline with automated package manager
support - Enhanced installation options - now available via
cargo install doxx - Improved documentation with detailed command line reference
- Better error messages and user experience improvements
- Cross-platform binaries for Linux, macOS (Intel/ARM), and Windows
📦 Installation
Cargo (recommended):
cargo install doxx
Direct binary download:
Download platform-specific binaries from the assets below.
🚀 Quick Start
# View a document
doxx report.docx
# Export to markdown
doxx document.docx --export markdown
# View with images (supported terminals)
doxx presentation.docx --images --export text
🙏 Help Us Improve
Found a bug? Have a suggestion? We'd love your feedback!
- Issues: https://github.com/bgreenwell/doxx/issues
- Discussions: https://github.com/bgreenwell/doxx/discussions