Install & first launch
Welcome, and thank you for trying MUSE during its earliest testing phase. You’re one of a small group of writers helping shape this app before it reaches the wider public.
Download
Section titled “Download”Download the current alpha build for your operating system:
- macOS Apple Silicon: MUSE_0.1.0_aarch64.dmg
- macOS Intel: MUSE_0.1.0_x64.dmg
- Windows: MUSE_0.1.0_x64-setup.exe
- Ubuntu / Debian: MUSE_0.1.0_amd64.deb
- Fedora / RHEL: MUSE-0.1.0-1.x86_64.rpm
You can also view the full
MUSE v0.1.0 Alpha 1 release
and download SHA256SUMS.txt if you want to verify the installers.
Because MUSE is in private alpha, builds are signed on some platforms and unsigned on others. If your operating system shows a warning, the steps below explain exactly what to click.
- Download the
.dmgfile for your Mac:- Apple Silicon Macs:
MUSE_0.1.0_aarch64.dmg - Intel Macs:
MUSE_0.1.0_x64.dmg
- Apple Silicon Macs:
- Double-click the
.dmgto open it. - Drag the MUSE icon into your Applications folder.
- Eject the disk image.
- Open Applications and double-click MUSE.
If you see “MUSE cannot be opened because the developer cannot be verified”:
This build isn’t yet signed with an Apple Developer ID. To open it once:
- Right-click (or Control-click) the MUSE app in Applications.
- Choose Open from the menu.
- In the dialog that appears, click Open.
After opening it this way the first time, macOS remembers your choice and launches it normally afterward.
Windows
Section titled “Windows”- Download the
-setup.exeinstaller. - Double-click it to run the installer.
If you see a blue “Windows protected your PC” dialog from SmartScreen:
This build isn’t yet signed with a Windows code-signing certificate. To proceed:
- Click More info.
- Click Run anyway.
- Follow the installer prompts.
This warning is expected for unsigned alpha builds and will go away once the Windows certificate is in place.
MUSE ships as a .deb package for Ubuntu/Debian and an .rpm package for
Fedora/RHEL. Download the one that matches your distribution.
Ubuntu / Debian (.deb)
Section titled “Ubuntu / Debian (.deb)”Download MUSE_0.1.0_amd64.deb, then open a terminal in the folder where you downloaded it.
On most Ubuntu and Debian systems, install it with:
sudo apt install ./MUSE_0.1.0_amd64.debThe leading ./ matters — it tells apt to install the local file and pull in any
dependencies it needs. Once it finishes, launch MUSE from your applications menu or by
running muse in a terminal.
If your browser saved the file with a slightly different name, you can use:
sudo apt install ./MUSE_*.debIf apt is not available or the install reports missing dependencies, run:
sudo dpkg -i ./MUSE_0.1.0_amd64.debsudo apt install -f- To update later: download the newer
.deband run the same command. - To uninstall:
sudo apt remove muse-writer
Fedora / RHEL (.rpm)
Section titled “Fedora / RHEL (.rpm)”Download MUSE-0.1.0-1.x86_64.rpm, then open a terminal in the folder where you downloaded it.
On Fedora and modern RHEL-compatible systems, install it with:
sudo dnf install ./MUSE-0.1.0-1.x86_64.rpmIf your browser saved the file with a slightly different name, you can use:
sudo dnf install ./MUSE-*.rpmOn older systems that don’t have dnf, use:
sudo yum install ./MUSE-0.1.0-1.x86_64.rpmOnce it finishes, launch MUSE from your applications menu or by running muse in a terminal.
- To update later: download the newer
.rpmand run the same command. - To uninstall:
sudo dnf remove muse-writer
First launch
Section titled “First launch”When MUSE opens for the first time:
- You’ll see the welcome screen.
- Create a new project from the welcome screen and pick a location for the
.musefile. - Start writing. The binder on the left organizes your documents, the editor is in the middle, and the inspector on the right holds metadata and statistics.
If anything feels confusing or unexpected on first launch, that’s itself valuable feedback — please tell us.
Next: Getting started.