Skip to content

Releases: veltrea/vlt-syslogd

Release list

vlt-syslogd 0.4.0

Choose a tag to compare

@veltrea veltrea released this 29 Jun 12:10

vlt-syslogd v0.4.0

Veltrea Syslog Server — CJK-aware portable syslog solution for Windows, macOS, and Linux.


What's New

Console crate

A dedicated GUI console frontend for connecting to a running Server instance. Displays live logs from a remote server without needing to be on the same machine.

macOS native menu bar

The Portable app now integrates with the macOS menu bar (AppKit / cocoa + objc), giving it proper OS-native feel. Paste from clipboard is wired through the Edit menu.

Preferences

Persistent user preferences (listen port, log directory, theme, etc.) are now stored per platform via rfd file dialogs.

Linux support

Pre-built x86_64 binaries for Linux are now included. Server install/uninstall scripts for Linux (install-linux.sh) are also provided.

Refreshed icon set

New icon designed for higher clarity at small sizes. .icns embedded in macOS builds; .ico embedded in Windows builds via winres.

Comprehensive documentation

Added per-platform install guides (DOCS/INSTALL.{windows,macos,linux}.md), a build guide (DOCS/BUILD.md), and a CLI/config reference (DOCS/REFERENCE.md) — all in English and Japanese.


Downloads

Portable GUI (vlt-syslogd-portable)

Single-binary syslog viewer+server. No installation required. Two data-storage variants:

  • App — stores data under the OS user-data directory (~/Library, %APPDATA%, ~/.local/share)
  • Portable — stores data next to the executable (ideal for USB drives)
Platform App Portable
Windows vlt-syslogd-app-windows-v0.4.0.zip vlt-syslogd-portable-windows-v0.4.0.zip
macOS (DMG) vlt-syslogd-macos-app-v0.4.0.dmg vlt-syslogd-macos-portable-v0.4.0.dmg
macOS (ZIP) vlt-syslogd-macos-app-v0.4.0.zip vlt-syslogd-macos-portable-v0.4.0.zip
Linux x86_64 vlt-syslogd-linux-x86_64-app-v0.4.0 vlt-syslogd-linux-x86_64-portable-v0.4.0

Server daemon (vlt-syslogd-srv)

Background syslog server (Windows Service / launchd / systemd). Includes install/uninstall scripts.

Platform File
Windows vlt-syslogd-srv-windows-v0.4.0.zip
macOS vlt-syslogd-srv-macos-v0.4.0.tar.gz

Console (vlt-syslogd-console)

GUI frontend for monitoring a remote Server instance.

Platform File
Windows vlt-syslogd-console-windows-v0.4.0.zip
macOS vlt-syslogd-console-macos-app-v0.4.0.zip

Installation Notes

macOS — All macOS builds are ad-hoc signed (no Apple Developer account required). On first launch:

xattr -dr com.apple.quarantine /path/to/vlt-syslogd*.app

or right-click the .app in Finder → Open.

Linux — The pre-built binaries are dynamically linked and require X11 or Wayland and OpenGL. Mark the file executable before running:

chmod +x vlt-syslogd-linux-x86_64-*-v0.4.0
./vlt-syslogd-linux-x86_64-portable-v0.4.0

Port 514 on macOS/Linux — Ports below 1024 require elevated privileges. See DOCS/INSTALL for authbind / launchd / setcap instructions.

Full documentation: DOCS/


日本語で読む

変更点

Console クレート追加

稼働中の Server インスタンスにリモート接続するための GUI フロントエンド。別マシン上のサーバーからリアルタイムでログを受信・表示できます。

macOS ネイティブメニューバー

Portable アプリが macOS ネイティブのメニューバー(AppKit / cocoa + objc)に統合されました。編集メニューからクリップボードのペーストが動作します。

設定画面

リッスンポート・ログ保存先・テーマ等のユーザー設定を永続化。OS ネイティブのファイルダイアログ(rfd)に対応しました。

Linux 対応追加

Linux 向けの x86_64 ビルド済みバイナリを追加。Server クレートの Linux 用インストール/アンインストールスクリプトも同梱しています。

アイコン刷新

小サイズでの視認性を高めた新アイコンを採用。macOS ビルドは .icns、Windows ビルドは winres 経由で .ico を埋め込み済み。

ドキュメント整備

プラットフォーム別インストールガイド(Windows / macOS / Linux)、ビルドガイド、CLI・設定リファレンスを英語・日本語の両方で追加しました(DOCS/ 配下)。


ダウンロード

Portable GUI(vlt-syslogd-portable

インストール不要のオールインワン Syslog ビューア。データ保存場所の違いで 2 種類あります:

  • App 版 — OS 標準のユーザーデータ領域(~/Library / %APPDATA% / ~/.local/share
  • Portable 版 — 実行ファイルの隣(USB メモリ持ち歩きに最適)
プラットフォーム App 版 Portable 版
Windows vlt-syslogd-app-windows-v0.4.0.zip vlt-syslogd-portable-windows-v0.4.0.zip
macOS(DMG) vlt-syslogd-macos-app-v0.4.0.dmg vlt-syslogd-macos-portable-v0.4.0.dmg
macOS(ZIP) vlt-syslogd-macos-app-v0.4.0.zip vlt-syslogd-macos-portable-v0.4.0.zip
Linux x86_64 vlt-syslogd-linux-x86_64-app-v0.4.0 vlt-syslogd-linux-x86_64-portable-v0.4.0

Server デーモン(vlt-syslogd-srv

バックグラウンドで動作する Syslog サーバー(Windows サービス / launchd / systemd 対応)。インストールスクリプト付き。

プラットフォーム ファイル
Windows vlt-syslogd-srv-windows-v0.4.0.zip
macOS vlt-syslogd-srv-macos-v0.4.0.tar.gz

Console(vlt-syslogd-console

リモートの Server インスタンスに接続する GUI フロントエンド。

プラットフォーム ファイル
Windows vlt-syslogd-console-windows-v0.4.0.zip
macOS vlt-syslogd-console-macos-app-v0.4.0.zip

インストール上の注意

macOS — macOS ビルドはすべて ad-hoc 署名(Apple Developer アカウント不要)です。初回起動時は:

xattr -dr com.apple.quarantine /path/to/vlt-syslogd*.app

または Finder でアプリを右クリック →「開く」を選んでください。

Linux — ビルド済みバイナリは動的リンク版です。X11 または Wayland と OpenGL が必要です。実行前にパーミッションを付与してください:

chmod +x vlt-syslogd-linux-x86_64-*-v0.4.0
./vlt-syslogd-linux-x86_64-portable-v0.4.0

macOS / Linux でのポート 514 — 1024 未満のポートは特権が必要です。authbind / launchd / setcap の設定方法は DOCS/INSTALL を参照してください。

ドキュメント一覧: DOCS/