Skip to main content

Installation

Download and install Desktop Homunculus. The installer includes everything you need — the engine, Node.js runtime, hmcs CLI, and all official MODs are set up automatically.

System Requirements

macOSWindows
OSmacOS 11 (Big Sur) or laterWindows 10 or later
CPUApple Silicon or Intelx86_64
Disk Space600 MB or more600 MB or more
NetworkRequired for initial setupRequired for initial setup

Install Desktop Homunculus

Download the latest release from the GitHub Releases page.

  1. Download the .pkg file
  2. Open the installer and follow the prompts
  3. Launch the app from Applications

The installer will:

  • Install the Desktop Homunculus app to /Applications
  • Add the hmcs CLI to your PATH (/usr/local/bin/hmcs)
  • Automatically discover and install all official MODs
Gatekeeper Warning

If macOS shows "Desktop Homunculus can't be opened because it is from an unidentified developer":

  1. Open System Settings > Privacy & Security
  2. Scroll down and click Open Anyway
  3. Click Open in the confirmation dialog

Verify Installation

  1. Launch Desktop Homunculus
  2. The app icon should appear in the system tray (notification area)

You can also verify the CLI is available:

hmcs --version

If everything works, you're all set!

Next Steps

Head over to Core Concepts to learn about personas and MODs, then follow the Quick Start guide.

For Developers

If you're developing Desktop Homunculus or building MODs from source, install the CLI via Cargo instead:

# From the engine/ directory
make install-cli

This installs hmcs to ~/.cargo/bin/hmcs.

Troubleshooting

hmcs: command not found

  • macOS: Restart your terminal. The installer creates a symlink at /usr/local/bin/hmcs.
  • Windows: Restart your terminal or sign out and back in. The installer adds the bin directory to your system PATH.

App blocked by Gatekeeper (macOS)

See the installation instructions above for allowing the app through Gatekeeper.

Black/opaque window background on Windows

If the window background appears black instead of transparent on Windows, you likely have an NVIDIA GPU that requires a configuration change. See the NVIDIA GPU setup instructions above.

No character appears after launch

If official MODs failed to install during setup (e.g., due to network issues), install them manually:

hmcs mod install @hmcs/assets @hmcs/persona @hmcs/menu @hmcs/settings @hmcs/app-exit

Then restart Desktop Homunculus.

MOD installation fails

Check your network connection and try again. MOD installation requires access to the npm registry.