Skip to content

Installation

⚠️ Pre-alpha. No release binary yet. Build from source.

  • 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.

Terminal window
git clone https://github.com/idep-editor/idep
cd idep
cargo build

A successful build means the AI backend layer is compiled and ready. The editor UI is not available yet — see the roadmap.

Terminal window
mkdir -p ~/.config/idep
cp config.example.toml ~/.config/idep/config.toml

Edit ~/.config/idep/config.toml to select your AI backend. See Backends for all options.