OSS Tanbou

Vagrant — build and distribute portable development environments across providers

OSS health 78
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
27,208
Primary language
Ruby
License
Not determined
Repository last updated
Sep 7, 2026

Overview

Vagrant is a Ruby tool for creating, managing, and distributing complete development environments as configuration. It spans local virtualization such as VirtualBox and VMware, clouds such as AWS and OpenStack, and containers such as Docker and LXC while supporting portable workflows across Windows, macOS, and Linux.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Apply one environment definition across local VMs, clouds, and containers

The official README presents Vagrant as a framework and configuration format for portable development environments. vagrant init selects a box and vagrant up retrieves it when needed and starts the environment, preserving a common workflow while providers vary.

Sources: [1]

For reducing workstation drift and distributing an environment with a project

It fits teams that want OS packages and service configuration reviewed as code and offered through one onboarding, testing, or demo path. Application source can remain separate from the environment definition while boxes, providers, and provisioners follow managed update cycles.

Sources: [1]

Check provider dependencies, the HCP scope, and BSL 1.1 terms

Runtime requires bsdtar, curl, the selected provider, and sufficient resources. The November 2, 2026 notice in the README applies only to HCP Vagrant and explicitly not to the Vagrant CLI. Vagrant 2.4.3 and later uses Business Source License 1.1, restricting hosted or embedded offerings that compete with IBM's paid versions; each version changes to MPL 2.0 four years after publication.

Sources: [1][2]

Official sources

  1. [1]Vagrant README(2026-09-13)
  2. [2]Vagrant LICENSE(2026-09-13)
Supplemental curator note

Selected for keeping a common English word low-noise in technical search through precise development-environment and virtualization language.

Growth

Growth trends · Last 30 days

27,208 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
4
Open PRs
81

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • vagrant
  • ruby
  • automation
  • virtualization
Stars
27,208
Forks
4,396
Watchers
709
Open issues
671
Primary language
Ruby
License
Not determined
Repository last updated
Sep 7, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Vagrant reproducible development environments | OSS Tanbou