Ross ROSS = Recommend OSS · open-source software intelligence for agents

VROOM-Project/vroom

Vehicle Routing Open-source Optimization Machine observed · 2026-08-28

github.com/VROOM-Project/vroom · homepage · C++ · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

71/100

  • Activity 81
  • Release rhythm 42
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4015
  • days_rel: 174
  • days_push: 114
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1839 stars · 429 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

VROOM is an open-source C++20 route optimization engine that solves vehicle routing problems (TSP, CVRP, VRPTW, PDPTW and variants) in milliseconds. It integrates with OSRM, Openrouteservice, and Valhalla routing engines or custom cost matrices, and can be used as a library, CLI, or HTTP API.

Use cases

  • solve travelling salesman problems for delivery routes
  • optimize multi-vehicle routes with time windows
  • plan pickup and delivery shipments with capacity constraints
  • compute optimal routes for a fleet of heterogeneous vehicles
  • integrate route optimization into a logistics backend
  • generate route plans from OSRM or Valhalla travel times

When to choose

  • you need fast, repeated route optimization at scale (hundreds to thousands of stops)
  • you want to self-host optimization and control your own infrastructure and data
  • you need to combine TSP, CVRP, VRPTW, and pickup-delivery constraints in one solver
  • you already run OSRM, Openrouteservice, or Valhalla for travel-time data

When to avoid

  • you want a managed API with white-glove support and enhanced ETA data instead of self-hosting
  • your problem is not a vehicle routing problem (e.g. general constraint scheduling)
  • you cannot supply travel-time or distance data via a routing engine or cost matrix
  • you need a no-code route planning tool with a full UI

Facets

library · maturity active

routing cli api-framework logistics developer-tools cpp windows cli vehicle-routing-problem tsp vrptw pdptw route-optimization osrm valhalla openrouteservice fleet-management c-plus-plus-20 optimization solver algorithms maps linux macos web-server

2 sources

Member repositories

RepositoryRoleHealth v2
VROOM-Project/vroommain71

For agents

markdown · JSON · MCP: product_card(name="VROOM-Project/vroom")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem