GraphCanon updated 6d · GitHub synced 6d
Decision brief
Voyager integrates large language models into Minecraft for open-ended learning, using JavaScript.
Good fit when
- Integrate advanced AI interactions in educational or research Minecraft scenarios
- When working with large language model environments requiring embodied agents
Avoid when
- For projects needing real-time processing without external API reliance
- If the Minecraft platform is unwanted or unavailable for your project
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (862d since push)
- As of 6d
- Provenance
- Not a fork · Organization account
- As of 6d
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install Voyager npmHow it fits your stack(8)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Voyager is an embodied-learning project that integrates large language models into the Minecraft environment, enabling open-ended learning within game scenarios.
Capability facts
- Languages
- javascript
Source: github.language · Aug 14, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 14, 2026)
Voyager requires Python ≥ 3.9 and Node.js ≥ 16.13.0. We have tested on Ubuntu 20.04, Windows 11, and macOS. You need to fSource link
Source: README excerpt (regex_v1, Aug 14, 2026)
Voyager uses OpenAI's GPT-4 as the language model. You need to have an OpenAI API key to use Voyager. You can get one from [here](https://platform.openai.com/accSource link
Source: README excerpt (regex_v1, Aug 14, 2026)
Voyager requires Python ≥ 3.9 and Node.js ≥ 16.13.0. We have tested on Ubuntu 20.04, Windows 11, and maSource link
Tags
README
Installation
Voyager requires Python ≥ 3.9 and Node.js ≥ 16.13.0. We have tested on Ubuntu 20.04, Windows 11, and macOS. You need to follow the instructions below to install Voyager.
Python Install
git clone https://github.com/MineDojo/Voyager
cd Voyager
pip install -e .
Node.js Install
In addition to the Python dependencies, you need to install the following Node.js packages:
cd voyager/env/mineflayer
npm install -g npx
npm install
cd mineflayer-collectblock
npx tsc
cd ..
npm install
Minecraft Instance Install
Voyager depends on Minecraft game. You need to install Minecraft game and set up a Minecraft instance.
Follow the instructions in Minecraft Login Tutorial to set up your Minecraft Instance.
Fabric Mods Install
You need to install fabric mods to support all the features in Voyager. Remember to use the correct Fabric version of all the mods.
Follow the instructions in Fabric Mods Install to install the mods.
Getting Started
Voyager uses OpenAI's GPT-4 as the language model. You need to have an OpenAI API key to use Voyager. You can get one from here.
After the installation process, you can run Voyager by:
from voyager import Voyager
For agents
This page has a .md twin and JSON over the API.