Skip to main content

Cedra Node Installation Guide

The Cedra Node is the core component for running a validator or full node on the Cedra blockchain network. It enables you to participate in consensus, validate transactions, and maintain a copy of the blockchain state.

Prerequisites

Before installing the Cedra Node, make sure you have:

  • ✅ A compatible operating system (Linux, macOS, or Windows)
  • ✅ Sufficient disk space for blockchain data
  • ✅ Stable internet connection

Installation

Download from GitHub Releases

Current Version

This guide covers Cedra Node v1.0.1, the latest stable release.

  1. Visit the Cedra Node v1.0.1 release page: https://github.com/cedra-labs/cedra-network/releases/tag/cedra-node-v1.0.1

  2. In the Assets section, download the appropriate binary for your platform:

OSArchitectureFile name
Linuxx86_64cedra-node-1.0.1-Linux-x86_64.zip
Linuxaarch64cedra-node-1.0.1-Linux-aarch64.zip
macOSx86_64cedra-node-1.0.1-macOS-x86_64.zip
macOSarm64 (Apple Silicon)cedra-node-1.0.1-macOS-arm64.zip
Ubuntu 22.04x86_64cedra-node-1.0.1-Ubuntu-22.04-x86_64.zip
Ubuntu 24.04x86_64cedra-node-1.0.1-Ubuntu-24.04-x86_64.zip
Windowsx86_64cedra-node-1.0.1-Windows-x86_64.zip
  1. Extract the archive and run the command:
./cedra-node --version
macOS Security

On macOS, you may need to approve the binary in System Settings: System Settings → Privacy & Security → "Open Anyway"

What's next?

After installing the Cedra Node binary, proceed with one of these paths:

Run a Full Node

Become a Validator

Validator Application

To become a validator, you must submit an application: Validator Application Form