• HashiCorp Developer

  • HashiCorp Cloud Platform
  • Terraform
  • Packer
  • Consul
  • Vault
  • Boundary
  • Nomad
  • Waypoint
  • Vagrant
Nomad
  • Install
  • Intro
  • Tutorials
  • Documentation
  • API
  • Tools
  • Plugins
  • Sign up
Nomad Home

Install Nomad

Skip to main content
  • Install Nomad

  • Getting Started

  • Introduction to Nomad
  • Nomad Vocabulary

  • Resources

  • Tutorial Library
  • Community Forum
    (opens in new tab)
  • Support
    (opens in new tab)
  • GitHub
    (opens in new tab)
  1. Developer
  2. Nomad
  3. Install v1.4.3

Install Nomad

Install or update to v1.4.3 (latest version) of Nomad to get started.

Operating System

Package manager for macOS

$ brew tap hashicorp/tap
$ brew install hashicorp/tap/nomad

Binary download for macOS

AMD64

Version: 1.4.3

Download

ARM64

Version: 1.4.3

Download

Release information

Changelog

Version: 1.4.3

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Nomad 1.4.3 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Binary download for Windows

386

Version: 1.4.3

Download

AMD64

Version: 1.4.3

Download

Release information

Changelog

Version: 1.4.3

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Nomad 1.4.3 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Package manager for Linux

$ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
$ sudo apt update && sudo apt install nomad
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
$ sudo yum -y install nomad
$ sudo dnf install -y dnf-plugins-core
$ sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
$ sudo dnf -y install nomad
$ sudo yum install -y yum-utils shadow-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
$ sudo yum -y install nomad
$ brew tap hashicorp/tap
$ brew install hashicorp/tap/nomad

Binary download for Linux

386

Version: 1.4.3

Download

AMD64

Version: 1.4.3

Download

ARM

Version: 1.4.3

Download

ARM64

Version: 1.4.3

Download

Release information

Changelog

Version: 1.4.3

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Nomad 1.4.3 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Looking for more?

 

Official releases

All officially supported HashiCorp release channels and their security guarantees.

Featured Tutorials

  •  
    6min
    Install Nomad
    Install a Nomad agent on your local machine that you can use in subsequent tutorials to explore Nomad's core capabilities.
    • Nomad
  •  
    10min
    Set up a Nomad Cluster on AWS
    Create a Nomad cluster on AWS with Consul and ACLs enabled to use as a starting point for your Nomad workloads.
    • Nomad
    • Terraform
    • Packer
  •  
    4min
    Learn How to Configure Tasks
    Use Nomad's job specification to pass runtime configuration to your workloads using command line arguments, environment variables, or configuration files.
    • Nomad
  •  
    15min
    Migrate a Java Application to Nomad (Linux)
    Configure and deploy a Java workload from a Linux or macOS machine using Nomad's Java task driver.
    • Nomad
  •  
    8min
    Express Inter-job Dependencies with Init Tasks
    Model inter-service dependencies using prestart init tasks that wait for a service to be resolvable via DNS.
    • Consul
    • Nomad
  •  
    8min
    Stateful Workloads with Nomad Host Volumes
    Configure and deploy a host volume to support a MySQL workload that requires persistent storage.
    • Nomad

About Nomad

Orchestrate, deploy, and manage containers, binaries, and batch jobs in the cloud or on-prem.

Featured docs

  • Installing
  • Upgrading
  • Integrations
Give Feedback(opens in new tab)
  • Certifications
  • System Status
  • Terms of Use
  • Security
  • Privacy
  • Trademark Policy
  • Trade Controls
  • Give Feedback(opens in new tab)