Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.66 KB

File metadata and controls

66 lines (44 loc) · 1.66 KB

Installation

Three ways to run AVATAR, simplest first.

1. Windows installer (easiest)

No Node.js. Download and run:

AVATAR-Setup-0.6.0.exe

Also listed on Releases. Accept the EULA, finish the wizard, launch AVATAR.

AVATAR Windows installer — license agreement

Unsigned build: SmartScreen may warn — More infoRun anyway.

2. Desktop from source (Electron)

Requires Node.js 20+ and npm. Builds the app, then opens the Electron companion:

cd avatar
npm install
npm run desktop

For hot-reload while developing the UI:

npm run dev:desktop

3. Web app (browser)

Contributors / UI work in the browser (no system-audio loopback):

cd avatar
npm install
npm run dev

Open http://localhost:5173.


Build the Windows installer (from source)

cd avatar
npm run dist:win

Produces AVATAR-Setup-*.exe under desktop-setup/ at the repo root (local build output; not committed). Production packaging omits local custom/ environment trials.

Troubleshooting

Issue Fix
SmartScreen warning Unsigned installer — More info → Run anyway
Blank stage Confirm avatar1.vrm (etc.) under src/assets/avatars/
New VRM missing Match avatarN.vrm naming; restart
Desktop audio missing Voice → Device output or pick a window
Tab audio (browser) Share tab with Share tab audio enabled