AutoDev is a multi-agent coding development platform built on Kotlin Multiplatform that runs across IntelliJ IDEA, VS Code, CLI, desktop, mobile, and web environments.
The tool addresses the fragmentation of AI-assisted development across different IDEs and devices by providing a unified platform with a shared agent engine. It uses a multi-agent architecture to handle workflows spanning document research, coding, code review, data queries, artifact generation, and web interactions. The core runtime is written in Kotlin Multiplatform, allowing the same agent logic and tools to execute across vastly different target platforms without reimplementation.
Teams should consider this tool if they work across multiple development environments and want consistent AI assistance without switching between different plugins or tools. It suits projects where developers use both IntelliJ IDEA and VS Code, or where some team members work on mobile or web platforms. The platform distinguishes itself by targeting not just traditional IDEs but also CLI, desktop JVM, Android, iOS, JavaScript/WASM web, and server runtimes from a single codebase. A stable version is available as a separate branch for those preferring proven stability over the current alpha release.
The project maintains active development across its modular architecture, with core components, multiplatform UI, server runtime, and IDE integrations all included in the default build. The IntelliJ IDEA plugin, VS Code extension, CLI tool, and web application are all available for download and use. Some modules like the iOS app and web landing page remain in the repository but outside the current default build graph, indicating ongoing work to integrate additional platforms into the unified build system.