v0.1.0 is now live!

Code at the Speed of Thought

A lightweight, high-performance IDE built with Rust for C, C++, Rust, and HTML. Zero-config compilers, integrated AI, and blazing fast native performance.

Download Now View Source
main.rs - ZenithIDE
fn main() {
    let ide = ZenithIDE::new();
    ide.run("C++");
    
    // RAM usage: ~30MB
    println!("Hello, World!");
}

Why ZenithIDE?

Everything you need, nothing you don't.

Native Performance

Built with Rust and Tauri v2. Uses your OS's native webview, consuming only ~30MB of RAM.

Zero-Config Compilers

No manual environment setup. Click "Setup" and the IDE downloads MinGW and Rust automatically.

Integrated AI

Built-in AI assistant supporting OpenAI-compatible APIs. Debug and generate code instantly.

Monaco Editor

The same engine that powers VS Code. Familiar syntax highlighting and text manipulation.

Built-in Terminal

A full-featured pseudo-terminal (PTY) supporting interactive shell commands and build outputs.

Optimized Builds

Automatically applies optimization flags (-O2, -Wall, -std=c++17) for faster and safer code.

Download ZenithIDE

Get started in seconds. Choose your platform.

Windows .exe Installer Linux .deb / .AppImage macOS Coming Soon