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