v0.5.0 — open beta
Kodiq

AI-Powered Code Editor

Next-generation desktop editor with a built-in AI assistant. Write, refactor, and ship — faster.

Download IDE

macOS 12+, Apple Silicon & Intel

View on GitHub
main.tsx — Kodiq
1import { createApp } from "kodiq"
2import { ai } from "@kodiq/assistant"
3
4const app = createApp({
5 plugins: [ai({ model: "claude-4" })]
6})
7
8// AI understands your entire codebase
9app.onSave((file) => {
10 ai.review(file, { fix: true })
11})
Terminal
$kodiq build --release

Everything you need. Nothing you don't.

Kodiq IDE combines AI intelligence with native desktop speed. Free, signed, open beta.

AI Assistant

Context-aware suggestions, refactoring, and code generation. Understands your entire codebase.

Built-in Terminal

Integrated terminal with shell history, command palette, and output streaming.

Git Integration

Stage, commit, diff, and push without leaving the editor. Visual branch management.

Cross-platform

Native binaries for macOS, Windows, and Linux. Built with Tauri + Rust.

Instant Startup

Sub-second launch. No Electron overhead — Rust backend, native webview.

Open Source

MIT licensed. Inspect the code, contribute, or fork it. No vendor lock-in.

Download Kodiq IDE

Free. Signed with Apple Developer ID. Auto-updates.

Download for macOS

macOS 12+, Apple Silicon & Intel

From the blog

Articles about coding, AI, and building products

Kodiq Academy

Free program: from zero coding to your own business with AI. 6 parts · 38 modules · 311 lessons.

Start learning →