Wander is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Wander is easy to operate and scale and has native Consul and Vault integrations. https://www.openwander.org/
  • Go 82.4%
  • JavaScript 7.3%
  • MDX 7.2%
  • Handlebars 1.3%
  • HCL 1%
  • Other 0.6%
Find a file
2026-01-09 22:25:57 +01:00
.changelog Revert "backport of commit a35acdb84e2445930598663bb8cbc133e9832b4d (#19264)" 2024-11-14 19:03:26 +01:00
.github Update Actions to newer versions 2026-01-09 22:17:14 +01:00
.release Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
.semgrep update go1.21 (#18184) 2023-08-15 14:40:33 +02:00
.tours Make number of scheduler workers reloadable (#11593) 2022-01-06 11:56:13 -05:00
acl Move hashicorp/nomad -> open-wander/wander imports (#2) 2025-02-22 16:46:56 +01:00
api More test Fixes 2026-01-09 19:22:47 +01:00
ci cli: remove unused raft tool helper. (#18954) (#18971) 2023-11-02 08:19:04 +00:00
client Test Fixes 2026-01-09 21:52:46 +01:00
command Test Fixes 2026-01-09 21:52:46 +01:00
contributing More test Fixes 2026-01-09 19:22:47 +01:00
demo Test Fixes 2026-01-09 21:52:46 +01:00
dev Rebranding 2026-01-09 12:33:20 +01:00
drivers package updates 2026-01-09 22:25:57 +01:00
e2e Rebranding 2026-01-09 12:33:20 +01:00
helper More test Fixes 2026-01-09 19:22:47 +01:00
integrations Update metric names (#16894) 2023-04-18 13:25:42 -07:00
internal/testing/apitests Move hashicorp/nomad -> open-wander/wander imports (#2) 2025-02-22 16:46:56 +01:00
jobspec Rebranding 2026-01-09 12:33:20 +01:00
jobspec2 Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
lib Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
nomad More test Fixes 2026-01-09 19:22:47 +01:00
plugins Rebranding 2026-01-09 12:33:20 +01:00
scheduler Rebranding 2026-01-09 12:33:20 +01:00
scripts Test Fixes 2026-01-09 21:52:46 +01:00
terraform Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
testutil Rebranding 2026-01-09 12:33:20 +01:00
tools Rebranding 2026-01-09 12:33:20 +01:00
ui Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
version Update Version 2026-01-09 22:08:52 +01:00
website Rebranding 2026-01-09 12:33:20 +01:00
.copywrite.hcl build: add agent bindata file to copywrite ignore list. (#17507) 2023-06-14 11:13:59 +01:00
.git-blame-ignore-revs add copywrite headers commit to ignore-revs config file (#17037) 2023-05-01 10:57:43 -04:00
.gitattributes Remove invalid gitattributes 2018-02-14 14:47:43 -08:00
.gitignore Rebranding 2026-01-09 12:33:20 +01:00
.go-version Update Version 2026-01-09 22:08:52 +01:00
.golangci.yml update go1.21 (#18184) 2023-08-15 14:40:33 +02:00
.semgrepignore build: disable semgrep on structs.go for now 2022-02-01 10:09:49 -06:00
build_linux_arm.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
CHANGELOG-unsupported.md docs: split out unsupported versions in changelog (#17704) 2023-06-23 15:17:57 -04:00
CHANGELOG.md Generate files for 1.6.5 release 2023-12-13 20:00:11 +00:00
CODEOWNERS build: update deprecated GitHub Actions (#17218) 2023-05-17 08:57:28 -04:00
Dockerfile build: add Docker image (#17017) 2023-06-23 15:57:09 -04:00
GNUmakefile Rebranding 2026-01-09 12:33:20 +01:00
go.mod package updates 2026-01-09 22:25:57 +01:00
go.sum package updates 2026-01-09 22:25:57 +01:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE (#14884) 2022-10-13 08:43:12 -04:00
main.go Rebranding 2026-01-09 12:33:20 +01:00
main_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
README.md Refactor documentation links and branding from Nomad to Wander 2026-01-09 12:56:04 +01:00
REBRAND_CHECKLIST.md More test Fixes 2026-01-09 19:22:47 +01:00
Vagrantfile dev: make cni, consul, dev, docker, and vault scripts Lima compat. (#16689) 2023-03-28 16:21:14 +01:00

Wander

License: MPL 2.0 Discuss

Wander is a simple and flexible workload orchestrator to deploy and manage containers (docker, podman), non-containerized applications (executable, Java), and virtual machines (qemu) across on-prem and clouds at scale.

Wander is supported on Linux, Windows, and macOS.

Note for Nomad users: Wander is forked from an earlier version of HashiCorp Nomad. Direct migration from an existing Nomad installation is not supported. To use Wander, you'll need to deploy fresh clusters and redeploy your workloads.

Features

  • Deploy Containers and Legacy Applications: Wander's flexibility as an orchestrator enables an organization to run containers, legacy, and batch applications together on the same infrastructure. Wander brings core orchestration benefits to legacy applications without needing to containerize via pluggable task drivers.

  • Simple & Reliable: Wander runs as a single binary and is entirely self contained - combining resource management and scheduling into a single system. Wander does not require any external services for storage or coordination. Wander automatically handles application, node, and driver failures. Wander is distributed and resilient, using leader election and state replication to provide high availability in the event of failures.

  • Device Plugins & GPU Support: Wander offers built-in support for GPU workloads such as machine learning (ML) and artificial intelligence (AI). Wander uses device plugins to automatically detect and utilize resources from hardware devices such as GPU, FPGAs, and TPUs.

  • Federation for Multi-Region, Multi-Cloud: Wander was designed to support infrastructure at a global scale. Wander supports federation out-of-the-box and can deploy applications across multiple regions and clouds.

  • Proven Scalability: Wander is optimistically concurrent, which increases throughput and reduces latency for workloads. Wander has been proven to scale to clusters of 10K+ nodes in real-world production environments.

  • Ecosystem Integration: Wander integrates seamlessly with Terraform, Consul, and Vault for provisioning, service discovery, and secrets management.

Quick Start

Testing

See Getting Started for instructions on setting up a local Wander cluster for non-production use.

Optionally, find Terraform manifests for bringing up a development Wander cluster on a public cloud in the terraform directory.

Production

See Wander Reference Architecture for recommended practices and a reference architecture for production deployments.

Documentation

Full, comprehensive documentation is available on the Wander website: https://openwander.org/wander/docs

Companion Tools

  • Ramble - Package manager for Wander, providing templated job definitions. Works with both Wander and HashiCorp Nomad. See github.com/open-wander/ramble.

Contributing

See the contributing directory for more developer documentation.