Home

Documentation

VonCluer is in active beta. This page tracks what has shipped and what is coming next.

Release history

1.35.0-beta.3Latest Beta
2026-06-12
  • Home screen: today's cost and month-to-date cost cards (live from API, refreshes every 2 min)
  • Home screen: read-only todo list card pulled from your most recent session
  • Home screen: tighter layout — dead space removed, recent chats preserved
  • Credits exhausted: blocking modal with "Go to your LLM API provider site and add credits" and direct billing link
1.35.0-beta.2Beta
2026-06-11
  • In-app Marketplace tab (Store icon in sidebar) with four tabs: Stacks, Skills, Personas, Recipes
  • Stacks tab: browse registry, install stacks with credential wizard
  • Skills tab: browse and search all locally installed skills
  • Personas tab: view all configured personas
  • Recipes tab: browse and search saved recipes
  • GET /voncluer/skills/list API endpoint
1.35.0-beta.1Beta
2026-05-26
  • App Builder Stacks: Mobile App Builder and Standalone App Builder
  • Stack installer with credential wizard
  • Stack registry API
1.34.0Stable
2026-05-20
  • EAS brief dispatch system
  • Overseer view
  • Cost dashboard with 30-day spend breakdown
  • Activity feed
  • Persona manager
  • Tiered model routing (Med / High / Critical)
  • Scheduled recipe runner

Marketplace roadmap

The Marketplace tab in the app currently shows locally installed items. The full marketplace — remote discovery, publishing, payments, and community distribution — is being built across these tracks.

EStack RegistryUp next
  • Populate voncluer-app/stack-registry with Mobile App Builder and Standalone App Builder
  • Stack export — bundle your own stack to share
  • Stack version management
FSkills MarketplacePlanned
  • Populate voncluer-app/skill-registry with ~75 skills
  • Skills authoring + publishing flow
  • Skills dependency resolution
  • Skills monetization (free / one-time / subscription)
GPersonas MarketplacePlanned
  • Persona export: PERSONALITY.md + knowledge seed + domain docs + bundled skills + recipes
  • Component-level visibility triage (public / internal / private per component)
  • Two-output packaging: public bundle + intracompany bundle from one authoring session
  • Marketplace listing shows exactly what each bundle includes
HFull Marketplace PlatformPlanned
  • Marketplace backend service (catalog, search, install endpoints)
  • Remote browsing — discover items beyond what's locally installed
  • Publisher accounts + earnings dashboard
  • Ratings and reviews
IDivindi Payment IntegrationPlanned
  • One-time purchase and subscription billing via Divindi
  • Author revenue sharing and payout dashboard
  • Purchase flow inside the app installer wizard
JCommunities & IP GatingPlanned
  • Business / team / community entity model
  • IP gate policies: Private, Restricted, Embargoed, Open
  • Private entity catalog (intracompany distribution)

Getting started

1

Download and install

Download the latest beta from the Downloads page. Open the DMG, drag VonCluer to Applications, and launch it.

2

Set your LLM provider

Go to Settings → Models and add your API key for Anthropic or OpenAI. VonCluer automatically routes routine tasks to cheaper models and complex ones to smarter models.

3

Install a Stack (optional)

Open the Marketplace tab and choose a Stack matching your product type — Mobile App Builder or Standalone App Builder. The installer wizard asks for your credentials once and sets everything up.

4

Check the home screen daily

The home screen shows today's AI spend, month-to-date total, your current todo list, and recent sessions. It's your morning dashboard.

Key concepts

StackA pre-configured work environment for a specific product type. Installs the personas, skills, and scheduled recipes needed to run ops for that product automatically.
PersonaA named AI agent with a specific role, model preference, budget ceiling, and behavior profile. Atlas is the trading analyst. Patch is the developer. Each persona operates independently.
SkillA SKILL.md document that gives a persona specific knowledge or methodology for a task. Loaded on demand into the agent's context when relevant.
RecipeA reusable YAML task definition. Can be run on demand, on a schedule, or triggered by a slash command. The scheduler runs recipes autonomously while you're away.
Tier routingVonCluer routes tasks to the cheapest model that can handle them. Med (local Ollama or Haiku) for routine tasks. High (Sonnet) for complex work. Critical (Opus) for consequential decisions.
EASExecution and Approval System. Dispatches complex multi-step work as separate agent sessions. Each brief has a status (pending / running / completed / failed) visible in the EAS view.