Skip to main content

Quick Start

Before You Begin

Make sure you have completed the Installation guide. Desktop Homunculus and the official MODs should be installed and the app should be running.

Create Your First Persona

New to Desktop Homunculus?

Learn what personas, MODs, and assets are in the Core Concepts page.

When you first launch Desktop Homunculus, no character appears on screen — you need to create a persona first.

  1. Click the Desktop Homunculus icon in the system tray (notification area)
  2. Select "Persona" to open the Persona Management dashboard
  3. Enter an ID (e.g. elmer) and a Name, then click Create
  4. Select a VRM model — the official @hmcs/assets MOD provides vrm:elmer as a ready-to-use model
  5. Enable Auto-Spawn so the character appears automatically on future launches, then click Save

Your character should now appear on the desktop. It will idle, react when grabbed, and follow your cursor — powered by the @hmcs/assets and @hmcs/persona MODs.

Interact with Your Character

Drag and Move

Click and drag the character to reposition it anywhere on your desktop. While being dragged, the character switches to a "drag" state. Release to drop the character at the new position.

Character States

The character responds to different states, each with its own behavior:

StateTrigger
idleDefault state
dragClick and drag the character
sittingDrop the character on a window edge

Right-Click Menu

Right-click the character to open the context menu overlay. From here you can access settings and other actions provided by installed MODs.

Settings

Open the Settings panel through the right-click context menu. The settings UI lets you configure the application and MOD-specific options.

Persona Settings

Right-click the character and select "Persona" to open the per-persona settings panel. Here you can configure the character's identity (name, age, gender, personality) and appearance (bone scale adjustments).

To manage all your personas (create new ones, delete old ones), open the system tray"Persona" to access the Persona Management dashboard.

Speech to Text

If you have the @hmcs/stt MOD installed, open the system tray"Speech to Text" to access the STT control panel. Download a Whisper model, configure your preferred language, and use voice input with the AI Agent.

Exiting the App

  1. Find the Desktop Homunculus icon in the system tray (notification area)
  2. Click the tray icon to open the tray menu
  3. Select Exit
tip

The @hmcs/app-exit MOD provides the Exit option in the system tray. Make sure it is installed — especially on Windows, where the app is hidden from the taskbar and Alt+Tab.

Explore Official MODs

Desktop Homunculus ships with a set of official MODs under the @hmcs scope:

MODDescription
@hmcs/assetsDefault VRMA animations (idle-maid, grabbed, idle-sitting) and sound effects
@hmcs/personaPersona management UI and default behavior service — configure identity, personality, and appearance
@hmcs/settingsApplication settings panel accessible from the system tray
@hmcs/app-exitExit menu in the system tray (required on Windows)
@hmcs/menuRight-click context menu overlay

Additional MODs

You can extend Desktop Homunculus with optional MODs. Install any of them at any time using the CLI:

MODDescription
@hmcs/voicevoxText-to-speech integration using the VoiceVox engine
@hmcs/sttSpeech-to-text with Whisper-based voice recognition (details)

For AI-powered interaction, install OpenClaw externally and set up the @hmcs/openclaw-plugin bridge. See AI Integration for details.

VoiceVox Setup

The @hmcs/voicevox MOD requires the VoiceVox engine to be installed and running separately. Visit the VoiceVox website for installation instructions.

hmcs mod install @hmcs/voicevox @hmcs/stt

What's Next?