Forums

Davor

13d ago

omnirun — build software by describing what you want, runs on your desktop

If somebody told me 2 years ago I'd be building apps, I would have laughed. I can't code. Still can't, but I've learned a lot about stuff around it. I've been "vibe coding" (I hate that term haha) for about 2 years and my latest project is a full desktop app - built with Tauri, React, TypeScript, SQLite, and Supabase. Every line written by AI.

It's called omnirun. I built it because I kept bouncing between Bolt.new (browser sandbox, can't maintain projects) and Claude Code (powerful but terminal-only, so I had to use it on one screen, and have Claude web on another to help out:)). I wanted a desktop app where you describe what you want and it builds it - websites, mobile apps, automations, internal tools. And you own the files on your machine.

What makes it different:

  • Works with Claude, OpenAI, Gemini, Groq, DeepSeek, Ollama - not locked to one provider (I tested with all of them, and I strongly recommend Claude). Bring your own keys, no markup.

  • Local-first. Everything in SQLite on your machine. Your code never leaves your computer.

  • Auto model routing - picks the right model per task, saves 60-80% on tokens automatically.

  • Project memory - close the app for months, come back, it remembers everything.

  • Time Machine - snapshots before every file change, instant rollback.

  • Built-in AI assistant can be connected to Gmail, Calendar, GitHub, Slack, Notion, etc - separate from the builder.