Skip to content

Idep Documentation

v0.0.2 · Pre-alpha · Apache 2.0

The IDE that
thinks with you

Rust-native, local-first, any AI backend.
Your codebase never leaves your machine.

Overview

Idep is a Rust-native AI-powered IDE with local-first architecture. Connect any AI backend — Ollama for local inference, Anthropic for Claude, HuggingFace, or OpenAI-compatible endpoints. Your codebase never leaves your machine. v0.0.2 ships with end-to-end completions and chat streaming.

What's New in v0.0.2

Completions

CompletionEngine wired to llm-ls LSP bridge. Configurable debounce (default 300ms), stop-sequence handling, FIM token validation for DeepSeek, StarCoder, CodeLlama.

Chat

Streaming token callback on send(). Debounce wired through to chat context for responsive interactions.

Core APIs

Buffer API (insert, delete, lines, to_string), cursor tracking, Workspace::open_file/save_file, file watcher with auto-reindex.

Quick Start

Clone, build, configure your backend, and run your first completion in minutes.

Current release: v0.0.2 · Roadmap · idep.dev ↗