macOS
brew install unoserverlocal Homebrew formula metadata
安装
brew install unoserverlocal Homebrew formula metadata
概览
Server for file conversions with Libre Office
历史
unoserver is a Python command-line service for using LibreOffice as a persistent document-conversion server. Its README explains the package-manager problem it solves: invoking `libreoffice --headless --convert-to` repeatedly reloads LibreOffice each time, while a listener keeps LibreOffice resident and can reduce CPU load for batches of conversions.
The project grew around LibreOffice's UNO listener mode. Its upstream package metadata describes it as a production/stable POSIX/Linux Python project with scripts for `unoserver`, conversion, comparison, and pinging a running server.
The changelog shows a steady 2021-2026 evolution from a server/converter pair into a small client-server toolkit. Version 2.0 beta in 2023 was the major architectural step: the client became lightweight and communicated with an XML-RPC server, so client systems no longer needed LibreOffice or the UNO library installed. Later releases added document comparison, filter options, service-management aids, timeouts, HTTPS transport, protected-document support, and `unoping`.
The supplied Homebrew metadata packages it with four command-line entry points: `unocompare`, `unoconvert`, `unoping`, and `unoserver`. That reflects adoption by users who need repeatable document conversion in scripts and services rather than a desktop LibreOffice workflow.
unoserver also lives in the `unoconv` GitHub organization and uses `unoconv` as a project keyword in its package metadata, tying it to the older Unix tradition of wrapping LibreOffice/OpenOffice conversion behind CLI tools.
The README frames the normal usage as starting `unoserver` on an interface and port, then using client commands to request document conversion, comparison, or status checks. It also documents client/server deployments where only the server needs LibreOffice's Python/UNO environment, while clients can send files or paths over the XML-RPC API.
The README warns that the service has no security on the exposed ports and must not be reachable outside the intended server stack. That operational note is central to how package users deploy it: behind local service managers, inside controlled automation, or on a dedicated conversion host.
unoserver is interesting to package maintainers because it is not just a converter binary; it must run under a Python environment that can import LibreOffice's UNO bindings. The README devotes substantial space to finding the correct LibreOffice Python and to system versus bundled LibreOffice installs, which is exactly the sort of path and runtime coupling that package-manager users notice.
Its 2.x client-server split reduced that packaging pain for client machines. In package-nerd terms, it turns LibreOffice conversion from a heavyweight local dependency into a service boundary, while keeping a small set of Unix-style commands for automation.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
unocompare | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
unoconvert | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
unoping | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
unoserver | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:unoserver |
|---|---|
| 版本 | 3.7 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/unoconv/unoserver |
| 最后更新 | 2026-06-11T16:38:17Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.