Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.musique.app/llms.txt

Use this file to discover all available pages before exploring further.

Download

Download the installer directly:

Download (64-bit)

install.exe — Windows Installer (~339 MB)

Download (32-bit)

install-32.exe — Windows Installer (~8.6 MB)

Requirements

RequirementMinimum Version
Operating SystemWindows 10 or later
JavaVersion 17 or higher
Don’t have Java? The installer will detect this and provide a download link automatically.

Check your Java version

Open Command Prompt and run:
java -version
If you see version "17" or higher, you’re good to go.

How to Install

1

Run the installer

Double-click install.exe.If Windows asks “Do you want to allow this app to make changes?” → click Yes.
2

Welcome

Click Next to begin.
3

Requirements check

The installer automatically checks if Java 17+ is installed.
  • ✅ Green checkmark — requirement met, click Next
  • ❌ Red cross — Java is missing or outdated → click Download Java 17, install it, then click Check Again
4

Authentication

Enter your Musique username and password and click Next.The installer will verify your credentials before continuing.
5

Destination folder

Choose where to install Musique Agent. The default location is:
C:\Program Files\Musique Agent
Click Browse to choose a different folder, then click Next.
6

Settings

Configure your preferences:
  • Start Musique Agent with Windows — the app will launch automatically on every Windows login (recommended)
Click Next to continue.
7

Installing

The installer will copy files, save your credentials securely, and set up automatic startup.Wait for the progress bar to reach 100%, then click Finish.Musique Agent will launch automatically when done.

How to Run

After installation, Musique Agent starts automatically.
  • If you enabled Start with Windows, it will launch on every login without any action needed.
  • To start it manually, navigate to your install folder and run:
C:\Program Files\Musique Agent\run.exe
If the app crashes, it will automatically restart within 1 minute via Windows Task Scheduler — no manual action needed.

How to Change Login Credentials

If your Musique username or password changes, update the credentials file manually:
1

Open the config folder

Navigate to:
C:\Program Files\Musique Agent\config\
2

Edit config.json

Open config.json with any text editor (e.g. Notepad).
{
  "username": "your-username",
  "password": "your-password"
}
Update the values and save the file.
3

Restart the app

Reboot your PC, or:
  1. Open Task Manager
  2. Find javaw.exeEnd Task
  3. The app will restart automatically within 1 minute

Where to Find Logs

Application logs are stored inside your install directory:
C:\Program Files\Musique Agent\logs\
The logs folder is created during installation. If you don’t see any files yet, the app may not have generated any logs yet.
If you need to report an issue, include the contents of this folder.

How to Uninstall

1

Open the install folder

Navigate to:
C:\Program Files\Musique Agent\
2

Run the uninstaller

Double-click Uninstaller.exe.If Windows asks “Do you want to allow this app to make changes?” → click Yes.
3

Confirm and complete

Click Uninstall in the confirmation dialog, wait for the process to complete, then click OK.The uninstaller will stop the app, remove the automatic startup task, and delete all installed files.
Your credentials in config\config.json will also be deleted. If you reinstall later, you will need to enter your credentials again.

Troubleshooting

Install Java 17+ from the link provided in the installer, then click Check Again.
Check your Musique credentials and try again. If the issue persists, contact support.
Open Task Scheduler and check for a task named MusiqueAgent. If it’s missing, reinstall the agent.
Check the logs folder for error details and include them when contacting support.
Right-click Uninstaller.exe and select Run as administrator.