Installation
This document explains how to install Beutl.
In this document, the version of Beutl to be installed is referred to as {version}.
For Windows
Using the standalone installer (recommended)
- Download and run
beutl-standalone-setup.exe. - Follow the on-screen instructions to install.
- Launch
Beutl.exe.
Using the lightweight installer
Install the .NET Runtime.
tip
Determine the version of .NET to install based on the version of Beutl you are installing.
Version Compatibility Table
- Download and run
beutl-setup.exe. - Follow the on-screen instructions to install.
- Launch
Beutl.exe.
For Ubuntu 22.04
Installing from Debian package
- Download
beutl_{version}ubuntu22.04_amd64.deb. - Run the following commands:
sudo apt update
sudo apt install ./beutl_{version}ubuntu22.04_amd64.deb
- Installation is complete.
Manual installation
- Download and extract
beutl-linux-x64-standalone-{version}.zip. - Use
chmodto makeBeutl,Beutl.ExceptionHandler,Beutl.PackageTools, andBeutl.WaitingDialogexecutable. - Launch
Beutl.
For macOS
- Download and extract
Beutl.osx_arm64.app.ziporBeutl.osx_x64.app.zip. - Double-click the downloaded file to extract it.
- Double-click
Beutl.appto launch the application.