Skip to main content

Documentation

Install

One command per platform. The installer resolves the latest release, verifies its SHA-256 and installs without asking for administrator rights on macOS and Windows.

macOS

curl -fsSL https://bentomux.takora.dev/install.sh | sh
macOS install command — downloads the .dmg and installs the .app bundle
curl -fsSL https://bentomux.takora.dev/install.sh | BENTOMUX_MANIFEST_URL=https://github.com/takora-dev/bentomux-v2/releases/download/vX.Y.Z/latest.json sh
Pinned install of one release, using the same installer

Linux

curl -fsSL https://bentomux.takora.dev/install.sh | sh
Linux install command — installs the AppImage and a desktop entry
curl -fsSL https://bentomux.takora.dev/install.sh | sh -s -- --deb
Requires root

Windows

powershell -ExecutionPolicy Bypass -c "irm https://bentomux.takora.dev/install.ps1 | iex"
Windows install command — runs the PowerShell installer
curl.exe -fsSLo install.cmd https://bentomux.takora.dev/install.cmd && install.cmd && del install.cmd
Windows fallback for environments that block PowerShell from the internet

Prefer to download it yourself?

Every build — .dmg, .AppImage, .deb, .msi, -setup.exe — is attached to the latest release.

Latest release

Next: Quick start →