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
| macOS | Windows | |
|---|---|---|
| OS | macOS 11 (Big Sur) or later | Windows 10 or later |
| CPU | Apple Silicon or Intel | x86_64 |
| Disk Space | 600 MB or more | 600 MB or more |
| Network | Required for initial setup | Required for initial setup |
Install Desktop Homunculus
Download the latest release from the GitHub Releases page.
- macOS
- Windows
- Download the
.pkgfile - Open the installer and follow the prompts
- Launch the app from Applications
The installer will:
- Install the Desktop Homunculus app to
/Applications - Add the
hmcsCLI to your PATH (/usr/local/bin/hmcs) - Automatically discover and install all official MODs
If macOS shows "Desktop Homunculus can't be opened because it is from an unidentified developer":
- Open System Settings > Privacy & Security
- Scroll down and click Open Anyway
- Click Open in the confirmation dialog
If you have an NVIDIA GPU, you must configure the following setting before launching Desktop Homunculus, otherwise the window background will be black instead of transparent:
- Open NVIDIA Control Panel
- Go to Manage 3D Settings
- Find "Vulkan/OpenGL present method"
- Set it to "Prefer native"
- Click Apply
This must be done before first launch.
- Download the
.msifile - Run the installer and follow the prompts
- Launch Desktop Homunculus from the Start Menu
The installer will:
- Install the app and bundled Node.js runtime
- Add the
hmcsCLI to your system PATH - Automatically discover and install all official MODs
Verify Installation
- Launch Desktop Homunculus
- 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!
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.