Getting Started¶
Get up and running with Uni in minutes.
### [Installation](installation.md)
Build Uni from source, install prerequisites, and verify your setup.
### [Quick Start](quickstart.md)
Create your first graph, import data, and run queries in 5 minutes.
### [CLI Reference](cli-reference.md)
Complete documentation for all Uni command-line tools.
Prerequisites¶
Before installing Uni, ensure you have:
- Rust 1.75+ — Install via rustup
- 8GB+ RAM — Recommended for development
- Git — For cloning the repository
Quick Install¶
# Clone and build
git clone https://github.com/dragonscale/uni.git
cd uni
cargo build --release
# Verify installation
./target/release/uni --version
Next Steps¶
Once installed, follow the Quick Start guide to create your first graph database.