YuvaDev
Active Private Beta · Open source on GitHub

The IDE that thinks with you

A local-first AI development environment built on VSCodium. Multi-agent AI that plans, writes, tests, and reviews code — privately on your machine.

Private Beta v2.6.0  ·  macOS available  ·  Windows & Linux coming soon

patch.ts — YuvaDev
AI
1import { useAI } from 'yuvadev/ai'
3// AI reads your full codebase, not just this file
4const result = await useAI("fix null ref on line 12")
5const { patch, reason } = result
7applyPatch(patch) // done.

AI · 1ms

Line 4: null check unnecessary — result is always defined here

⎇ mainTypeScript
✓ 0 errorsLn 7
Features

Everythingyouneed.Nothingyoudon't.

YuvaDevisbuiltaroundoneidea:AIthatactuallyunderstandsyourproject.

AI Code Assist

Context-aware completions that read your whole project, not just the open file.

Smart Debugger

AI diagnoses errors and suggests a fix before you read the stack trace.

Integrated Terminal

Full PTY terminal with AI command suggestions and persistent sessions.

Multi-language

TypeScript, Python, Rust, Go — full AI support for every major language.

Local-First AI

All processing runs locally via Ollama by default. Your code never leaves your machine unless you explicitly opt in to cloud LLMs.

AI Chat

Ask anything about your codebase. Get answers with exact file and line references.

Safe AI Commits

Every AI change is staged in a virtual file system and only written to disk after your explicit approval. Instant rollback always available.

IDE Preview

Builtdifferent.Feelsdifferent.

Everypaneldesignedtokeepyouinflowstate.

AI running
1import { Router } from 'express'
3// AI-optimized route handler
4export const router = Router()
6router.get('/health', (req, res) => {
7 res.json({ status: 'ok' })
8})
Download

Comingsoontoyourdesktop.

Currentlyinactiveprivatebeta.Publicdownloadswillbeavailablesoon.

Builds will be served from download.yuvadev.dev · All releases ↗

Roadmap

Builtinpublic.

Followwhatwe'reshippingandwhat'scomingnext.

Shipped
Building
Planned
Shipped

AI Code Assist

Multi-line completions with full codebase context.

Q1 2025

Shipped

Integrated Terminal

Full PTY terminal with AI command suggestions.

Q1 2025

Shipped

AI Debug Assistant

Automatic error diagnosis and one-click fixes.

Q2 2025

Building

AI Refactoring

Rename, extract, and restructure with a safety diff preview.

Q3 2025

Planned

Cloud Sync

E2E-encrypted workspace sync across all your devices.

Q4 2026

Planned

Live Collaboration

Real-time pair programming with shared AI context.

Q4 2025

Planned

Plugin Marketplace

Community-built extensions, themes, and AI agents.

Q3 2026

Planned

Team Workspace

Shared codebase knowledge, team analytics, and discussions.

Q2 2026

Have a feature idea? Open an issue →

Community

Jointhebuilders.

YuvaDevisopensource.Thecommunityshapeswhatwebuildnext.

Newsletter

Stay in the loop.

Monthly updates on features, the roadmap, and early access to builds. No spam. Unsubscribe anytime.

~1,200 developers already subscribed.