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.
- Refer to FFmpeg Installation to install FFmpeg.
- 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.
- Refer to FFmpeg Installation to install FFmpeg.
- Launch
Beutl.exe.
Manual installation
- Download and extract
beutl-win-x64-standalone-{version}.zip. - Refer to FFmpeg Installation to install FFmpeg.
- 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. - Refer to FFmpeg Installation to install FFmpeg.
- Use
chmodto makeBeutl,Beutl.ExceptionHandler,Beutl.PackageTools, andBeutl.WaitingDialogexecutable. - Launch
Beutl.
info
If installing a version below 1.0.0-preview.5,
refer to this guide to build libOpenCvSharpExtern.
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. -
If you see a warning about FFmpeg not being installed, refer to FFmpeg Installation to install FFmpeg.