Installation
⚠️ Pre-alpha. No release binary yet. Build from source.
Prerequisites
Section titled “Prerequisites”- Rust toolchain — install via rustup
- Git
Idep pins its Rust version via rust-toolchain.toml in the repo root.
rustup will auto-install the correct version on first cargo build.
Clone and Build
Section titled “Clone and Build”git clone https://github.com/idep-editor/idepcd idepcargo buildA successful build means the AI backend layer is compiled and ready. The editor UI is not available yet — see the roadmap.
Configure
Section titled “Configure”mkdir -p ~/.config/idepcp config.example.toml ~/.config/idep/config.tomlEdit ~/.config/idep/config.toml to select your AI backend.
See Backends for all options.