I Built a Local AI Programming Assistant That Actually Writes Code
What is Novaro Light? Novaro Light is a local AI-powered programming assistant built with Tauri 2 (Rust) + React. Unlike cloud-only tools, it runs on your machine and can: Write, edit and debug cod...

Source: DEV Community
What is Novaro Light? Novaro Light is a local AI-powered programming assistant built with Tauri 2 (Rust) + React. Unlike cloud-only tools, it runs on your machine and can: Write, edit and debug code across multiple languages Execute shell commands and manage your terminal Connect to multiple AI providers: Claude, OpenAI, DeepSeek, Mistral, Grok, Gemini, Ollama Deploy to servers via SSH Run tests, lint, and auto-fix build errors Manage Git (commit, push, branch, merge) Query databases (SQLite, PostgreSQL, MySQL) Generate images and SVGs Monitor your projects with a built-in watcher Why Local? Privacy matters. Your code stays on your machine. No cloud uploads, no telemetry. You choose which AI provider to use and your API keys never leave your device. The Agent Loop Novaro Light uses an autonomous agent loop with 48+ built-in tools. Give it a task, and it will: Plan the approach Check security implications Write the code Run tests Fix errors automatically Deploy if needed All with real-t