Installation
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 build --releaseA successful build means completions, chat, and core buffer/workspace APIs are functional in v0.0.2. See the roadmap for UI availability.
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.