Multiple specialized tools mean multiple installers, shortcuts, and forgotten locations. VCT Launcher solves this: one desktop hub for all VibeCoded Tools.
It's free, always. Available now.
What It Does
VCT Launcher is a lightweight Tauri 2 + Svelte 5 + TypeScript desktop app. It:
- Register and switch between projects - the launcher is a multi-project manager for your orchestrator setups
- Browse the full VibeCoded Tools catalog in one place
- Download and install tools and paid modules - licensed artifacts are pulled from a signed server and extracted into your project venv (no cloning of private repos)
- Launch tools directly from the launcher interface
- Manage MCP server lifecycles - starts and stops Weaviate, Ollama, and the rest via podman-compose
- Per-project secret vault - API keys live under
~/.vct-secrets/projects/<name>/with chmod 600 and never land in.envor committed files - Hub API on 127.0.0.1:7700 (Axum) for inter-app messaging between installed tools
Think Steam for developer tools, not games. The Launcher is open source, like the base Orchestrator.
Why Tauri 2?
Tauri 2 gives:
- Small binary โ under 10MB, no bundled Chromium
- Native performance โ system WebView, not Electron overhead
- Cross-platform โ Windows, macOS, Linux from one codebase
- Secure by default โ permission model restricts web layer access (matters for license keys and downloads)
The Tools in the Catalog
Through the launcher you can access the VibeCoded Tools suite:
| Tool | What it does | Status |
|---|---|---|
| VibeCoded Orchestrator | Local KG + code graph, 19 agents, 28 skills, 20 hooks, 4 MCPs | Available now (free, AGPL-3.0) |
| Orchestrator Pro | RL retrieval reranker, curated agent packs, auto-updates | Waitlist |
| MultiAgent Orchestrator (MAO) | Maestro runtime, planner pipeline, hybrid agent, Tauri UI | Beta - pricing TBD |
| Coordination MCP | Team coordination platform with channel push | Self-host: free; Managed: pricing TBD |
| Telegram Module | Telegram channel integration for orchestrator workflows | Coming Soon - pricing TBD |
| Transcrypt | Local AI audio transcription | Alpha - free during alpha |
| LineArtStudio | Photo to SVG line art conversion | Alpha / Coming Soon - pricing TBD |
| SlideMaker | Build slide decks from outlines or photos | Alpha / Coming Soon - pricing TBD |
Each tool is built by the same team and follows the same local-first privacy philosophy. Final pricing for the unreleased products will be announced at launch.
License Management
Buy a license, enter the key in launcher, it downloads the signed artifact, verifies it, extracts to project venv. License and API keys live in ~/.vct-secrets/projects/<name>/ (chmod 600), never in .env or git.
Reinstall on another machine? Re-enter keys, modules re-fetch. Done.
Auto-Updates
Launcher checks for updates on startup and notifies you. You decide when; nothing installs silently. Delta downloads mean fast updates even on slow connections.
Getting Started
Download from VibeCoded Tools website. Installer under a minute. Browse catalog immediately.
Install free Orchestrator, upgrade to Pro, try alpha tools, all from one place.
Download VCT Launcher โ one hub, all tools, free.