pkg.soopen package index

brew / 順位 6133

unoserver を Homebrew でインストール

unoserver のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install unoserver

local Homebrew formula metadata

概要

パッケージ概要

Server for file conversions with Libre Office

コマンドとエイリアス

  • unocompare
  • unoconvert
  • unoping
  • unoserver

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2021: Changelog records 1.1 with module entry points and LibreOffice shutdown handling.
  • 2023: 1.4 adds document comparison; 2.0 beta introduces the XML-RPC server and lightweight client architecture.
  • 2024: 2.x releases add absolute-path handling, filter selection, IPv6 support, retries, version checks, and crash handling.
  • 2025: 3.x releases add HTTPS client/server support, stop-after behavior, password conversion support, and `unoping`.
  • 2026: 3.7 adds temporary-directory control, LibreOffice version reporting through `unoping`, and logging fixes.

Related projects

  • LibreOffice is the conversion engine. The project name, GitHub organization, and package keywords relate it to unoconv, the older command-line LibreOffice conversion wrapper.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:server

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
unocompare実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
unoconvert実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
unoping実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
unoserver実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版3.7
マネージャ更新日2026-06-11
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:unoserver
バージョン3.7
パッケージマネージャHomebrew
ホームページhttps://github.com/unoconv/unoserver
最終更新2026-06-11T16:38:17Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation