Skip to main content

Installation

Installation

Install Ethereal

Download The Latest Version

  1. Get the executable https://github.com/Synthesized-Infinity/Ethereal/releases/latest/

  2. Extract the executable to a location of your choosing.

  3. Add the executable to your PATH.

    • On Windows:
      • Open System Settings -> Control Panel -> System -> Advanced System Settings -> Environment Variables
      • Click on the "Edit" button next to "Path"
      • Add the path to the executable to the "Path" field.
    • On Linux:
      # Add the executable to the PATH of the current user.
      export PATH=$PATH:$HOME/Ethereal

Building from Source

Prerequisites

Building

  1. Clone the repository
git clone https://github.com/Synthesized-Infinity/Ethereal.git
cd Ethereal
  1. Build the package
cargo build --bin ethereal-bin --release
  1. Add the binary to your PATH
export PATH=$PATH:$(pwd)/target/release

Pre-built binaries coming soon.