macOS
brew install tronbyt-serverlocal Homebrew formula metadata
brew
tronbyt-server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tronbyt-serverlocal Homebrew formula metadata
概要
Manage your apps on your Tronbyt (flashed Tidbyt) completely locally
履歴
Tronbyt Server is a Go-based local server for managing apps on Tronbyt devices, including flashed Tidbyt hardware, without depending on Tidbyt's backend servers.
The official README frames Tronbyt Server as a local-control answer to cloud-dependent smart display workflows. It provides a web UI for app discoverability, can keep devices functional if Tidbyt servers are offline, enables some APIs previously blocked by Tidbyt's servers, and supports custom hardware.
The README also documents a migration from a Python v1.x server to the current Go server, including migration of legacy `usersdb.sqlite` data into the newer `tronbyt.db` structure. That gives the project a small but clear internal history: an earlier Python implementation followed by a Go server with richer operational packaging.
Adoption is niche and hardware-centered. The README lists supported devices including Tidbyt Gen1 and Gen2, Tronbyt S3 variants, MatrixPortal S3 variants, Raspberry Pi LED-panel setups, and Pixoticker with limitations. It also lists Docker, Home Assistant, Homebrew, and source builds as installation or integration paths.
The package-manager angle is concrete: the README explicitly documents `brew install tronbyt-server` for bare-metal macOS and Linux installation and `brew services start tronbyt-server` for running the service.
A typical workflow is to run the local server, open the web app at `http://localhost:8000`, add a Tronbyt device, generate firmware, flash a Tidbyt into a Tronbyt, and then add or configure apps through the built-in Pixlet interface. The binary also has administration commands such as `reset-password`, `health`, and `update-system-apps`.
For package users, Tronbyt Server matters when a local Homebrew-managed service is preferable to Docker Compose or source builds, especially on a small always-on machine managing LED display apps.
Tronbyt Server is a good example of a very specific hardware-community tool entering Homebrew because the command is useful as a local service. Its significance is not broad popularity; it is the packaging of a local-first replacement/control plane for a cloud-backed consumer device workflow.
The formula is also useful for catalogers because it shows how Homebrew includes small Go services that are neither classic CLIs nor desktop applications, but local web servers with device-management duties.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
tronbyt-server | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tronbyt/server
インストールメタデータ
| パッケージキー | brew:tronbyt-server |
|---|---|
| バージョン | 2.3.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tronbyt-server |
| ホームページ | https://github.com/tronbyt/server |
| リポジトリ | https://github.com/tronbyt/server |
| 上流ドキュメント | https://github.com/tronbyt/server#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/tronbyt/server/archive/refs/tags/v2.3.2.tar.gz |
| 最終更新 | 2026-06-23T00:29:01+09:00 |
| Pulse | updated |
| 依存関係 | webp |
| ビルド依存関係 | go, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | Application configuration should be placed in: $HOMEBREW_PREFIX/var/tronbyt-server/.env |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tronbyt-server |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.