EleboxDocsDocsAboutAbout
GitHubGitHub (opens in a new tab)
  • Overview
  • Get started
  • GUI
  • CLI
  • Data Field

On This Page

  • Installation
  • Development
  • Step 1
  • Step 2
  • Step 3
Docs
Get started

Get Started

Installation

Download latest executable or installers from GitHub release (opens in a new tab).

Development

Step 1

Ensure you have Rust (opens in a new tab) set up.

Step 2

Clone the repo:

git clone https://github.com/ziteh/elebox.git

Step 3

Navigate to the workspace directory and build with Cargo:

cd elebox
cargo build
OverviewGUI