macOS
brew install vroomlocal Homebrew formula metadata
brew / 順位 8423
vroom のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vroomlocal Homebrew formula metadata
概要
Vehicle Routing Open-Source Optimization Machine
履歴
VROOM, the Vehicle Routing Open-source Optimization Machine, is a C++ route-optimization engine for vehicle-routing problems. Its upstream project describes it as an engine for solving complex VRP instances in milliseconds, with support for TSP, capacitated VRP, VRP with time windows, multi-depot heterogeneous vehicle-routing, and pickup-and-delivery with time windows.
The GitHub repository was created in September 2015, and the upstream changelog shows the project beginning with v0.1 as a TSP-oriented solver that used OSRM for matrix computation and emitted JSON solutions. Early releases added TSPLIB input, asymmetric local-search improvements, OSRM v5 support, a new JSON API, and a switch to the BSD 2-clause license.
VROOM grew from a route-ordering tool into a broader vehicle-routing solver across the 2018-2021 releases. Version 1.3.0 added VRP with time windows, v1.4.0 added OpenRouteService as a routing engine, v1.6.0 added pickup-and-delivery shipments, v1.10.0 added heterogeneous routing profiles and Valhalla support, and v1.11.0 added custom cost matrices and user-defined starting solutions. Later releases continued to expose more business constraints such as fixed costs, cost per hour, max travel time, max distance, and per-vehicle task times.
The current upstream README says the open-source project is maintained by Verso, while the public project remains usable by organizations that want to run route optimization on their own infrastructure and integrate their own map and routing data.
VROOM's adoption niche is logistics and geospatial routing rather than general-purpose optimization. A 2019 HeiGIT/openrouteservice article described collaboration with the VROOM project to add an ORS routing backend, letting VROOM optimize fleets using shortest paths computed by openrouteservice on OpenStreetMap data.
The project is commonly used with routing engines rather than as a standalone map service. Its README lists OSRM, OpenRouteService, and Valhalla as supported routing engines, and the wiki documents OSRM as the default backend while allowing user-supplied cost matrices.
Users model vehicles, jobs, shipments, time windows, skills, capacities, breaks, start/end locations, and related constraints as JSON, then run the `vroom` CLI against standard input or an input file. VROOM returns optimized routes as JSON and can include route geometry and distance when connected to a routing backend.
In package-nerd terms, VROOM is the small, fast native executable sitting between map-routing backends and last-mile planning software. It is especially useful when an application already has location data and needs a deterministic CLI/API-style optimizer it can host itself.
The formula matters because it packages a specialized native VRP optimizer as a normal CLI tool. For developers building routing stacks, that means a local, scriptable solver can be paired with self-hosted OSRM, ORS, Valhalla, or a custom matrix without adopting a hosted optimization service.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vroom | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:vroom |
|---|---|
| バージョン | 1.15.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | http://vroom-project.org/ |
| リポジトリ | https://github.com/VROOM-Project/vroom |
| 最終更新 | 2026-07-10T10:10:31-04:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.